mali-applet-ui 1.0.176 → 1.0.178
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.
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
@change="bindDateChange">
|
|
23
23
|
<picker-view-column>
|
|
24
24
|
<view class="uni-datetime-picker-item" v-for="(item,index) in years" :key="index">
|
|
25
|
-
<text
|
|
25
|
+
<text>{{lessThanTen(item)}}</text>
|
|
26
26
|
</view>
|
|
27
27
|
</picker-view-column>
|
|
28
28
|
<picker-view-column>
|
|
29
29
|
<view class="uni-datetime-picker-item" v-for="(item,index) in months" :key="index">
|
|
30
|
-
<text
|
|
30
|
+
<text>{{lessThanTen(item)}}</text>
|
|
31
31
|
</view>
|
|
32
32
|
</picker-view-column>
|
|
33
33
|
<picker-view-column>
|
|
34
34
|
<view class="uni-datetime-picker-item" v-for="(item,index) in days" :key="index">
|
|
35
|
-
<text
|
|
35
|
+
<text>{{lessThanTen(item)}}</text>
|
|
36
36
|
</view>
|
|
37
37
|
</picker-view-column>
|
|
38
38
|
</picker-view>
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
:indicator-style="indicatorStyle" :value="hms" @change="bindTimeChange">
|
|
46
46
|
<picker-view-column>
|
|
47
47
|
<view class="uni-datetime-picker-item" v-for="(item,index) in hours" :key="index">
|
|
48
|
-
<text
|
|
48
|
+
<text>{{lessThanTen(item)}}</text>
|
|
49
49
|
</view>
|
|
50
50
|
</picker-view-column>
|
|
51
51
|
<picker-view-column>
|
|
52
52
|
<view class="uni-datetime-picker-item" v-for="(item,index) in minutes" :key="index">
|
|
53
|
-
<text
|
|
53
|
+
<text>{{lessThanTen(item)}}</text>
|
|
54
54
|
</view>
|
|
55
55
|
</picker-view-column>
|
|
56
56
|
</picker-view>
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
:indicator-style="indicatorStyle" :value="hms" @change="bindTimeChange">
|
|
59
59
|
<picker-view-column>
|
|
60
60
|
<view class="uni-datetime-picker-item" v-for="(item,index) in hours" :key="index">
|
|
61
|
-
<text
|
|
61
|
+
<text>{{lessThanTen(item)}}</text>
|
|
62
62
|
</view>
|
|
63
63
|
</picker-view-column>
|
|
64
64
|
<picker-view-column>
|
|
65
65
|
<view class="uni-datetime-picker-item" v-for="(item,index) in minutes" :key="index">
|
|
66
|
-
<text
|
|
66
|
+
<text>{{lessThanTen(item)}}</text>
|
|
67
67
|
</view>
|
|
68
68
|
</picker-view-column>
|
|
69
69
|
<picker-view-column>
|
|
70
70
|
<view class="uni-datetime-picker-item" v-for="(item,index) in seconds" :key="index">
|
|
71
|
-
<text
|
|
71
|
+
<text>{{lessThanTen(item)}}</text>
|
|
72
72
|
</view>
|
|
73
73
|
</picker-view-column>
|
|
74
74
|
</picker-view>
|
|
@@ -816,9 +816,10 @@ export default {
|
|
|
816
816
|
}
|
|
817
817
|
|
|
818
818
|
.uni-datetime-picker-item {
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
819
|
+
display: flex;
|
|
820
|
+
flex-direction: row;
|
|
821
|
+
justify-content: center;
|
|
822
|
+
align-items: center;
|
|
822
823
|
font-size: 28rpx;
|
|
823
824
|
}
|
|
824
825
|
|
|
@@ -923,7 +924,7 @@ export default {
|
|
|
923
924
|
|
|
924
925
|
.uni-datetime-picker-sign {
|
|
925
926
|
position: absolute;
|
|
926
|
-
top:
|
|
927
|
+
top: 110rpx;
|
|
927
928
|
/* 减掉 10px 的元素高度,兼容nvue */
|
|
928
929
|
color: #999;
|
|
929
930
|
/* #ifdef APP-NVUE */
|
|
@@ -932,15 +933,15 @@ export default {
|
|
|
932
933
|
}
|
|
933
934
|
|
|
934
935
|
.sign-left {
|
|
935
|
-
left:
|
|
936
|
+
left: 140rpx;
|
|
936
937
|
}
|
|
937
938
|
|
|
938
939
|
.sign-right {
|
|
939
|
-
right:
|
|
940
|
+
right: 140rpx;
|
|
940
941
|
}
|
|
941
942
|
|
|
942
943
|
.sign-center {
|
|
943
|
-
left:
|
|
944
|
+
left: 210rpx;
|
|
944
945
|
}
|
|
945
946
|
|
|
946
947
|
.uni-datetime-picker__container-box {
|
|
@@ -91,12 +91,12 @@ export default {
|
|
|
91
91
|
}
|
|
92
92
|
.ml-switch--icon {
|
|
93
93
|
left: 100%;
|
|
94
|
-
transform: translateX(-
|
|
94
|
+
transform: translateX(-40rpx);
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
&.is--off {
|
|
98
98
|
.ml-switch--button {
|
|
99
|
-
padding-left:
|
|
99
|
+
padding-left: 42rpx;
|
|
100
100
|
background-color: rgba(0,0,0,0.35);
|
|
101
101
|
}
|
|
102
102
|
.ml-switch--icon {
|