|
@@ -129,7 +129,7 @@
|
|
|
<u-datetime-picker :show="timeShow" v-model="timeValue" mode="datetime" :closeOnClickOverlay="true" @cancel="timeShow = false" @confirm="timeConfirm"></u-datetime-picker>
|
|
|
|
|
|
<u-modal :show="modalShow" title="" :confirmText="'确定'" :cancelText="'取消'" :zoom="false" :showCancelButton="true" @confirm="modalConfirm" @cancel="modalShow = false">
|
|
|
- <view class="slot-content" style="max-height: 80vh">
|
|
|
+ <view class="slot-content" style="max-height: 45vh;overflow:auto">
|
|
|
|
|
|
<view v-if="projectsList.length > 0">
|
|
|
|