@baosight/erm 1.3.0 → 1.3.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/MobileCheckEdit.vue.d.ts +175 -0
- package/lib/ermGrid/ermGrid.vue.d.ts +6 -6
- package/lib/index.css +2 -2
- package/lib/index.esm.css +69 -65
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -69,67 +69,6 @@
|
|
|
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
|
-
|
|
133
72
|
.baseStyle[data-v-a440e92e] {
|
|
134
73
|
width: 99%;
|
|
135
74
|
height: 100%;
|
|
@@ -232,6 +171,67 @@
|
|
|
232
171
|
z-index: 1000;
|
|
233
172
|
}
|
|
234
173
|
|
|
174
|
+
.container[data-v-87a0d832] {
|
|
175
|
+
width: 100%;
|
|
176
|
+
height: 100%;
|
|
177
|
+
position: relative;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.box[data-v-87a0d832] {
|
|
181
|
+
display: flex;
|
|
182
|
+
justify-content: center;
|
|
183
|
+
align-items: center;
|
|
184
|
+
height: 100vh;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.goods-card[data-v-87a0d832] {
|
|
188
|
+
display: flex;
|
|
189
|
+
flex-direction: column;
|
|
190
|
+
justify-content: flex-start;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.card-desc[data-v-87a0d832] {
|
|
194
|
+
text-align: left;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.button-area[data-v-87a0d832] {
|
|
198
|
+
display: flex;
|
|
199
|
+
justify-content: space-between;
|
|
200
|
+
align-items: center;
|
|
201
|
+
top: 20px;
|
|
202
|
+
margin-top: 5%;
|
|
203
|
+
margin-left: 5%;
|
|
204
|
+
margin-right: 5%;
|
|
205
|
+
margin-bottom: 5%;
|
|
206
|
+
position: sticky;
|
|
207
|
+
z-index: 1000;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.button-type[data-v-87a0d832] {
|
|
211
|
+
font-size: 14px;
|
|
212
|
+
border-radius: 10px;
|
|
213
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
214
|
+
position: relative;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.slot-left[data-v-87a0d832] {
|
|
218
|
+
margin-top: 20px;
|
|
219
|
+
margin-left: 20px;
|
|
220
|
+
width: 100%;
|
|
221
|
+
height: 60px;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.slot-right[data-v-87a0d832] {
|
|
225
|
+
margin-top: 20px;
|
|
226
|
+
width: 100%;
|
|
227
|
+
height: 60px;
|
|
228
|
+
border-radius: 10px;
|
|
229
|
+
color: white;
|
|
230
|
+
font-size: 16px;
|
|
231
|
+
font-weight: 600;
|
|
232
|
+
font-family: "阿里巴巴普惠体Light";
|
|
233
|
+
}
|
|
234
|
+
|
|
235
235
|
.swiperButton[data-v-35c7b3ce] {
|
|
236
236
|
height: 100%;
|
|
237
237
|
}
|
|
@@ -588,10 +588,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
588
588
|
color: #fff; /* 勾选后的文字颜色 */
|
|
589
589
|
}
|
|
590
590
|
|
|
591
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
592
|
-
padding: 5px 0;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
591
|
[data-v-7351fe97] .van-popup {
|
|
596
592
|
max-height: 80%;
|
|
597
593
|
}
|
|
@@ -619,4 +615,12 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
619
615
|
overflow: hidden;
|
|
620
616
|
overflow-y: auto;
|
|
621
617
|
height: calc(100% - 100px);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
[data-v-804c414a] .van-checkbox {
|
|
621
|
+
padding: 5px 0;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
625
|
+
padding: 5px 0;
|
|
622
626
|
}
|