下拉框
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment