Commit 40f75e82 authored by hbcui1984's avatar hbcui1984

消除hello mui下拉时顶部多余的一条白线

parent 828d279a
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
id: 'list', id: 'list',
url: 'list.html', url: 'list.html',
styles: { styles: {
top: '48px', top: '45px',
bottom: 0, bottom: 0,
bounce: 'vertical' bounce: 'vertical'
} }
......
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
url:!content?"":content, url:!content?"":content,
id:name+"-sub", id:name+"-sub",
styles:{ styles:{
top: '48px', top: '45px',
bottom: '0px', bottom: '0px',
}, },
extras:{ extras:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment