@baosight/erm 1.4.2 → 1.4.3

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,74 +1,4 @@
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
- }
72
2
  .baseStyle[data-v-a440e92e] {
73
3
  width: 99%;
74
4
  height: 100%;
@@ -163,25 +93,23 @@
163
93
  /*
164
94
  :deep(#ag-95-input.ag-input-field-input .ag-checkbox-input){
165
95
 
166
- }*/
167
- [data-v-a440e92e] .ag-selection-checkbox {
96
+ }
97
+ :deep(.ag-selection-checkbox) {
168
98
  margin: 0 2px !important;
169
99
  }
170
100
 
171
- [data-v-a440e92e] .ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
101
+ :deep(.ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
172
102
  padding: 0 4px 0 4px;
173
103
  }
174
-
175
- [data-v-a440e92e] .ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
104
+ :deep(.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height) {
176
105
  margin: 0 !important;
177
106
  padding: 0 2px !important;
178
107
  }
179
-
180
- [data-v-a440e92e] .ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first {
108
+ :deep(.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first) {
181
109
  margin: 0 !important;
182
110
  padding: 0 2px !important;
183
111
  }
184
-
112
+ */
185
113
  .loading-overlay[data-v-a440e92e] {
186
114
  position: absolute;
187
115
  top: 0;
@@ -610,6 +538,76 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
610
538
  font-family: "阿里巴巴普惠体Light";
611
539
  }
612
540
 
541
+ .rowContent[data-v-1b695265] {
542
+ display: flex;
543
+ flex-direction: row;
544
+ justify-content: center;
545
+ width: 100%;
546
+ margin: 0;
547
+ padding: 0;
548
+ }
549
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
550
+ width: 100%;
551
+ display: flex;
552
+ flex-direction: column;
553
+ justify-content: start;
554
+ overflow: auto;
555
+ border-radius: 15px;
556
+ background-color: #ffffff;
557
+ }
558
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
559
+ display: flex;
560
+ flex-direction: column;
561
+ justify-content: flex-start;
562
+ padding: 0px 0;
563
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
564
+ }
565
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
566
+ display: flex;
567
+ flex-direction: row;
568
+ justify-content: flex-start;
569
+ align-items: center;
570
+ font-size: 14px;
571
+ font-family: "阿里巴巴普惠体Regular";
572
+ padding-left: 4px;
573
+ }
574
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
575
+ content: "*";
576
+ display: contents;
577
+ color: red;
578
+ }
579
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
580
+ font-size: 14px;
581
+ font-family: "阿里巴巴普惠体Regular";
582
+ }
583
+
584
+ .mainTitle[data-v-1b695265] {
585
+ display: flex;
586
+ flex-direction: column;
587
+ justify-content: center;
588
+ align-items: center;
589
+ font-family: "阿里巴巴普惠体Bold";
590
+ font-size: 23px;
591
+ color: #548cf6;
592
+ margin: 10px;
593
+ }
594
+
595
+ [data-v-1b695265] .checkError {
596
+ border-bottom: 1px solid red;
597
+ animation: blink-1b695265 2s linear infinite;
598
+ }
599
+
600
+ @keyframes blink-1b695265 {
601
+ 0% {
602
+ border-color: red;
603
+ }
604
+ 50% {
605
+ border-color: transparent;
606
+ }
607
+ 100% {
608
+ border-color: red;
609
+ }
610
+ }
613
611
  [data-v-6e3557b8] .van-checkbox {
614
612
  padding: 5px 0;
615
613
  }