Commit fdb5ef0e authored by xiangzj's avatar xiangzj

弹框日期选择器UI调整

parent bd17b694
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
<u-form label-width="90px" :rules="rules"> <u-form label-width="90px" :rules="rules">
<u-form-item label="异常时间" prop="abnormalTime"> <u-form-item label="异常时间" prop="abnormalTime">
<!-- <u-input :border="true" v-model="ExceptionForms.abnormalTime"></u-input> --> <!-- <u-input :border="true" v-model="ExceptionForms.abnormalTime"></u-input> -->
<uni-datetime-picker type="date" :clear-icon="false" v-model="ExceptionForms.abnormalTime"/> <uni-datetime-picker class="times" type="date" :clear-icon="false" v-model="ExceptionForms.abnormalTime" />
</u-form-item> </u-form-item>
<u-row> <u-row>
<u-col span="6"> <u-col span="6">
...@@ -1355,4 +1355,10 @@ export default { ...@@ -1355,4 +1355,10 @@ export default {
font-size: 40rpx; font-size: 40rpx;
} }
} }
.times{
/deep/ .uni-date-picker__container{
height: 360rpx;
}
}
</style> </style>
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