6237a975 by lttnew

下拉框

1 parent a9508795
...@@ -969,7 +969,7 @@ function handleDelete(row) { ...@@ -969,7 +969,7 @@ function handleDelete(row) {
969 box-sizing: border-box; 969 box-sizing: border-box;
970 970
971 &.dropdown-open-page { 971 &.dropdown-open-page {
972 padding-bottom: calc(520rpx + env(safe-area-inset-bottom)); 972 padding-bottom: calc(420rpx + env(safe-area-inset-bottom));
973 } 973 }
974 } 974 }
975 975
...@@ -1336,7 +1336,7 @@ function handleDelete(row) { ...@@ -1336,7 +1336,7 @@ function handleDelete(row) {
1336 .level-dropdown-local { 1336 .level-dropdown-local {
1337 position: absolute; 1337 position: absolute;
1338 left: 0; 1338 left: 0;
1339 bottom: 78rpx; 1339 top: 78rpx;
1340 width: 180rpx; 1340 width: 180rpx;
1341 height: 360rpx; 1341 height: 360rpx;
1342 background: #fff; 1342 background: #fff;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!