|
@@ -99,7 +99,7 @@
|
99
|
99
|
</div>
|
100
|
100
|
</div>
|
101
|
101
|
<mt-datetime-picker
|
102
|
|
- ref="start_time_picker"
|
|
102
|
+ ref="anther_start_time"
|
103
|
103
|
type="datetime"
|
104
|
104
|
@confirm="didSelectStartTime"
|
105
|
105
|
v-model="start_time"
|
|
@@ -242,7 +242,7 @@ export default {
|
242
|
242
|
this.advice_start_time = parseTime(time, '{y}-{m}-{d} {h}:{i}') + ':00'
|
243
|
243
|
},
|
244
|
244
|
selectStartTimeAction(){
|
245
|
|
- this.$refs.start_time_picker.open()
|
|
245
|
+ this.$refs.anther_start_time.open()
|
246
|
246
|
},
|
247
|
247
|
handleSelect(item) {
|
248
|
248
|
this.drug_id = item.id
|
|
@@ -536,9 +536,24 @@ export default {
|
536
|
536
|
|
537
|
537
|
<style lang="scss">
|
538
|
538
|
.newDoctorAdvice{
|
|
539
|
+ .startTimePicker{
|
|
540
|
+ z-index: 4100 !important;
|
|
541
|
+ }
|
539
|
542
|
.v-modal{
|
540
|
543
|
z-index: 4009 !important;
|
541
|
544
|
}
|
|
545
|
+ .datetimePicker{
|
|
546
|
+ .picker-item{
|
|
547
|
+ font-size: .875rem !important;
|
|
548
|
+ height: 44px;
|
|
549
|
+ line-height: 44px;
|
|
550
|
+
|
|
551
|
+ }
|
|
552
|
+ .mint-datetime-action{
|
|
553
|
+ font-size: .9375rem !important;
|
|
554
|
+ }
|
|
555
|
+
|
|
556
|
+ }
|
542
|
557
|
}
|
543
|
558
|
.el-autocomplete-suggestion{
|
544
|
559
|
z-index: 4011 !important;
|