|
|
@ -109,6 +109,7 @@ |
|
|
|
closeOnClickModal="true" |
|
|
|
position="bottom"> |
|
|
|
<mt-picker :slots="popupSlots" |
|
|
|
class="div_picker" |
|
|
|
value-key="label" |
|
|
|
@change="onPickerChange" |
|
|
|
showToolbar> |
|
|
@ -124,6 +125,7 @@ |
|
|
|
<mt-datetime-picker v-model="pickerVisible" |
|
|
|
ref="pickerData" |
|
|
|
type="date" |
|
|
|
class="picker_data" |
|
|
|
:startDate="startDate" |
|
|
|
year-format="{value} 年" |
|
|
|
month-format="{value} 月" |
|
|
@ -146,7 +148,7 @@ export default { |
|
|
|
data () { |
|
|
|
return { |
|
|
|
selectTab: '1', |
|
|
|
pickerVisible: '', |
|
|
|
pickerVisible: new Date(), |
|
|
|
startDate: new Date(2021, 0, 1), |
|
|
|
|
|
|
|
//二维码带来数据 |
|
|
@ -452,8 +454,13 @@ export default { |
|
|
|
/deep/ .picker-slot-center { |
|
|
|
width: 100vw; |
|
|
|
} |
|
|
|
/deep/ .picker-center-highlight { |
|
|
|
top: 35%; |
|
|
|
// /deep/ .picker-center-highlight { |
|
|
|
// top: 35%; |
|
|
|
// } |
|
|
|
.div_picker { |
|
|
|
/deep/ .picker-center-highlight { |
|
|
|
top: 35%; |
|
|
|
} |
|
|
|
} |
|
|
|
.picker-toolbar-title { |
|
|
|
display: flex; |
|
|
|