优化页面

This commit is contained in:
TOP糯米 2023-03-22 22:01:52 +08:00
parent 2c4c18251a
commit 104b55b65f
1 changed files with 4 additions and 11 deletions

View File

@ -73,12 +73,7 @@
<view class="form-item explain"> <view class="form-item explain">
<view class="form-item-title">配送说明</view> <view class="form-item-title">配送说明</view>
<view class="textarea-box"> <view class="textarea-box">
<textarea <text>每公里配送费为3元5公里以下按5公里计算</text>
class="textarea"
v-model="content"
placeholder="每公里配送费为3元5公里以下按5公里计算"
placeholder-class="placeholder-style-4"
/>
</view> </view>
</view> </view>
</view> </view>
@ -292,13 +287,11 @@ export default {
margin-bottom: 0; margin-bottom: 0;
.textarea-box { .textarea-box {
width: 100%; width: 100%;
height: 200rpx;
font-size: 30rpx;
box-sizing: border-box; box-sizing: border-box;
padding: 30rpx; padding: 30rpx;
.textarea { color: #999999;
width: 100%;
height: 200rpx;
font-size: 30rpx;
}
} }
} }
.common-bottom-components { .common-bottom-components {