@baosight/erm 1.4.1 → 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/index.esm.css CHANGED
@@ -1,4 +1,74 @@
1
1
  @charset "UTF-8";
2
+ .rowContent[data-v-1b695265] {
3
+ display: flex;
4
+ flex-direction: row;
5
+ justify-content: center;
6
+ width: 100%;
7
+ margin: 0;
8
+ padding: 0;
9
+ }
10
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
11
+ width: 100%;
12
+ display: flex;
13
+ flex-direction: column;
14
+ justify-content: start;
15
+ overflow: auto;
16
+ border-radius: 15px;
17
+ background-color: #ffffff;
18
+ }
19
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
20
+ display: flex;
21
+ flex-direction: column;
22
+ justify-content: flex-start;
23
+ padding: 0px 0;
24
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
25
+ }
26
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
27
+ display: flex;
28
+ flex-direction: row;
29
+ justify-content: flex-start;
30
+ align-items: center;
31
+ font-size: 14px;
32
+ font-family: "阿里巴巴普惠体Regular";
33
+ padding-left: 4px;
34
+ }
35
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
36
+ content: "*";
37
+ display: contents;
38
+ color: red;
39
+ }
40
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
41
+ font-size: 14px;
42
+ font-family: "阿里巴巴普惠体Regular";
43
+ }
44
+
45
+ .mainTitle[data-v-1b695265] {
46
+ display: flex;
47
+ flex-direction: column;
48
+ justify-content: center;
49
+ align-items: center;
50
+ font-family: "阿里巴巴普惠体Bold";
51
+ font-size: 23px;
52
+ color: #548cf6;
53
+ margin: 10px;
54
+ }
55
+
56
+ [data-v-1b695265] .checkError {
57
+ border-bottom: 1px solid red;
58
+ animation: blink-1b695265 2s linear infinite;
59
+ }
60
+
61
+ @keyframes blink-1b695265 {
62
+ 0% {
63
+ border-color: red;
64
+ }
65
+ 50% {
66
+ border-color: transparent;
67
+ }
68
+ 100% {
69
+ border-color: red;
70
+ }
71
+ }
2
72
  .baseStyle[data-v-a440e92e] {
3
73
  width: 99%;
4
74
  height: 100%;
@@ -90,25 +160,26 @@
90
160
  background-color: #ecf0f1;
91
161
  }
92
162
 
93
- [data-v-a440e92e] .ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
94
- padding: 0 5px !important; /* 使用 !important 来确保覆盖默认样式 */
95
- }
163
+ /*
164
+ :deep(#ag-95-input.ag-input-field-input .ag-checkbox-input){
96
165
 
97
- [data-v-a440e92e] .ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
98
- padding: 0 0 5px 5px !important; /* 使用 !important 来确保覆盖默认样式 */
166
+ }*/
167
+ [data-v-a440e92e] .ag-selection-checkbox {
168
+ margin: 0 2px !important;
99
169
  }
100
170
 
101
- [data-v-a440e92e] .ag-header-cell.ag-column-first.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
102
- padding: 0 0 0 10px !important;
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;
103
173
  }
104
174
 
105
- [data-v-a440e92e] .ag-selection-checkbox {
106
- padding: 0 5px !important;
175
+ [data-v-a440e92e] .ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
107
176
  margin: 0 !important;
177
+ padding: 0 2px !important;
108
178
  }
109
179
 
110
180
  [data-v-a440e92e] .ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first {
111
- padding: 0 5px !important; /* 使用 !important 来确保覆盖默认样式 */
181
+ margin: 0 !important;
182
+ padding: 0 2px !important;
112
183
  }
113
184
 
114
185
  .loading-overlay[data-v-a440e92e] {
@@ -122,137 +193,6 @@
122
193
  z-index: 1000;
123
194
  }
124
195
 
125
- .container[data-v-87a0d832] {
126
- width: 100%;
127
- height: 100%;
128
- position: relative;
129
- }
130
-
131
- .box[data-v-87a0d832] {
132
- display: flex;
133
- justify-content: center;
134
- align-items: center;
135
- height: 100vh;
136
- }
137
-
138
- .goods-card[data-v-87a0d832] {
139
- display: flex;
140
- flex-direction: column;
141
- justify-content: flex-start;
142
- }
143
-
144
- .card-desc[data-v-87a0d832] {
145
- text-align: left;
146
- }
147
-
148
- .button-area[data-v-87a0d832] {
149
- display: flex;
150
- justify-content: space-between;
151
- align-items: center;
152
- top: 20px;
153
- margin-top: 5%;
154
- margin-left: 5%;
155
- margin-right: 5%;
156
- margin-bottom: 5%;
157
- position: sticky;
158
- z-index: 1000;
159
- }
160
-
161
- .button-type[data-v-87a0d832] {
162
- font-size: 14px;
163
- border-radius: 10px;
164
- font-family: "阿里巴巴普惠体Regular";
165
- position: relative;
166
- }
167
-
168
- .slot-left[data-v-87a0d832] {
169
- margin-top: 20px;
170
- margin-left: 20px;
171
- width: 100%;
172
- height: 60px;
173
- }
174
-
175
- .slot-right[data-v-87a0d832] {
176
- margin-top: 20px;
177
- width: 100%;
178
- height: 60px;
179
- border-radius: 10px;
180
- color: white;
181
- font-size: 16px;
182
- font-weight: 600;
183
- font-family: "阿里巴巴普惠体Light";
184
- }
185
-
186
- .rowContent[data-v-1b695265] {
187
- display: flex;
188
- flex-direction: row;
189
- justify-content: center;
190
- width: 100%;
191
- margin: 0;
192
- padding: 0;
193
- }
194
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
195
- width: 100%;
196
- display: flex;
197
- flex-direction: column;
198
- justify-content: start;
199
- overflow: auto;
200
- border-radius: 15px;
201
- background-color: #ffffff;
202
- }
203
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
204
- display: flex;
205
- flex-direction: column;
206
- justify-content: flex-start;
207
- padding: 0px 0;
208
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
209
- }
210
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
211
- display: flex;
212
- flex-direction: row;
213
- justify-content: flex-start;
214
- align-items: center;
215
- font-size: 14px;
216
- font-family: "阿里巴巴普惠体Regular";
217
- padding-left: 4px;
218
- }
219
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
220
- content: "*";
221
- display: contents;
222
- color: red;
223
- }
224
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
225
- font-size: 14px;
226
- font-family: "阿里巴巴普惠体Regular";
227
- }
228
-
229
- .mainTitle[data-v-1b695265] {
230
- display: flex;
231
- flex-direction: column;
232
- justify-content: center;
233
- align-items: center;
234
- font-family: "阿里巴巴普惠体Bold";
235
- font-size: 23px;
236
- color: #548cf6;
237
- margin: 10px;
238
- }
239
-
240
- [data-v-1b695265] .checkError {
241
- border-bottom: 1px solid red;
242
- animation: blink-1b695265 2s linear infinite;
243
- }
244
-
245
- @keyframes blink-1b695265 {
246
- 0% {
247
- border-color: red;
248
- }
249
- 50% {
250
- border-color: transparent;
251
- }
252
- 100% {
253
- border-color: red;
254
- }
255
- }
256
196
  .swiperButton[data-v-35c7b3ce] {
257
197
  height: 100%;
258
198
  }
@@ -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
  }
@@ -640,8 +645,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
640
645
 
641
646
  [data-v-804c414a] .van-checkbox {
642
647
  padding: 5px 0;
643
- }
644
-
645
- [data-v-6e3557b8] .van-checkbox {
646
- padding: 5px 0;
647
648
  }