修复下单页面样式问题

This commit is contained in:
TOP糯米 2023-02-16 23:35:51 +08:00
parent d9c1e31312
commit c448c809cf
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
backgroundColor="#F6F6F6"
>
<widget-tips text="保险公司承保,人身财产,双重保障,下单无忧!" />
<view class="form-container">
<view class="create-order-container">
<view class="form-widget-group">
<view class="widget-item" @click="selectAddress">
<text class="iconfont icon-dingwei icon"></text>
@ -173,7 +173,7 @@ export default {
</script>
<style lang="less" scoped>
.form-container {
.create-order-container {
width: 100%;
margin-top: 16rpx;
padding-bottom: 120rpx;