@baosight/erm 1.4.0 → 1.4.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/ermGrid/ermGrid.vue.d.ts +6 -6
- package/lib/index.css +1 -1
- package/lib/index.esm.css +77 -76
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,65 +1,4 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.container[data-v-87a0d832] {
|
|
3
|
-
width: 100%;
|
|
4
|
-
height: 100%;
|
|
5
|
-
position: relative;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.box[data-v-87a0d832] {
|
|
9
|
-
display: flex;
|
|
10
|
-
justify-content: center;
|
|
11
|
-
align-items: center;
|
|
12
|
-
height: 100vh;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.goods-card[data-v-87a0d832] {
|
|
16
|
-
display: flex;
|
|
17
|
-
flex-direction: column;
|
|
18
|
-
justify-content: flex-start;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.card-desc[data-v-87a0d832] {
|
|
22
|
-
text-align: left;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.button-area[data-v-87a0d832] {
|
|
26
|
-
display: flex;
|
|
27
|
-
justify-content: space-between;
|
|
28
|
-
align-items: center;
|
|
29
|
-
top: 20px;
|
|
30
|
-
margin-top: 5%;
|
|
31
|
-
margin-left: 5%;
|
|
32
|
-
margin-right: 5%;
|
|
33
|
-
margin-bottom: 5%;
|
|
34
|
-
position: sticky;
|
|
35
|
-
z-index: 1000;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.button-type[data-v-87a0d832] {
|
|
39
|
-
font-size: 14px;
|
|
40
|
-
border-radius: 10px;
|
|
41
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
42
|
-
position: relative;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.slot-left[data-v-87a0d832] {
|
|
46
|
-
margin-top: 20px;
|
|
47
|
-
margin-left: 20px;
|
|
48
|
-
width: 100%;
|
|
49
|
-
height: 60px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.slot-right[data-v-87a0d832] {
|
|
53
|
-
margin-top: 20px;
|
|
54
|
-
width: 100%;
|
|
55
|
-
height: 60px;
|
|
56
|
-
border-radius: 10px;
|
|
57
|
-
color: white;
|
|
58
|
-
font-size: 16px;
|
|
59
|
-
font-weight: 600;
|
|
60
|
-
font-family: "阿里巴巴普惠体Light";
|
|
61
|
-
}
|
|
62
|
-
|
|
63
2
|
.rowContent[data-v-1b695265] {
|
|
64
3
|
display: flex;
|
|
65
4
|
flex-direction: row;
|
|
@@ -221,25 +160,26 @@
|
|
|
221
160
|
background-color: #ecf0f1;
|
|
222
161
|
}
|
|
223
162
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
}
|
|
163
|
+
/*
|
|
164
|
+
:deep(#ag-95-input.ag-input-field-input .ag-checkbox-input){
|
|
227
165
|
|
|
228
|
-
|
|
229
|
-
|
|
166
|
+
}*/
|
|
167
|
+
[data-v-a440e92e] .ag-selection-checkbox {
|
|
168
|
+
margin: 0 2px !important;
|
|
230
169
|
}
|
|
231
170
|
|
|
232
|
-
[data-v-a440e92e] .ag-header-cell.ag-
|
|
233
|
-
padding: 0
|
|
171
|
+
[data-v-a440e92e] .ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
|
|
172
|
+
padding: 0 4px 0 4px;
|
|
234
173
|
}
|
|
235
174
|
|
|
236
|
-
[data-v-a440e92e]
|
|
237
|
-
padding: 0 5px !important;
|
|
175
|
+
[data-v-a440e92e] .ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
|
|
238
176
|
margin: 0 !important;
|
|
177
|
+
padding: 0 2px !important;
|
|
239
178
|
}
|
|
240
179
|
|
|
241
|
-
[data-v-a440e92e]
|
|
242
|
-
|
|
180
|
+
[data-v-a440e92e] .ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first {
|
|
181
|
+
margin: 0 !important;
|
|
182
|
+
padding: 0 2px !important;
|
|
243
183
|
}
|
|
244
184
|
|
|
245
185
|
.loading-overlay[data-v-a440e92e] {
|
|
@@ -609,6 +549,71 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
609
549
|
color: #fff; /* 勾选后的文字颜色 */
|
|
610
550
|
}
|
|
611
551
|
|
|
552
|
+
.container[data-v-87a0d832] {
|
|
553
|
+
width: 100%;
|
|
554
|
+
height: 100%;
|
|
555
|
+
position: relative;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.box[data-v-87a0d832] {
|
|
559
|
+
display: flex;
|
|
560
|
+
justify-content: center;
|
|
561
|
+
align-items: center;
|
|
562
|
+
height: 100vh;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
.goods-card[data-v-87a0d832] {
|
|
566
|
+
display: flex;
|
|
567
|
+
flex-direction: column;
|
|
568
|
+
justify-content: flex-start;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.card-desc[data-v-87a0d832] {
|
|
572
|
+
text-align: left;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.button-area[data-v-87a0d832] {
|
|
576
|
+
display: flex;
|
|
577
|
+
justify-content: space-between;
|
|
578
|
+
align-items: center;
|
|
579
|
+
top: 20px;
|
|
580
|
+
margin-top: 5%;
|
|
581
|
+
margin-left: 5%;
|
|
582
|
+
margin-right: 5%;
|
|
583
|
+
margin-bottom: 5%;
|
|
584
|
+
position: sticky;
|
|
585
|
+
z-index: 1000;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.button-type[data-v-87a0d832] {
|
|
589
|
+
font-size: 14px;
|
|
590
|
+
border-radius: 10px;
|
|
591
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
592
|
+
position: relative;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.slot-left[data-v-87a0d832] {
|
|
596
|
+
margin-top: 20px;
|
|
597
|
+
margin-left: 20px;
|
|
598
|
+
width: 100%;
|
|
599
|
+
height: 60px;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.slot-right[data-v-87a0d832] {
|
|
603
|
+
margin-top: 20px;
|
|
604
|
+
width: 100%;
|
|
605
|
+
height: 60px;
|
|
606
|
+
border-radius: 10px;
|
|
607
|
+
color: white;
|
|
608
|
+
font-size: 16px;
|
|
609
|
+
font-weight: 600;
|
|
610
|
+
font-family: "阿里巴巴普惠体Light";
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
614
|
+
padding: 5px 0;
|
|
615
|
+
}
|
|
616
|
+
|
|
612
617
|
[data-v-7351fe97] .van-popup {
|
|
613
618
|
max-height: 80%;
|
|
614
619
|
}
|
|
@@ -638,10 +643,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
638
643
|
height: calc(100% - 100px);
|
|
639
644
|
}
|
|
640
645
|
|
|
641
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
642
|
-
padding: 5px 0;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
646
|
[data-v-804c414a] .van-checkbox {
|
|
646
647
|
padding: 5px 0;
|
|
647
648
|
}
|