部分样式调整

This commit is contained in:
YeMingfei666 2024-11-29 14:00:00 +08:00
parent a8d482edb1
commit e17d36bc88
1 changed files with 2 additions and 3 deletions

View File

@ -658,7 +658,7 @@
</view> </view>
</template> </template>
</uni-forms> </uni-forms>
<view style="height: 200rpx;"></view> <view style="height: 100rpx;"></view>
<view style="padding-left: 110rpx;padding-right: 110rpx;" class="u-m-t-20" <view style="padding-left: 110rpx;padding-right: 110rpx;" class="u-m-t-20"
v-if="option.type==='edit'" @click="delModelShow"> v-if="option.type==='edit'" @click="delModelShow">
<my-button bgColor="#F9F9F9" shape="circle" type="cancel"> <my-button bgColor="#F9F9F9" shape="circle" type="cancel">
@ -2100,8 +2100,7 @@
position: fixed; position: fixed;
left: 110rpx; left: 110rpx;
right: 110rpx; right: 110rpx;
bottom: 140rpx; bottom: 60px;
padding-bottom: env(safe-area-inset-bottom);
} }
.minus {} .minus {}