@vtj/materials 0.13.15 → 0.13.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/antdv/index.umd.js +2 -2
- package/dist/assets/charts/index.umd.js +2 -2
- package/dist/assets/element/index.umd.js +3 -3
- package/dist/assets/icons/index.umd.js +2 -2
- package/dist/assets/ui/index.umd.js +2 -2
- package/dist/assets/uni-h5/index.umd.js +2 -2
- package/dist/assets/uni-ui/index.umd.js +2 -2
- package/dist/assets/vant/index.umd.js +2 -2
- package/dist/deps/@vtj/charts/index.umd.js +2 -2
- package/dist/deps/@vtj/icons/index.umd.js +2 -2
- package/dist/deps/@vtj/ui/index.umd.js +4 -4
- package/dist/deps/@vtj/ui/style.css +1 -1
- package/dist/deps/@vtj/utils/index.umd.js +28 -33
- package/dist/deps/@vueuse/core/index.iife.min.js +1 -1
- package/dist/deps/element-plus/index.css +1 -1
- package/dist/deps/element-plus/index.full.min.js +14 -14
- package/dist/deps/element-plus/zh-cn.js +1 -1
- package/dist/deps/uni-app/index.umd.js +1 -1
- package/dist/deps/uni-h5/index.umd.js +8 -8
- package/dist/deps/uni-h5/style.css +1 -1
- package/dist/deps/uni-h5-vue/index.umd.js +1 -1
- package/dist/deps/uni-ui/index.umd.js +6 -1
- package/dist/deps/uni-ui/style.css +1 -1
- package/dist/deps/vue/vue.global.js +88 -53
- package/dist/deps/vue/vue.global.prod.js +9 -9
- package/package.json +12 -12
- package/src/antdv/image.ts +1 -1
- package/src/element/image.ts +1 -1
- package/src/element/virtualizedTable.ts +6 -6
- package/src/manifest.json +69 -0
- package/src/pages/index.vue +2 -0
- package/src/pages.json +19 -0
- package/src/uni-ui/index.ts +88 -58
- package/src/{uni-ui/lib/uni.scss → uni.scss} +4 -0
- package/src/version.ts +2 -2
- package/src/uni-ui/lib/uni-col/uni-col.vue +0 -324
- package/src/uni-ui/lib/uni-collapse/uni-collapse.vue +0 -153
- package/src/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue +0 -425
- package/src/uni-ui/lib/uni-data-picker/keypress.js +0 -45
- package/src/uni-ui/lib/uni-data-picker/uni-data-picker.vue +0 -604
- package/src/uni-ui/lib/uni-data-pickerview/uni-data-picker.js +0 -622
- package/src/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css +0 -76
- package/src/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue +0 -335
- package/src/uni-ui/lib/uni-data-select/uni-data-select.vue +0 -590
- package/src/uni-ui/lib/uni-datetime-picker/calendar-item.vue +0 -188
- package/src/uni-ui/lib/uni-datetime-picker/calendar.vue +0 -985
- package/src/uni-ui/lib/uni-datetime-picker/i18n/en.json +0 -22
- package/src/uni-ui/lib/uni-datetime-picker/i18n/index.js +0 -8
- package/src/uni-ui/lib/uni-datetime-picker/i18n/zh-Hans.json +0 -22
- package/src/uni-ui/lib/uni-datetime-picker/i18n/zh-Hant.json +0 -22
- package/src/uni-ui/lib/uni-datetime-picker/time-picker.vue +0 -1032
- package/src/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue +0 -1230
- package/src/uni-ui/lib/uni-datetime-picker/util.js +0 -448
- package/src/uni-ui/lib/uni-easyinput/common.js +0 -54
- package/src/uni-ui/lib/uni-easyinput/uni-easyinput.vue +0 -790
- package/src/uni-ui/lib/uni-fav/i18n/en.json +0 -4
- package/src/uni-ui/lib/uni-fav/i18n/index.js +0 -8
- package/src/uni-ui/lib/uni-fav/i18n/zh-Hans.json +0 -4
- package/src/uni-ui/lib/uni-fav/i18n/zh-Hant.json +0 -4
- package/src/uni-ui/lib/uni-fav/uni-fav.vue +0 -170
- package/src/uni-ui/lib/uni-file-picker/choose-and-upload-file.js +0 -280
- package/src/uni-ui/lib/uni-file-picker/uni-file-picker.vue +0 -668
- package/src/uni-ui/lib/uni-file-picker/upload-file.vue +0 -325
- package/src/uni-ui/lib/uni-file-picker/upload-image.vue +0 -292
- package/src/uni-ui/lib/uni-file-picker/utils.js +0 -110
- package/src/uni-ui/lib/uni-forms/uni-forms.vue +0 -416
- package/src/uni-ui/lib/uni-forms/utils.js +0 -293
- package/src/uni-ui/lib/uni-forms/validate.js +0 -486
- package/src/uni-ui/lib/uni-forms-item/uni-forms-item.vue +0 -630
- package/src/uni-ui/lib/uni-goods-nav/i18n/en.json +0 -6
- package/src/uni-ui/lib/uni-goods-nav/i18n/index.js +0 -8
- package/src/uni-ui/lib/uni-goods-nav/i18n/zh-Hans.json +0 -6
- package/src/uni-ui/lib/uni-goods-nav/i18n/zh-Hant.json +0 -6
- package/src/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue +0 -231
- package/src/uni-ui/lib/uni-grid/uni-grid.vue +0 -148
- package/src/uni-ui/lib/uni-icons/uni-icons.uvue +0 -91
- package/src/uni-ui/lib/uni-icons/uni-icons.vue +0 -114
- package/src/uni-ui/lib/uni-icons/uniicons.css +0 -664
- package/src/uni-ui/lib/uni-icons/uniicons.ttf +0 -0
- package/src/uni-ui/lib/uni-icons/uniicons_file.ts +0 -664
- package/src/uni-ui/lib/uni-icons/uniicons_file_vue.js +0 -649
- package/src/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue +0 -168
- package/src/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue +0 -404
- package/src/uni-ui/lib/uni-list/uni-list.vue +0 -123
- package/src/uni-ui/lib/uni-list/uni-refresh.vue +0 -65
- package/src/uni-ui/lib/uni-list/uni-refresh.wxs +0 -87
- package/src/uni-ui/lib/uni-load-more/i18n/en.json +0 -5
- package/src/uni-ui/lib/uni-load-more/i18n/index.js +0 -8
- package/src/uni-ui/lib/uni-load-more/i18n/zh-Hans.json +0 -5
- package/src/uni-ui/lib/uni-load-more/i18n/zh-Hant.json +0 -5
- package/src/uni-ui/lib/uni-load-more/uni-load-more.vue +0 -456
- package/src/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue +0 -484
- package/src/uni-ui/lib/uni-popup/i18n/en.json +0 -7
- package/src/uni-ui/lib/uni-popup/i18n/index.js +0 -8
- package/src/uni-ui/lib/uni-popup/i18n/zh-Hans.json +0 -7
- package/src/uni-ui/lib/uni-popup/i18n/zh-Hant.json +0 -7
- package/src/uni-ui/lib/uni-popup/keypress.js +0 -45
- package/src/uni-ui/lib/uni-popup/popup.js +0 -26
- package/src/uni-ui/lib/uni-popup/uni-popup.uvue +0 -90
- package/src/uni-ui/lib/uni-popup/uni-popup.vue +0 -552
- package/src/uni-ui/lib/uni-popup-dialog/keypress.js +0 -45
- package/src/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue +0 -324
- package/src/uni-ui/lib/uni-popup-message/uni-popup-message.vue +0 -149
- package/src/uni-ui/lib/uni-rate/uni-rate.vue +0 -380
- package/src/uni-ui/lib/uni-row/uni-row.vue +0 -193
- package/src/uni-ui/lib/uni-search-bar/i18n/en.json +0 -4
- package/src/uni-ui/lib/uni-search-bar/i18n/index.js +0 -8
- package/src/uni-ui/lib/uni-search-bar/i18n/zh-Hans.json +0 -4
- package/src/uni-ui/lib/uni-search-bar/i18n/zh-Hant.json +0 -4
- package/src/uni-ui/lib/uni-search-bar/uni-search-bar.vue +0 -339
- package/src/uni-ui/lib/uni-swipe-action-item/bindingx.js +0 -311
- package/src/uni-ui/lib/uni-swipe-action-item/isPC.js +0 -12
- package/src/uni-ui/lib/uni-swipe-action-item/mpalipay.js +0 -195
- package/src/uni-ui/lib/uni-swipe-action-item/mpother.js +0 -260
- package/src/uni-ui/lib/uni-swipe-action-item/mpwxs.js +0 -84
- package/src/uni-ui/lib/uni-swipe-action-item/render.js +0 -270
- package/src/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue +0 -493
- package/src/uni-ui/lib/uni-swipe-action-item/wx.wxs +0 -341
- package/src/uni-ui/lib/uni-table/uni-table.vue +0 -496
- package/src/uni-ui/lib/uni-td/uni-td.vue +0 -99
- package/src/uni-ui/lib/uni-th/filter-dropdown.vue +0 -559
- package/src/uni-ui/lib/uni-th/uni-th.vue +0 -322
- package/src/uni-ui/lib/uni-tr/table-checkbox.vue +0 -181
- package/src/uni-ui/lib/uni-tr/uni-tr.vue +0 -208
- package/src/uni-ui/lib/uni-transition/createAnimation.js +0 -131
- package/src/uni-ui/lib/uni-transition/uni-transition.vue +0 -310
- package/src/uni-ui/polyfill.ts +0 -41
@@ -1,1032 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<view class="uni-datetime-picker">
|
3
|
-
<view @click="initTimePicker">
|
4
|
-
<slot>
|
5
|
-
<view
|
6
|
-
class="uni-datetime-picker-timebox-pointer"
|
7
|
-
:class="{
|
8
|
-
'uni-datetime-picker-disabled': disabled,
|
9
|
-
'uni-datetime-picker-timebox': border
|
10
|
-
}">
|
11
|
-
<text class="uni-datetime-picker-text">{{ time }}</text>
|
12
|
-
<view v-if="!time" class="uni-datetime-picker-time">
|
13
|
-
<text class="uni-datetime-picker-text">{{ selectTimeText }}</text>
|
14
|
-
</view>
|
15
|
-
</view>
|
16
|
-
</slot>
|
17
|
-
</view>
|
18
|
-
<view
|
19
|
-
v-if="visible"
|
20
|
-
id="mask"
|
21
|
-
class="uni-datetime-picker-mask"
|
22
|
-
@click="tiggerTimePicker"></view>
|
23
|
-
<view
|
24
|
-
v-if="visible"
|
25
|
-
class="uni-datetime-picker-popup"
|
26
|
-
:class="[dateShow && timeShow ? '' : 'fix-nvue-height']"
|
27
|
-
:style="fixNvueBug">
|
28
|
-
<view class="uni-title">
|
29
|
-
<text class="uni-datetime-picker-text">{{ selectTimeText }}</text>
|
30
|
-
</view>
|
31
|
-
<view v-if="dateShow" class="uni-datetime-picker__container-box">
|
32
|
-
<picker-view
|
33
|
-
class="uni-datetime-picker-view"
|
34
|
-
:indicator-style="indicatorStyle"
|
35
|
-
:value="ymd"
|
36
|
-
@change="bindDateChange">
|
37
|
-
<picker-view-column>
|
38
|
-
<view
|
39
|
-
class="uni-datetime-picker-item"
|
40
|
-
v-for="(item, index) in years"
|
41
|
-
:key="index">
|
42
|
-
<text class="uni-datetime-picker-item">{{
|
43
|
-
lessThanTen(item)
|
44
|
-
}}</text>
|
45
|
-
</view>
|
46
|
-
</picker-view-column>
|
47
|
-
<picker-view-column>
|
48
|
-
<view
|
49
|
-
class="uni-datetime-picker-item"
|
50
|
-
v-for="(item, index) in months"
|
51
|
-
:key="index">
|
52
|
-
<text class="uni-datetime-picker-item">{{
|
53
|
-
lessThanTen(item)
|
54
|
-
}}</text>
|
55
|
-
</view>
|
56
|
-
</picker-view-column>
|
57
|
-
<picker-view-column>
|
58
|
-
<view
|
59
|
-
class="uni-datetime-picker-item"
|
60
|
-
v-for="(item, index) in days"
|
61
|
-
:key="index">
|
62
|
-
<text class="uni-datetime-picker-item">{{
|
63
|
-
lessThanTen(item)
|
64
|
-
}}</text>
|
65
|
-
</view>
|
66
|
-
</picker-view-column>
|
67
|
-
</picker-view>
|
68
|
-
<!-- 兼容 nvue 不支持伪类 -->
|
69
|
-
<text class="uni-datetime-picker-sign sign-left">-</text>
|
70
|
-
<text class="uni-datetime-picker-sign sign-right">-</text>
|
71
|
-
</view>
|
72
|
-
<view v-if="timeShow" class="uni-datetime-picker__container-box">
|
73
|
-
<picker-view
|
74
|
-
class="uni-datetime-picker-view"
|
75
|
-
:class="[hideSecond ? 'time-hide-second' : '']"
|
76
|
-
:indicator-style="indicatorStyle"
|
77
|
-
:value="hms"
|
78
|
-
@change="bindTimeChange">
|
79
|
-
<picker-view-column>
|
80
|
-
<view
|
81
|
-
class="uni-datetime-picker-item"
|
82
|
-
v-for="(item, index) in hours"
|
83
|
-
:key="index">
|
84
|
-
<text class="uni-datetime-picker-item">{{
|
85
|
-
lessThanTen(item)
|
86
|
-
}}</text>
|
87
|
-
</view>
|
88
|
-
</picker-view-column>
|
89
|
-
<picker-view-column>
|
90
|
-
<view
|
91
|
-
class="uni-datetime-picker-item"
|
92
|
-
v-for="(item, index) in minutes"
|
93
|
-
:key="index">
|
94
|
-
<text class="uni-datetime-picker-item">{{
|
95
|
-
lessThanTen(item)
|
96
|
-
}}</text>
|
97
|
-
</view>
|
98
|
-
</picker-view-column>
|
99
|
-
<picker-view-column v-if="!hideSecond">
|
100
|
-
<view
|
101
|
-
class="uni-datetime-picker-item"
|
102
|
-
v-for="(item, index) in seconds"
|
103
|
-
:key="index">
|
104
|
-
<text class="uni-datetime-picker-item">{{
|
105
|
-
lessThanTen(item)
|
106
|
-
}}</text>
|
107
|
-
</view>
|
108
|
-
</picker-view-column>
|
109
|
-
</picker-view>
|
110
|
-
<!-- 兼容 nvue 不支持伪类 -->
|
111
|
-
<text
|
112
|
-
class="uni-datetime-picker-sign"
|
113
|
-
:class="[hideSecond ? 'sign-center' : 'sign-left']"
|
114
|
-
>:</text
|
115
|
-
>
|
116
|
-
<text v-if="!hideSecond" class="uni-datetime-picker-sign sign-right"
|
117
|
-
>:</text
|
118
|
-
>
|
119
|
-
</view>
|
120
|
-
<view class="uni-datetime-picker-btn">
|
121
|
-
<view @click="clearTime">
|
122
|
-
<text class="uni-datetime-picker-btn-text">{{ clearText }}</text>
|
123
|
-
</view>
|
124
|
-
<view class="uni-datetime-picker-btn-group">
|
125
|
-
<view class="uni-datetime-picker-cancel" @click="tiggerTimePicker">
|
126
|
-
<text class="uni-datetime-picker-btn-text">{{ cancelText }}</text>
|
127
|
-
</view>
|
128
|
-
<view @click="setTime">
|
129
|
-
<text class="uni-datetime-picker-btn-text">{{ okText }}</text>
|
130
|
-
</view>
|
131
|
-
</view>
|
132
|
-
</view>
|
133
|
-
</view>
|
134
|
-
</view>
|
135
|
-
</template>
|
136
|
-
|
137
|
-
<script>
|
138
|
-
import { initVueI18n } from '@dcloudio/uni-i18n';
|
139
|
-
import i18nMessages from './i18n/index.js';
|
140
|
-
const { t } = initVueI18n(i18nMessages);
|
141
|
-
import { fixIosDateFormat } from './util';
|
142
|
-
|
143
|
-
/**
|
144
|
-
* DatetimePicker 时间选择器
|
145
|
-
* @description 可以同时选择日期和时间的选择器
|
146
|
-
* @tutorial https://ext.dcloud.net.cn/plugin?id=xxx
|
147
|
-
* @property {String} type = [datetime | date | time] 显示模式
|
148
|
-
* @property {Boolean} multiple = [true|false] 是否多选
|
149
|
-
* @property {String|Number} value 默认值
|
150
|
-
* @property {String|Number} start 起始日期或时间
|
151
|
-
* @property {String|Number} end 起始日期或时间
|
152
|
-
* @property {String} return-type = [timestamp | string]
|
153
|
-
* @event {Function} change 选中发生变化触发
|
154
|
-
*/
|
155
|
-
|
156
|
-
export default {
|
157
|
-
name: 'UniDatetimePicker',
|
158
|
-
data() {
|
159
|
-
return {
|
160
|
-
indicatorStyle: `height: 50px;`,
|
161
|
-
visible: false,
|
162
|
-
fixNvueBug: {},
|
163
|
-
dateShow: true,
|
164
|
-
timeShow: true,
|
165
|
-
title: '日期和时间',
|
166
|
-
// 输入框当前时间
|
167
|
-
time: '',
|
168
|
-
// 当前的年月日时分秒
|
169
|
-
year: 1920,
|
170
|
-
month: 0,
|
171
|
-
day: 0,
|
172
|
-
hour: 0,
|
173
|
-
minute: 0,
|
174
|
-
second: 0,
|
175
|
-
// 起始时间
|
176
|
-
startYear: 1920,
|
177
|
-
startMonth: 1,
|
178
|
-
startDay: 1,
|
179
|
-
startHour: 0,
|
180
|
-
startMinute: 0,
|
181
|
-
startSecond: 0,
|
182
|
-
// 结束时间
|
183
|
-
endYear: 2120,
|
184
|
-
endMonth: 12,
|
185
|
-
endDay: 31,
|
186
|
-
endHour: 23,
|
187
|
-
endMinute: 59,
|
188
|
-
endSecond: 59
|
189
|
-
};
|
190
|
-
},
|
191
|
-
options: {
|
192
|
-
// #ifdef MP-TOUTIAO
|
193
|
-
virtualHost: false,
|
194
|
-
// #endif
|
195
|
-
// #ifndef MP-TOUTIAO
|
196
|
-
virtualHost: true
|
197
|
-
// #endif
|
198
|
-
},
|
199
|
-
props: {
|
200
|
-
type: {
|
201
|
-
type: String,
|
202
|
-
default: 'datetime'
|
203
|
-
},
|
204
|
-
value: {
|
205
|
-
type: [String, Number],
|
206
|
-
default: ''
|
207
|
-
},
|
208
|
-
modelValue: {
|
209
|
-
type: [String, Number],
|
210
|
-
default: ''
|
211
|
-
},
|
212
|
-
start: {
|
213
|
-
type: [Number, String],
|
214
|
-
default: ''
|
215
|
-
},
|
216
|
-
end: {
|
217
|
-
type: [Number, String],
|
218
|
-
default: ''
|
219
|
-
},
|
220
|
-
returnType: {
|
221
|
-
type: String,
|
222
|
-
default: 'string'
|
223
|
-
},
|
224
|
-
disabled: {
|
225
|
-
type: [Boolean, String],
|
226
|
-
default: false
|
227
|
-
},
|
228
|
-
border: {
|
229
|
-
type: [Boolean, String],
|
230
|
-
default: true
|
231
|
-
},
|
232
|
-
hideSecond: {
|
233
|
-
type: [Boolean, String],
|
234
|
-
default: false
|
235
|
-
}
|
236
|
-
},
|
237
|
-
watch: {
|
238
|
-
// #ifndef VUE3
|
239
|
-
// value: {
|
240
|
-
// handler(newVal) {
|
241
|
-
// if (newVal) {
|
242
|
-
// this.parseValue(fixIosDateFormat(newVal));
|
243
|
-
// this.initTime(false);
|
244
|
-
// } else {
|
245
|
-
// this.time = '';
|
246
|
-
// this.parseValue(Date.now());
|
247
|
-
// }
|
248
|
-
// },
|
249
|
-
// immediate: true
|
250
|
-
// },
|
251
|
-
// #endif
|
252
|
-
// #ifdef VUE3
|
253
|
-
modelValue: {
|
254
|
-
handler(newVal) {
|
255
|
-
if (newVal) {
|
256
|
-
this.parseValue(fixIosDateFormat(newVal));
|
257
|
-
this.initTime(false);
|
258
|
-
} else {
|
259
|
-
this.time = '';
|
260
|
-
this.parseValue(Date.now());
|
261
|
-
}
|
262
|
-
},
|
263
|
-
immediate: true
|
264
|
-
},
|
265
|
-
// #endif
|
266
|
-
type: {
|
267
|
-
handler(newValue) {
|
268
|
-
if (newValue === 'date') {
|
269
|
-
this.dateShow = true;
|
270
|
-
this.timeShow = false;
|
271
|
-
this.title = '日期';
|
272
|
-
} else if (newValue === 'time') {
|
273
|
-
this.dateShow = false;
|
274
|
-
this.timeShow = true;
|
275
|
-
this.title = '时间';
|
276
|
-
} else {
|
277
|
-
this.dateShow = true;
|
278
|
-
this.timeShow = true;
|
279
|
-
this.title = '日期和时间';
|
280
|
-
}
|
281
|
-
},
|
282
|
-
immediate: true
|
283
|
-
},
|
284
|
-
start: {
|
285
|
-
handler(newVal) {
|
286
|
-
this.parseDatetimeRange(fixIosDateFormat(newVal), 'start');
|
287
|
-
},
|
288
|
-
immediate: true
|
289
|
-
},
|
290
|
-
end: {
|
291
|
-
handler(newVal) {
|
292
|
-
this.parseDatetimeRange(fixIosDateFormat(newVal), 'end');
|
293
|
-
},
|
294
|
-
immediate: true
|
295
|
-
},
|
296
|
-
|
297
|
-
// 月、日、时、分、秒可选范围变化后,检查当前值是否在范围内,不在则当前值重置为可选范围第一项
|
298
|
-
months(newVal) {
|
299
|
-
this.checkValue('month', this.month, newVal);
|
300
|
-
},
|
301
|
-
days(newVal) {
|
302
|
-
this.checkValue('day', this.day, newVal);
|
303
|
-
},
|
304
|
-
hours(newVal) {
|
305
|
-
this.checkValue('hour', this.hour, newVal);
|
306
|
-
},
|
307
|
-
minutes(newVal) {
|
308
|
-
this.checkValue('minute', this.minute, newVal);
|
309
|
-
},
|
310
|
-
seconds(newVal) {
|
311
|
-
this.checkValue('second', this.second, newVal);
|
312
|
-
}
|
313
|
-
},
|
314
|
-
computed: {
|
315
|
-
// 当前年、月、日、时、分、秒选择范围
|
316
|
-
years() {
|
317
|
-
return this.getCurrentRange('year');
|
318
|
-
},
|
319
|
-
|
320
|
-
months() {
|
321
|
-
return this.getCurrentRange('month');
|
322
|
-
},
|
323
|
-
|
324
|
-
days() {
|
325
|
-
return this.getCurrentRange('day');
|
326
|
-
},
|
327
|
-
|
328
|
-
hours() {
|
329
|
-
return this.getCurrentRange('hour');
|
330
|
-
},
|
331
|
-
|
332
|
-
minutes() {
|
333
|
-
return this.getCurrentRange('minute');
|
334
|
-
},
|
335
|
-
|
336
|
-
seconds() {
|
337
|
-
return this.getCurrentRange('second');
|
338
|
-
},
|
339
|
-
|
340
|
-
// picker 当前值数组
|
341
|
-
ymd() {
|
342
|
-
return [
|
343
|
-
this.year - this.minYear,
|
344
|
-
this.month - this.minMonth,
|
345
|
-
this.day - this.minDay
|
346
|
-
];
|
347
|
-
},
|
348
|
-
hms() {
|
349
|
-
return [
|
350
|
-
this.hour - this.minHour,
|
351
|
-
this.minute - this.minMinute,
|
352
|
-
this.second - this.minSecond
|
353
|
-
];
|
354
|
-
},
|
355
|
-
|
356
|
-
// 当前 date 是 start
|
357
|
-
currentDateIsStart() {
|
358
|
-
return (
|
359
|
-
this.year === this.startYear &&
|
360
|
-
this.month === this.startMonth &&
|
361
|
-
this.day === this.startDay
|
362
|
-
);
|
363
|
-
},
|
364
|
-
|
365
|
-
// 当前 date 是 end
|
366
|
-
currentDateIsEnd() {
|
367
|
-
return (
|
368
|
-
this.year === this.endYear &&
|
369
|
-
this.month === this.endMonth &&
|
370
|
-
this.day === this.endDay
|
371
|
-
);
|
372
|
-
},
|
373
|
-
|
374
|
-
// 当前年、月、日、时、分、秒的最小值和最大值
|
375
|
-
minYear() {
|
376
|
-
return this.startYear;
|
377
|
-
},
|
378
|
-
maxYear() {
|
379
|
-
return this.endYear;
|
380
|
-
},
|
381
|
-
minMonth() {
|
382
|
-
if (this.year === this.startYear) {
|
383
|
-
return this.startMonth;
|
384
|
-
} else {
|
385
|
-
return 1;
|
386
|
-
}
|
387
|
-
},
|
388
|
-
maxMonth() {
|
389
|
-
if (this.year === this.endYear) {
|
390
|
-
return this.endMonth;
|
391
|
-
} else {
|
392
|
-
return 12;
|
393
|
-
}
|
394
|
-
},
|
395
|
-
minDay() {
|
396
|
-
if (this.year === this.startYear && this.month === this.startMonth) {
|
397
|
-
return this.startDay;
|
398
|
-
} else {
|
399
|
-
return 1;
|
400
|
-
}
|
401
|
-
},
|
402
|
-
maxDay() {
|
403
|
-
if (this.year === this.endYear && this.month === this.endMonth) {
|
404
|
-
return this.endDay;
|
405
|
-
} else {
|
406
|
-
return this.daysInMonth(this.year, this.month);
|
407
|
-
}
|
408
|
-
},
|
409
|
-
minHour() {
|
410
|
-
if (this.type === 'datetime') {
|
411
|
-
if (this.currentDateIsStart) {
|
412
|
-
return this.startHour;
|
413
|
-
} else {
|
414
|
-
return 0;
|
415
|
-
}
|
416
|
-
}
|
417
|
-
if (this.type === 'time') {
|
418
|
-
return this.startHour;
|
419
|
-
}
|
420
|
-
},
|
421
|
-
maxHour() {
|
422
|
-
if (this.type === 'datetime') {
|
423
|
-
if (this.currentDateIsEnd) {
|
424
|
-
return this.endHour;
|
425
|
-
} else {
|
426
|
-
return 23;
|
427
|
-
}
|
428
|
-
}
|
429
|
-
if (this.type === 'time') {
|
430
|
-
return this.endHour;
|
431
|
-
}
|
432
|
-
},
|
433
|
-
minMinute() {
|
434
|
-
if (this.type === 'datetime') {
|
435
|
-
if (this.currentDateIsStart && this.hour === this.startHour) {
|
436
|
-
return this.startMinute;
|
437
|
-
} else {
|
438
|
-
return 0;
|
439
|
-
}
|
440
|
-
}
|
441
|
-
if (this.type === 'time') {
|
442
|
-
if (this.hour === this.startHour) {
|
443
|
-
return this.startMinute;
|
444
|
-
} else {
|
445
|
-
return 0;
|
446
|
-
}
|
447
|
-
}
|
448
|
-
},
|
449
|
-
maxMinute() {
|
450
|
-
if (this.type === 'datetime') {
|
451
|
-
if (this.currentDateIsEnd && this.hour === this.endHour) {
|
452
|
-
return this.endMinute;
|
453
|
-
} else {
|
454
|
-
return 59;
|
455
|
-
}
|
456
|
-
}
|
457
|
-
if (this.type === 'time') {
|
458
|
-
if (this.hour === this.endHour) {
|
459
|
-
return this.endMinute;
|
460
|
-
} else {
|
461
|
-
return 59;
|
462
|
-
}
|
463
|
-
}
|
464
|
-
},
|
465
|
-
minSecond() {
|
466
|
-
if (this.type === 'datetime') {
|
467
|
-
if (
|
468
|
-
this.currentDateIsStart &&
|
469
|
-
this.hour === this.startHour &&
|
470
|
-
this.minute === this.startMinute
|
471
|
-
) {
|
472
|
-
return this.startSecond;
|
473
|
-
} else {
|
474
|
-
return 0;
|
475
|
-
}
|
476
|
-
}
|
477
|
-
if (this.type === 'time') {
|
478
|
-
if (
|
479
|
-
this.hour === this.startHour &&
|
480
|
-
this.minute === this.startMinute
|
481
|
-
) {
|
482
|
-
return this.startSecond;
|
483
|
-
} else {
|
484
|
-
return 0;
|
485
|
-
}
|
486
|
-
}
|
487
|
-
},
|
488
|
-
maxSecond() {
|
489
|
-
if (this.type === 'datetime') {
|
490
|
-
if (
|
491
|
-
this.currentDateIsEnd &&
|
492
|
-
this.hour === this.endHour &&
|
493
|
-
this.minute === this.endMinute
|
494
|
-
) {
|
495
|
-
return this.endSecond;
|
496
|
-
} else {
|
497
|
-
return 59;
|
498
|
-
}
|
499
|
-
}
|
500
|
-
if (this.type === 'time') {
|
501
|
-
if (this.hour === this.endHour && this.minute === this.endMinute) {
|
502
|
-
return this.endSecond;
|
503
|
-
} else {
|
504
|
-
return 59;
|
505
|
-
}
|
506
|
-
}
|
507
|
-
},
|
508
|
-
|
509
|
-
/**
|
510
|
-
* for i18n
|
511
|
-
*/
|
512
|
-
selectTimeText() {
|
513
|
-
return t('uni-datetime-picker.selectTime');
|
514
|
-
},
|
515
|
-
okText() {
|
516
|
-
return t('uni-datetime-picker.ok');
|
517
|
-
},
|
518
|
-
clearText() {
|
519
|
-
return t('uni-datetime-picker.clear');
|
520
|
-
},
|
521
|
-
cancelText() {
|
522
|
-
return t('uni-datetime-picker.cancel');
|
523
|
-
}
|
524
|
-
},
|
525
|
-
|
526
|
-
mounted() {
|
527
|
-
// #ifdef APP-NVUE
|
528
|
-
const res = uni.getSystemInfoSync();
|
529
|
-
this.fixNvueBug = {
|
530
|
-
top: res.windowHeight / 2,
|
531
|
-
left: res.windowWidth / 2
|
532
|
-
};
|
533
|
-
// #endif
|
534
|
-
},
|
535
|
-
|
536
|
-
methods: {
|
537
|
-
/**
|
538
|
-
* @param {Object} item
|
539
|
-
* 小于 10 在前面加个 0
|
540
|
-
*/
|
541
|
-
|
542
|
-
lessThanTen(item) {
|
543
|
-
return item < 10 ? '0' + item : item;
|
544
|
-
},
|
545
|
-
|
546
|
-
/**
|
547
|
-
* 解析时分秒字符串,例如:00:00:00
|
548
|
-
* @param {String} timeString
|
549
|
-
*/
|
550
|
-
parseTimeType(timeString) {
|
551
|
-
if (timeString) {
|
552
|
-
let timeArr = timeString.split(':');
|
553
|
-
this.hour = Number(timeArr[0]);
|
554
|
-
this.minute = Number(timeArr[1]);
|
555
|
-
this.second = Number(timeArr[2]);
|
556
|
-
}
|
557
|
-
},
|
558
|
-
|
559
|
-
/**
|
560
|
-
* 解析选择器初始值,类型可以是字符串、时间戳,例如:2000-10-02、'08:30:00'、 1610695109000
|
561
|
-
* @param {String | Number} datetime
|
562
|
-
*/
|
563
|
-
initPickerValue(datetime) {
|
564
|
-
let defaultValue = null;
|
565
|
-
if (datetime) {
|
566
|
-
defaultValue = this.compareValueWithStartAndEnd(
|
567
|
-
datetime,
|
568
|
-
this.start,
|
569
|
-
this.end
|
570
|
-
);
|
571
|
-
} else {
|
572
|
-
defaultValue = Date.now();
|
573
|
-
defaultValue = this.compareValueWithStartAndEnd(
|
574
|
-
defaultValue,
|
575
|
-
this.start,
|
576
|
-
this.end
|
577
|
-
);
|
578
|
-
}
|
579
|
-
this.parseValue(defaultValue);
|
580
|
-
},
|
581
|
-
|
582
|
-
/**
|
583
|
-
* 初始值规则:
|
584
|
-
* - 用户设置初始值 value
|
585
|
-
* - 设置了起始时间 start、终止时间 end,并 start < value < end,初始值为 value, 否则初始值为 start
|
586
|
-
* - 只设置了起始时间 start,并 start < value,初始值为 value,否则初始值为 start
|
587
|
-
* - 只设置了终止时间 end,并 value < end,初始值为 value,否则初始值为 end
|
588
|
-
* - 无起始终止时间,则初始值为 value
|
589
|
-
* - 无初始值 value,则初始值为当前本地时间 Date.now()
|
590
|
-
* @param {Object} value
|
591
|
-
* @param {Object} dateBase
|
592
|
-
*/
|
593
|
-
compareValueWithStartAndEnd(value, start, end) {
|
594
|
-
let winner = null;
|
595
|
-
value = this.superTimeStamp(value);
|
596
|
-
start = this.superTimeStamp(start);
|
597
|
-
end = this.superTimeStamp(end);
|
598
|
-
|
599
|
-
if (start && end) {
|
600
|
-
if (value < start) {
|
601
|
-
winner = new Date(start);
|
602
|
-
} else if (value > end) {
|
603
|
-
winner = new Date(end);
|
604
|
-
} else {
|
605
|
-
winner = new Date(value);
|
606
|
-
}
|
607
|
-
} else if (start && !end) {
|
608
|
-
winner = start <= value ? new Date(value) : new Date(start);
|
609
|
-
} else if (!start && end) {
|
610
|
-
winner = value <= end ? new Date(value) : new Date(end);
|
611
|
-
} else {
|
612
|
-
winner = new Date(value);
|
613
|
-
}
|
614
|
-
|
615
|
-
return winner;
|
616
|
-
},
|
617
|
-
|
618
|
-
/**
|
619
|
-
* 转换为可比较的时间戳,接受日期、时分秒、时间戳
|
620
|
-
* @param {Object} value
|
621
|
-
*/
|
622
|
-
superTimeStamp(value) {
|
623
|
-
let dateBase = '';
|
624
|
-
if (this.type === 'time' && value && typeof value === 'string') {
|
625
|
-
const now = new Date();
|
626
|
-
const year = now.getFullYear();
|
627
|
-
const month = now.getMonth() + 1;
|
628
|
-
const day = now.getDate();
|
629
|
-
dateBase = year + '/' + month + '/' + day + ' ';
|
630
|
-
}
|
631
|
-
if (Number(value)) {
|
632
|
-
value = parseInt(value);
|
633
|
-
dateBase = 0;
|
634
|
-
}
|
635
|
-
return this.createTimeStamp(dateBase + value);
|
636
|
-
},
|
637
|
-
|
638
|
-
/**
|
639
|
-
* 解析默认值 value,字符串、时间戳
|
640
|
-
* @param {Object} defaultTime
|
641
|
-
*/
|
642
|
-
parseValue(value) {
|
643
|
-
if (!value) {
|
644
|
-
return;
|
645
|
-
}
|
646
|
-
if (this.type === 'time' && typeof value === 'string') {
|
647
|
-
this.parseTimeType(value);
|
648
|
-
} else {
|
649
|
-
let defaultDate = null;
|
650
|
-
defaultDate = new Date(value);
|
651
|
-
if (this.type !== 'time') {
|
652
|
-
this.year = defaultDate.getFullYear();
|
653
|
-
this.month = defaultDate.getMonth() + 1;
|
654
|
-
this.day = defaultDate.getDate();
|
655
|
-
}
|
656
|
-
if (this.type !== 'date') {
|
657
|
-
this.hour = defaultDate.getHours();
|
658
|
-
this.minute = defaultDate.getMinutes();
|
659
|
-
this.second = defaultDate.getSeconds();
|
660
|
-
}
|
661
|
-
}
|
662
|
-
if (this.hideSecond) {
|
663
|
-
this.second = 0;
|
664
|
-
}
|
665
|
-
},
|
666
|
-
|
667
|
-
/**
|
668
|
-
* 解析可选择时间范围 start、end,年月日字符串、时间戳
|
669
|
-
* @param {Object} defaultTime
|
670
|
-
*/
|
671
|
-
parseDatetimeRange(point, pointType) {
|
672
|
-
// 时间为空,则重置为初始值
|
673
|
-
if (!point) {
|
674
|
-
if (pointType === 'start') {
|
675
|
-
this.startYear = 1920;
|
676
|
-
this.startMonth = 1;
|
677
|
-
this.startDay = 1;
|
678
|
-
this.startHour = 0;
|
679
|
-
this.startMinute = 0;
|
680
|
-
this.startSecond = 0;
|
681
|
-
}
|
682
|
-
if (pointType === 'end') {
|
683
|
-
this.endYear = 2120;
|
684
|
-
this.endMonth = 12;
|
685
|
-
this.endDay = 31;
|
686
|
-
this.endHour = 23;
|
687
|
-
this.endMinute = 59;
|
688
|
-
this.endSecond = 59;
|
689
|
-
}
|
690
|
-
return;
|
691
|
-
}
|
692
|
-
if (this.type === 'time') {
|
693
|
-
const pointArr = point.split(':');
|
694
|
-
this[pointType + 'Hour'] = Number(pointArr[0]);
|
695
|
-
this[pointType + 'Minute'] = Number(pointArr[1]);
|
696
|
-
this[pointType + 'Second'] = Number(pointArr[2]);
|
697
|
-
} else {
|
698
|
-
if (!point) {
|
699
|
-
pointType === 'start'
|
700
|
-
? (this.startYear = this.year - 60)
|
701
|
-
: (this.endYear = this.year + 60);
|
702
|
-
return;
|
703
|
-
}
|
704
|
-
if (Number(point)) {
|
705
|
-
point = parseInt(point);
|
706
|
-
}
|
707
|
-
// datetime 的 end 没有时分秒, 则不限制
|
708
|
-
const hasTime = /[0-9]:[0-9]/;
|
709
|
-
if (
|
710
|
-
this.type === 'datetime' &&
|
711
|
-
pointType === 'end' &&
|
712
|
-
typeof point === 'string' &&
|
713
|
-
!hasTime.test(point)
|
714
|
-
) {
|
715
|
-
point = point + ' 23:59:59';
|
716
|
-
}
|
717
|
-
const pointDate = new Date(point);
|
718
|
-
this[pointType + 'Year'] = pointDate.getFullYear();
|
719
|
-
this[pointType + 'Month'] = pointDate.getMonth() + 1;
|
720
|
-
this[pointType + 'Day'] = pointDate.getDate();
|
721
|
-
if (this.type === 'datetime') {
|
722
|
-
this[pointType + 'Hour'] = pointDate.getHours();
|
723
|
-
this[pointType + 'Minute'] = pointDate.getMinutes();
|
724
|
-
this[pointType + 'Second'] = pointDate.getSeconds();
|
725
|
-
}
|
726
|
-
}
|
727
|
-
},
|
728
|
-
|
729
|
-
// 获取 年、月、日、时、分、秒 当前可选范围
|
730
|
-
getCurrentRange(value) {
|
731
|
-
const range = [];
|
732
|
-
for (
|
733
|
-
let i = this['min' + this.capitalize(value)];
|
734
|
-
i <= this['max' + this.capitalize(value)];
|
735
|
-
i++
|
736
|
-
) {
|
737
|
-
range.push(i);
|
738
|
-
}
|
739
|
-
return range;
|
740
|
-
},
|
741
|
-
|
742
|
-
// 字符串首字母大写
|
743
|
-
capitalize(str) {
|
744
|
-
return str.charAt(0).toUpperCase() + str.slice(1);
|
745
|
-
},
|
746
|
-
|
747
|
-
// 检查当前值是否在范围内,不在则当前值重置为可选范围第一项
|
748
|
-
checkValue(name, value, values) {
|
749
|
-
if (values.indexOf(value) === -1) {
|
750
|
-
this[name] = values[0];
|
751
|
-
}
|
752
|
-
},
|
753
|
-
|
754
|
-
// 每个月的实际天数
|
755
|
-
daysInMonth(year, month) {
|
756
|
-
// Use 1 for January, 2 for February, etc.
|
757
|
-
return new Date(year, month, 0).getDate();
|
758
|
-
},
|
759
|
-
|
760
|
-
/**
|
761
|
-
* 生成时间戳
|
762
|
-
* @param {Object} time
|
763
|
-
*/
|
764
|
-
createTimeStamp(time) {
|
765
|
-
if (!time) return;
|
766
|
-
if (typeof time === 'number') {
|
767
|
-
return time;
|
768
|
-
} else {
|
769
|
-
time = time.replace(/-/g, '/');
|
770
|
-
if (this.type === 'date') {
|
771
|
-
time = time + ' ' + '00:00:00';
|
772
|
-
}
|
773
|
-
return Date.parse(time);
|
774
|
-
}
|
775
|
-
},
|
776
|
-
|
777
|
-
/**
|
778
|
-
* 生成日期或时间的字符串
|
779
|
-
*/
|
780
|
-
createDomSting() {
|
781
|
-
const yymmdd =
|
782
|
-
this.year +
|
783
|
-
'-' +
|
784
|
-
this.lessThanTen(this.month) +
|
785
|
-
'-' +
|
786
|
-
this.lessThanTen(this.day);
|
787
|
-
|
788
|
-
let hhmmss =
|
789
|
-
this.lessThanTen(this.hour) + ':' + this.lessThanTen(this.minute);
|
790
|
-
|
791
|
-
if (!this.hideSecond) {
|
792
|
-
hhmmss = hhmmss + ':' + this.lessThanTen(this.second);
|
793
|
-
}
|
794
|
-
|
795
|
-
if (this.type === 'date') {
|
796
|
-
return yymmdd;
|
797
|
-
} else if (this.type === 'time') {
|
798
|
-
return hhmmss;
|
799
|
-
} else {
|
800
|
-
return yymmdd + ' ' + hhmmss;
|
801
|
-
}
|
802
|
-
},
|
803
|
-
|
804
|
-
/**
|
805
|
-
* 初始化返回值,并抛出 change 事件
|
806
|
-
*/
|
807
|
-
initTime(emit = true) {
|
808
|
-
this.time = this.createDomSting();
|
809
|
-
if (!emit) return;
|
810
|
-
if (this.returnType === 'timestamp' && this.type !== 'time') {
|
811
|
-
this.$emit('change', this.createTimeStamp(this.time));
|
812
|
-
this.$emit('input', this.createTimeStamp(this.time));
|
813
|
-
this.$emit('update:modelValue', this.createTimeStamp(this.time));
|
814
|
-
} else {
|
815
|
-
this.$emit('change', this.time);
|
816
|
-
this.$emit('input', this.time);
|
817
|
-
this.$emit('update:modelValue', this.time);
|
818
|
-
}
|
819
|
-
},
|
820
|
-
|
821
|
-
/**
|
822
|
-
* 用户选择日期或时间更新 data
|
823
|
-
* @param {Object} e
|
824
|
-
*/
|
825
|
-
bindDateChange(e) {
|
826
|
-
const val = e.detail.value;
|
827
|
-
this.year = this.years[val[0]];
|
828
|
-
this.month = this.months[val[1]];
|
829
|
-
this.day = this.days[val[2]];
|
830
|
-
},
|
831
|
-
bindTimeChange(e) {
|
832
|
-
const val = e.detail.value;
|
833
|
-
this.hour = this.hours[val[0]];
|
834
|
-
this.minute = this.minutes[val[1]];
|
835
|
-
this.second = this.seconds[val[2]];
|
836
|
-
},
|
837
|
-
|
838
|
-
/**
|
839
|
-
* 初始化弹出层
|
840
|
-
*/
|
841
|
-
initTimePicker() {
|
842
|
-
if (this.disabled) return;
|
843
|
-
const value = fixIosDateFormat(this.time);
|
844
|
-
this.initPickerValue(value);
|
845
|
-
this.visible = !this.visible;
|
846
|
-
},
|
847
|
-
|
848
|
-
/**
|
849
|
-
* 触发或关闭弹框
|
850
|
-
*/
|
851
|
-
tiggerTimePicker(e) {
|
852
|
-
this.visible = !this.visible;
|
853
|
-
},
|
854
|
-
|
855
|
-
/**
|
856
|
-
* 用户点击“清空”按钮,清空当前值
|
857
|
-
*/
|
858
|
-
clearTime() {
|
859
|
-
this.time = '';
|
860
|
-
this.$emit('change', this.time);
|
861
|
-
this.$emit('input', this.time);
|
862
|
-
this.$emit('update:modelValue', this.time);
|
863
|
-
this.tiggerTimePicker();
|
864
|
-
},
|
865
|
-
|
866
|
-
/**
|
867
|
-
* 用户点击“确定”按钮
|
868
|
-
*/
|
869
|
-
setTime() {
|
870
|
-
this.initTime();
|
871
|
-
this.tiggerTimePicker();
|
872
|
-
}
|
873
|
-
}
|
874
|
-
};
|
875
|
-
</script>
|
876
|
-
|
877
|
-
<style lang="scss">
|
878
|
-
$uni-primary: #007aff !default;
|
879
|
-
|
880
|
-
.uni-datetime-picker {
|
881
|
-
/* #ifndef APP-NVUE */
|
882
|
-
/* width: 100%; */
|
883
|
-
/* #endif */
|
884
|
-
}
|
885
|
-
|
886
|
-
.uni-datetime-picker-view {
|
887
|
-
height: 130px;
|
888
|
-
width: 270px;
|
889
|
-
/* #ifndef APP-NVUE */
|
890
|
-
cursor: pointer;
|
891
|
-
/* #endif */
|
892
|
-
}
|
893
|
-
|
894
|
-
.uni-datetime-picker-item {
|
895
|
-
height: 50px;
|
896
|
-
line-height: 50px;
|
897
|
-
text-align: center;
|
898
|
-
font-size: 14px;
|
899
|
-
}
|
900
|
-
|
901
|
-
.uni-datetime-picker-btn {
|
902
|
-
margin-top: 60px;
|
903
|
-
/* #ifndef APP-NVUE */
|
904
|
-
display: flex;
|
905
|
-
cursor: pointer;
|
906
|
-
/* #endif */
|
907
|
-
flex-direction: row;
|
908
|
-
justify-content: space-between;
|
909
|
-
}
|
910
|
-
|
911
|
-
.uni-datetime-picker-btn-text {
|
912
|
-
font-size: 14px;
|
913
|
-
color: $uni-primary;
|
914
|
-
}
|
915
|
-
|
916
|
-
.uni-datetime-picker-btn-group {
|
917
|
-
/* #ifndef APP-NVUE */
|
918
|
-
display: flex;
|
919
|
-
/* #endif */
|
920
|
-
flex-direction: row;
|
921
|
-
}
|
922
|
-
|
923
|
-
.uni-datetime-picker-cancel {
|
924
|
-
margin-right: 30px;
|
925
|
-
}
|
926
|
-
|
927
|
-
.uni-datetime-picker-mask {
|
928
|
-
position: fixed;
|
929
|
-
bottom: 0px;
|
930
|
-
top: 0px;
|
931
|
-
left: 0px;
|
932
|
-
right: 0px;
|
933
|
-
background-color: rgba(0, 0, 0, 0.4);
|
934
|
-
transition-duration: 0.3s;
|
935
|
-
z-index: 998;
|
936
|
-
}
|
937
|
-
|
938
|
-
.uni-datetime-picker-popup {
|
939
|
-
border-radius: 8px;
|
940
|
-
padding: 30px;
|
941
|
-
width: 270px;
|
942
|
-
/* #ifdef APP-NVUE */
|
943
|
-
height: 500px;
|
944
|
-
/* #endif */
|
945
|
-
/* #ifdef APP-NVUE */
|
946
|
-
width: 330px;
|
947
|
-
/* #endif */
|
948
|
-
background-color: #fff;
|
949
|
-
position: fixed;
|
950
|
-
top: 50%;
|
951
|
-
left: 50%;
|
952
|
-
transform: translate(-50%, -50%);
|
953
|
-
transition-duration: 0.3s;
|
954
|
-
z-index: 999;
|
955
|
-
}
|
956
|
-
|
957
|
-
.fix-nvue-height {
|
958
|
-
/* #ifdef APP-NVUE */
|
959
|
-
height: 330px;
|
960
|
-
/* #endif */
|
961
|
-
}
|
962
|
-
|
963
|
-
.uni-datetime-picker-time {
|
964
|
-
color: grey;
|
965
|
-
}
|
966
|
-
|
967
|
-
.uni-datetime-picker-column {
|
968
|
-
height: 50px;
|
969
|
-
}
|
970
|
-
|
971
|
-
.uni-datetime-picker-timebox {
|
972
|
-
border: 1px solid #e5e5e5;
|
973
|
-
border-radius: 5px;
|
974
|
-
padding: 7px 10px;
|
975
|
-
/* #ifndef APP-NVUE */
|
976
|
-
box-sizing: border-box;
|
977
|
-
cursor: pointer;
|
978
|
-
/* #endif */
|
979
|
-
}
|
980
|
-
|
981
|
-
.uni-datetime-picker-timebox-pointer {
|
982
|
-
/* #ifndef APP-NVUE */
|
983
|
-
cursor: pointer;
|
984
|
-
/* #endif */
|
985
|
-
}
|
986
|
-
|
987
|
-
.uni-datetime-picker-disabled {
|
988
|
-
opacity: 0.4;
|
989
|
-
/* #ifdef H5 */
|
990
|
-
cursor: not-allowed !important;
|
991
|
-
/* #endif */
|
992
|
-
}
|
993
|
-
|
994
|
-
.uni-datetime-picker-text {
|
995
|
-
font-size: 14px;
|
996
|
-
line-height: 50px;
|
997
|
-
}
|
998
|
-
|
999
|
-
.uni-datetime-picker-sign {
|
1000
|
-
position: absolute;
|
1001
|
-
top: 53px;
|
1002
|
-
/* 减掉 10px 的元素高度,兼容nvue */
|
1003
|
-
color: #999;
|
1004
|
-
/* #ifdef APP-NVUE */
|
1005
|
-
font-size: 16px;
|
1006
|
-
/* #endif */
|
1007
|
-
}
|
1008
|
-
|
1009
|
-
.sign-left {
|
1010
|
-
left: 86px;
|
1011
|
-
}
|
1012
|
-
|
1013
|
-
.sign-right {
|
1014
|
-
right: 86px;
|
1015
|
-
}
|
1016
|
-
|
1017
|
-
.sign-center {
|
1018
|
-
left: 135px;
|
1019
|
-
}
|
1020
|
-
|
1021
|
-
.uni-datetime-picker__container-box {
|
1022
|
-
position: relative;
|
1023
|
-
display: flex;
|
1024
|
-
align-items: center;
|
1025
|
-
justify-content: center;
|
1026
|
-
margin-top: 40px;
|
1027
|
-
}
|
1028
|
-
|
1029
|
-
.time-hide-second {
|
1030
|
-
width: 180px;
|
1031
|
-
}
|
1032
|
-
</style>
|