Commit f573fadd authored by 沈翠玲's avatar 沈翠玲

100vw改成100%

parent 572d5f36
...@@ -874,7 +874,7 @@ export default { ...@@ -874,7 +874,7 @@ export default {
} }
.list-bar { .list-bar {
width: calc(100vw); width: calc(100%);
height: calc(100% - 120rpx); height: calc(100% - 120rpx);
} }
......
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