Commit 468ee0bd authored by 刘用法's avatar 刘用法

微调

parent 3954d3f5
......@@ -195,8 +195,8 @@
.time-item {
min-width: 196rpx;
margin-right: 21rpx;
margin-bottom: 24rpx;
margin-right: 24rpx;
margin-bottom: 20rpx;
border-radius: 12rpx;
padding: 26rpx 20rpx 24rpx;
background-color: #F4F5F7;
......
......@@ -59,7 +59,9 @@
<text class="txt">{{txt}}</text>
</view>
</view>
<view class="input-view">
<u-input v-show="showRemark" v-model="trace.remark" class="textarea" height="156" type="textarea" placeholder="请补充详细说明,以便于记录您的接单信用分"></u-input>
</view>
</view>
<view class="time-view">
<appoint-time @dateChange="dateChange" @timeChange="timeChange" @weekChange="weekChange"></appoint-time>
......@@ -365,6 +367,9 @@
overflow: hidden;
white-space: nowrap;
}
.input-view {
margin-bottom: 30rpx;
}
.textarea{
/deep/ .u-input{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment