@baosight/erm 1.5.1 → 1.5.2
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/lib/components/DateTimePicker.vue.d.ts +8 -1
- package/lib/components/MobileButtonEdit.vue.d.ts +8 -1
- package/lib/components/MobileCheckEdit.vue.d.ts +8 -1
- package/lib/components/MobileCheckGrid.vue.d.ts +9 -2
- package/lib/components/MobileDate.vue.d.ts +8 -1
- package/lib/components/MobileLookUp.vue.d.ts +8 -1
- package/lib/components/MobileRadio.vue.d.ts +9 -2
- package/lib/components/MobileSpin.vue.d.ts +8 -1
- package/lib/index.css +1 -1
- package/lib/index.esm.css +66 -66
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -69,6 +69,67 @@
|
|
|
69
69
|
border-color: red;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
+
.container[data-v-87a0d832] {
|
|
73
|
+
width: 100%;
|
|
74
|
+
height: 100%;
|
|
75
|
+
position: relative;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.box[data-v-87a0d832] {
|
|
79
|
+
display: flex;
|
|
80
|
+
justify-content: center;
|
|
81
|
+
align-items: center;
|
|
82
|
+
height: 100vh;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.goods-card[data-v-87a0d832] {
|
|
86
|
+
display: flex;
|
|
87
|
+
flex-direction: column;
|
|
88
|
+
justify-content: flex-start;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.card-desc[data-v-87a0d832] {
|
|
92
|
+
text-align: left;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.button-area[data-v-87a0d832] {
|
|
96
|
+
display: flex;
|
|
97
|
+
justify-content: space-between;
|
|
98
|
+
align-items: center;
|
|
99
|
+
top: 20px;
|
|
100
|
+
margin-top: 5%;
|
|
101
|
+
margin-left: 5%;
|
|
102
|
+
margin-right: 5%;
|
|
103
|
+
margin-bottom: 5%;
|
|
104
|
+
position: sticky;
|
|
105
|
+
z-index: 1000;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.button-type[data-v-87a0d832] {
|
|
109
|
+
font-size: 14px;
|
|
110
|
+
border-radius: 10px;
|
|
111
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
112
|
+
position: relative;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.slot-left[data-v-87a0d832] {
|
|
116
|
+
margin-top: 20px;
|
|
117
|
+
margin-left: 20px;
|
|
118
|
+
width: 100%;
|
|
119
|
+
height: 60px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.slot-right[data-v-87a0d832] {
|
|
123
|
+
margin-top: 20px;
|
|
124
|
+
width: 100%;
|
|
125
|
+
height: 60px;
|
|
126
|
+
border-radius: 10px;
|
|
127
|
+
color: white;
|
|
128
|
+
font-size: 16px;
|
|
129
|
+
font-weight: 600;
|
|
130
|
+
font-family: "阿里巴巴普惠体Light";
|
|
131
|
+
}
|
|
132
|
+
|
|
72
133
|
.baseStyle[data-v-a440e92e] {
|
|
73
134
|
width: 99%;
|
|
74
135
|
height: 100%;
|
|
@@ -209,67 +270,6 @@
|
|
|
209
270
|
z-index: 1000;
|
|
210
271
|
}
|
|
211
272
|
|
|
212
|
-
.container[data-v-87a0d832] {
|
|
213
|
-
width: 100%;
|
|
214
|
-
height: 100%;
|
|
215
|
-
position: relative;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.box[data-v-87a0d832] {
|
|
219
|
-
display: flex;
|
|
220
|
-
justify-content: center;
|
|
221
|
-
align-items: center;
|
|
222
|
-
height: 100vh;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.goods-card[data-v-87a0d832] {
|
|
226
|
-
display: flex;
|
|
227
|
-
flex-direction: column;
|
|
228
|
-
justify-content: flex-start;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.card-desc[data-v-87a0d832] {
|
|
232
|
-
text-align: left;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.button-area[data-v-87a0d832] {
|
|
236
|
-
display: flex;
|
|
237
|
-
justify-content: space-between;
|
|
238
|
-
align-items: center;
|
|
239
|
-
top: 20px;
|
|
240
|
-
margin-top: 5%;
|
|
241
|
-
margin-left: 5%;
|
|
242
|
-
margin-right: 5%;
|
|
243
|
-
margin-bottom: 5%;
|
|
244
|
-
position: sticky;
|
|
245
|
-
z-index: 1000;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.button-type[data-v-87a0d832] {
|
|
249
|
-
font-size: 14px;
|
|
250
|
-
border-radius: 10px;
|
|
251
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
252
|
-
position: relative;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.slot-left[data-v-87a0d832] {
|
|
256
|
-
margin-top: 20px;
|
|
257
|
-
margin-left: 20px;
|
|
258
|
-
width: 100%;
|
|
259
|
-
height: 60px;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.slot-right[data-v-87a0d832] {
|
|
263
|
-
margin-top: 20px;
|
|
264
|
-
width: 100%;
|
|
265
|
-
height: 60px;
|
|
266
|
-
border-radius: 10px;
|
|
267
|
-
color: white;
|
|
268
|
-
font-size: 16px;
|
|
269
|
-
font-weight: 600;
|
|
270
|
-
font-family: "阿里巴巴普惠体Light";
|
|
271
|
-
}
|
|
272
|
-
|
|
273
273
|
.swiperButton[data-v-35c7b3ce] {
|
|
274
274
|
height: 100%;
|
|
275
275
|
}
|
|
@@ -630,16 +630,12 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
630
630
|
padding: 5px 0;
|
|
631
631
|
}
|
|
632
632
|
|
|
633
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
634
|
-
padding: 5px 0;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
633
|
[data-v-7351fe97] .van-popup {
|
|
638
634
|
max-height: 80%;
|
|
639
635
|
}
|
|
640
636
|
|
|
641
637
|
[data-v-7351fe97] .placeholder {
|
|
642
|
-
color: #
|
|
638
|
+
color: #C8C9CC !important;
|
|
643
639
|
}
|
|
644
640
|
|
|
645
641
|
.result-color[data-v-7351fe97] {
|
|
@@ -661,4 +657,8 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
661
657
|
overflow: hidden;
|
|
662
658
|
overflow-y: auto;
|
|
663
659
|
height: calc(100% - 100px);
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
663
|
+
padding: 5px 0;
|
|
664
664
|
}
|