@baosight/erm 1.5.4 → 1.5.6

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,214 @@
1
1
  @charset "UTF-8";
2
+ .baseStyle[data-v-a440e92e] {
3
+ width: 99%;
4
+ height: 100%;
5
+ }
6
+
7
+ [data-v-a440e92e] .ag-header-group-cell {
8
+ border-right-style: solid;
9
+ border-right-width: 1px;
10
+ border-right-color: #cecece;
11
+ display: flex;
12
+ justify-content: center;
13
+ align-items: center;
14
+ }
15
+
16
+ [data-v-a440e92e] .ag-header-cell-label {
17
+ display: flex;
18
+ justify-content: center;
19
+ align-items: center;
20
+ }
21
+
22
+ [data-v-a440e92e] .ag-root-wrapper {
23
+ cursor: default;
24
+ position: relative;
25
+ display: flex;
26
+ flex-direction: column;
27
+ overflow: hidden;
28
+ white-space: normal;
29
+ border: 1px solid #cecece !important; /* 设置最外边的边框 */
30
+ margin-right: 2px !important;
31
+ margin-left: 2px !important;
32
+ margin-bottom: 60px !important;
33
+ }
34
+
35
+ [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
36
+ display: flex !important;
37
+ justify-content: center !important;
38
+ align-items: center !important;
39
+ text-align: center !important;
40
+ }
41
+
42
+ .ag-theme-alpine[data-v-a440e92e] {
43
+ /* and between columns */
44
+ --ag-cell-horizontal-border: solid #cecece;
45
+ --ag-header-cell-horizontal-border: solid #cecece;
46
+ --ag-header-foreground-color: #3a7af9;
47
+ }
48
+
49
+ [data-v-a440e92e] .ag-header-cell {
50
+ border-right-style: solid;
51
+ border-right-width: 1px;
52
+ border-right-color: #cecece; /* 深灰色底边框 */
53
+ }
54
+
55
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
56
+ .ag-header-cell[data-v-a440e92e]:first-child {
57
+ border-left: none; /* 移除左侧边框,如果需要的话 */
58
+ }
59
+
60
+ /* 或者针对最后一列 */
61
+ .ag-header-cell[data-v-a440e92e]:last-child {
62
+ border-right: none; /* 移除右侧边框,如果需要的话 */
63
+ }
64
+
65
+ /* 选中行的样式 */
66
+ [data-v-a440e92e] .ag-row-selected::before {
67
+ background-color: rgba(183, 249, 177, 0.5803921569);
68
+ }
69
+
70
+ /* 选中焦点行的样式 */
71
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
72
+ background-color: rgba(183, 249, 177, 0.5803921569);
73
+ background-image: none;
74
+ }
75
+
76
+ /* 表头的样式 */
77
+ [data-v-a440e92e] .ag-header {
78
+ background-color: #dbefff;
79
+ text-align: center;
80
+ }
81
+
82
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
83
+ opacity: 1;
84
+ }
85
+
86
+ /* 默认行的背景色 */
87
+ [data-v-a440e92e] .ag-row-odd {
88
+ background-color: aliceblue;
89
+ }
90
+
91
+ /* 取消选中行的样式 */
92
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
93
+ background-color: #ecf0f1;
94
+ }
95
+
96
+ [data-v-a440e92e] .ag-header-cell-label {
97
+ white-space: pre-line !important; /* 强制允许换行 */
98
+ }
99
+
100
+ /*
101
+
102
+ :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
103
+ padding: 0 4px 0 4px !important;
104
+ }
105
+ :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
106
+ padding: 0 3px 0 3px !important;
107
+ }
108
+
109
+ :deep(.ag-selection-checkbox) {
110
+ margin: 0 auto!important;
111
+ text-align: center;
112
+
113
+ }
114
+ .centered-checkbox .ag-cell-wrapper {
115
+ padding:0 3px;
116
+ display: flex;
117
+ justify-content: center;
118
+ align-items: center;
119
+ }
120
+
121
+ .centered-header .ag-header-cell-label {
122
+ padding:0 4px;
123
+ display: flex;
124
+ justify-content: center;
125
+ }
126
+ :deep(.ag-input-field-input.ag-checkbox-input){
127
+ text-align: center;
128
+ display: flex;
129
+ justify-content: center;
130
+ }*/
131
+ .loading-overlay[data-v-a440e92e] {
132
+ position: absolute;
133
+ top: 0;
134
+ left: 0;
135
+ right: 0;
136
+ bottom: 0;
137
+ background-color: rgba(255, 255, 255, 0.5);
138
+ display: flex;
139
+ z-index: 1000;
140
+ }
141
+
142
+ .rowContent[data-v-1b695265] {
143
+ display: flex;
144
+ flex-direction: row;
145
+ justify-content: center;
146
+ width: 100%;
147
+ margin: 0;
148
+ padding: 0;
149
+ }
150
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
151
+ width: 100%;
152
+ display: flex;
153
+ flex-direction: column;
154
+ justify-content: start;
155
+ overflow: auto;
156
+ border-radius: 15px;
157
+ background-color: #ffffff;
158
+ }
159
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
160
+ display: flex;
161
+ flex-direction: column;
162
+ justify-content: flex-start;
163
+ padding: 0px 0;
164
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
165
+ }
166
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
167
+ display: flex;
168
+ flex-direction: row;
169
+ justify-content: flex-start;
170
+ align-items: center;
171
+ font-size: 14px;
172
+ font-family: "阿里巴巴普惠体Regular";
173
+ padding-left: 4px;
174
+ }
175
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
176
+ content: "*";
177
+ display: contents;
178
+ color: red;
179
+ }
180
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
181
+ font-size: 14px;
182
+ font-family: "阿里巴巴普惠体Regular";
183
+ }
184
+
185
+ .mainTitle[data-v-1b695265] {
186
+ display: flex;
187
+ flex-direction: column;
188
+ justify-content: center;
189
+ align-items: center;
190
+ font-family: "阿里巴巴普惠体Bold";
191
+ font-size: 23px;
192
+ color: #548cf6;
193
+ margin: 10px;
194
+ }
195
+
196
+ [data-v-1b695265] .checkError {
197
+ border-bottom: 1px solid red;
198
+ animation: blink-1b695265 2s linear infinite;
199
+ }
200
+
201
+ @keyframes blink-1b695265 {
202
+ 0% {
203
+ border-color: red;
204
+ }
205
+ 50% {
206
+ border-color: transparent;
207
+ }
208
+ 100% {
209
+ border-color: red;
210
+ }
211
+ }
2
212
  .swiperButton[data-v-35c7b3ce] {
3
213
  height: 100%;
4
214
  }
@@ -355,146 +565,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
355
565
  color: #fff; /* 勾选后的文字颜色 */
356
566
  }
357
567
 
358
- .baseStyle[data-v-a440e92e] {
359
- width: 99%;
360
- height: 100%;
361
- }
362
-
363
- [data-v-a440e92e] .ag-header-group-cell {
364
- border-right-style: solid;
365
- border-right-width: 1px;
366
- border-right-color: #cecece;
367
- display: flex;
368
- justify-content: center;
369
- align-items: center;
370
- }
371
-
372
- [data-v-a440e92e] .ag-header-cell-label {
373
- display: flex;
374
- justify-content: center;
375
- align-items: center;
376
- }
377
-
378
- [data-v-a440e92e] .ag-root-wrapper {
379
- cursor: default;
380
- position: relative;
381
- display: flex;
382
- flex-direction: column;
383
- overflow: hidden;
384
- white-space: normal;
385
- border: 1px solid #cecece !important; /* 设置最外边的边框 */
386
- margin-right: 2px !important;
387
- margin-left: 2px !important;
388
- margin-bottom: 60px !important;
389
- }
390
-
391
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
392
- display: flex !important;
393
- justify-content: center !important;
394
- align-items: center !important;
395
- text-align: center !important;
396
- }
397
-
398
- .ag-theme-alpine[data-v-a440e92e] {
399
- /* and between columns */
400
- --ag-cell-horizontal-border: solid #cecece;
401
- --ag-header-cell-horizontal-border: solid #cecece;
402
- --ag-header-foreground-color: #3a7af9;
403
- }
404
-
405
- [data-v-a440e92e] .ag-header-cell {
406
- border-right-style: solid;
407
- border-right-width: 1px;
408
- border-right-color: #cecece; /* 深灰色底边框 */
409
- }
410
-
411
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
412
- .ag-header-cell[data-v-a440e92e]:first-child {
413
- border-left: none; /* 移除左侧边框,如果需要的话 */
414
- }
415
-
416
- /* 或者针对最后一列 */
417
- .ag-header-cell[data-v-a440e92e]:last-child {
418
- border-right: none; /* 移除右侧边框,如果需要的话 */
419
- }
420
-
421
- /* 选中行的样式 */
422
- [data-v-a440e92e] .ag-row-selected::before {
423
- background-color: rgba(183, 249, 177, 0.5803921569);
424
- }
425
-
426
- /* 选中焦点行的样式 */
427
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
428
- background-color: rgba(183, 249, 177, 0.5803921569);
429
- background-image: none;
430
- }
431
-
432
- /* 表头的样式 */
433
- [data-v-a440e92e] .ag-header {
434
- background-color: #dbefff;
435
- text-align: center;
436
- }
437
-
438
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
439
- opacity: 1;
440
- }
441
-
442
- /* 默认行的背景色 */
443
- [data-v-a440e92e] .ag-row-odd {
444
- background-color: aliceblue;
445
- }
446
-
447
- /* 取消选中行的样式 */
448
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
449
- background-color: #ecf0f1;
450
- }
451
-
452
- [data-v-a440e92e] .ag-header-cell-label {
453
- white-space: pre-line !important; /* 强制允许换行 */
454
- }
455
-
456
- /*
457
-
458
- :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
459
- padding: 0 4px 0 4px !important;
460
- }
461
- :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
462
- padding: 0 3px 0 3px !important;
463
- }
464
-
465
- :deep(.ag-selection-checkbox) {
466
- margin: 0 auto!important;
467
- text-align: center;
468
-
469
- }
470
- .centered-checkbox .ag-cell-wrapper {
471
- padding:0 3px;
472
- display: flex;
473
- justify-content: center;
474
- align-items: center;
475
- }
476
-
477
- .centered-header .ag-header-cell-label {
478
- padding:0 4px;
479
- display: flex;
480
- justify-content: center;
481
- }
482
- :deep(.ag-input-field-input.ag-checkbox-input){
483
- text-align: center;
484
- display: flex;
485
- justify-content: center;
486
- }*/
487
- .loading-overlay[data-v-a440e92e] {
488
- position: absolute;
489
- top: 0;
490
- left: 0;
491
- right: 0;
492
- bottom: 0;
493
- background-color: rgba(255, 255, 255, 0.5);
494
- display: flex;
495
- z-index: 1000;
496
- }
497
-
498
568
  .container[data-v-87a0d832] {
499
569
  width: 100%;
500
570
  height: 100%;
@@ -556,76 +626,10 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
556
626
  font-family: "阿里巴巴普惠体Light";
557
627
  }
558
628
 
559
- .rowContent[data-v-1b695265] {
560
- display: flex;
561
- flex-direction: row;
562
- justify-content: center;
563
- width: 100%;
564
- margin: 0;
565
- padding: 0;
566
- }
567
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
568
- width: 100%;
569
- display: flex;
570
- flex-direction: column;
571
- justify-content: start;
572
- overflow: auto;
573
- border-radius: 15px;
574
- background-color: #ffffff;
575
- }
576
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
577
- display: flex;
578
- flex-direction: column;
579
- justify-content: flex-start;
580
- padding: 0px 0;
581
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
582
- }
583
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
584
- display: flex;
585
- flex-direction: row;
586
- justify-content: flex-start;
587
- align-items: center;
588
- font-size: 14px;
589
- font-family: "阿里巴巴普惠体Regular";
590
- padding-left: 4px;
591
- }
592
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
593
- content: "*";
594
- display: contents;
595
- color: red;
596
- }
597
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
598
- font-size: 14px;
599
- font-family: "阿里巴巴普惠体Regular";
600
- }
601
-
602
- .mainTitle[data-v-1b695265] {
603
- display: flex;
604
- flex-direction: column;
605
- justify-content: center;
606
- align-items: center;
607
- font-family: "阿里巴巴普惠体Bold";
608
- font-size: 23px;
609
- color: #548cf6;
610
- margin: 10px;
611
- }
612
-
613
- [data-v-1b695265] .checkError {
614
- border-bottom: 1px solid red;
615
- animation: blink-1b695265 2s linear infinite;
629
+ [data-v-6e3557b8] .van-checkbox {
630
+ padding: 5px 0;
616
631
  }
617
632
 
618
- @keyframes blink-1b695265 {
619
- 0% {
620
- border-color: red;
621
- }
622
- 50% {
623
- border-color: transparent;
624
- }
625
- 100% {
626
- border-color: red;
627
- }
628
- }
629
633
  [data-v-7351fe97] .van-popup {
630
634
  max-height: 80%;
631
635
  }
@@ -655,10 +659,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
655
659
  height: calc(100% - 100px);
656
660
  }
657
661
 
658
- [data-v-6e3557b8] .van-checkbox {
659
- padding: 5px 0;
660
- }
661
-
662
662
  [data-v-804c414a] .van-checkbox {
663
663
  padding: 5px 0;
664
664
  }