Commit 73a63dc9b8993caa4148e101d4e37467b6dc0c1a
1 parent
dfb0f09c
修改样式
Showing
2 changed files
with
4 additions
and
4 deletions
garbage-removal/src/pages/home-info/address/index.vue
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | </view> |
| 22 | 22 | |
| 23 | 23 | </view> |
| 24 | - <view class="addSite" @click.stop="toAddSite" hover-class="click-box"> | |
| 24 | + <view class="addSite" @click.stop="toAddSite" hover-class="click-box" v-if="updateFlag"> | |
| 25 | 25 | <view class="add">添加地址</view> |
| 26 | 26 | </view> |
| 27 | 27 | </view> | ... | ... |
garbage-removal/src/uni_modules/uni-fab/components/uni-fab/uni-fab.vue
| ... | ... | @@ -327,16 +327,16 @@ |
| 327 | 327 | top: 30px; |
| 328 | 328 | /* #ifdef H5 */ |
| 329 | 329 | left: calc(15px + var(--window-left)); |
| 330 | - top: calc(30px + var(--window-top)); | |
| 330 | + top: calc(30rpx + var(--window-top)); | |
| 331 | 331 | /* #endif */ |
| 332 | 332 | } |
| 333 | 333 | |
| 334 | 334 | .uni-fab__circle--rightBottom { |
| 335 | 335 | right: 15px; |
| 336 | - bottom: 630px; | |
| 336 | + bottom: 255rpx; | |
| 337 | 337 | /* #ifdef H5 */ |
| 338 | 338 | right: calc(15px + var(--window-right)); |
| 339 | - bottom: calc(130px + var(--window-bottom)); | |
| 339 | + bottom: calc(280rpx + var(--window-bottom)); | |
| 340 | 340 | /* #endif */ |
| 341 | 341 | } |
| 342 | 342 | ... | ... |