@baosight/erm 1.4.2 → 1.4.4

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%;
@@ -103,6 +33,9 @@
103
33
  }
104
34
 
105
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;
106
39
  text-align: center !important;
107
40
  }
108
41
 
@@ -160,28 +93,41 @@
160
93
  background-color: #ecf0f1;
161
94
  }
162
95
 
96
+ [data-v-a440e92e] .ag-header-cell-label {
97
+ white-space: pre-line !important; /* 强制允许换行 */
98
+ }
99
+
163
100
  /*
164
- :deep(#ag-95-input.ag-input-field-input .ag-checkbox-input){
165
101
 
166
- }*/
167
- [data-v-a440e92e] .ag-selection-checkbox {
168
- margin: 0 2px !important;
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;
169
104
  }
170
-
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;
105
+ :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
106
+ padding: 0 3px 0 3px !important;
173
107
  }
174
108
 
175
- [data-v-a440e92e] .ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
176
- margin: 0 !important;
177
- padding: 0 2px !important;
178
- }
109
+ :deep(.ag-selection-checkbox) {
110
+ margin: 0 auto!important;
111
+ text-align: center;
179
112
 
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;
113
+ }
114
+ .centered-checkbox .ag-cell-wrapper {
115
+ padding:0 3px;
116
+ display: flex;
117
+ justify-content: center;
118
+ align-items: center;
183
119
  }
184
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
+ }*/
185
131
  .loading-overlay[data-v-a440e92e] {
186
132
  position: absolute;
187
133
  top: 0;
@@ -193,6 +139,76 @@
193
139
  z-index: 1000;
194
140
  }
195
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
+ }
196
212
  .swiperButton[data-v-35c7b3ce] {
197
213
  height: 100%;
198
214
  }
@@ -610,10 +626,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
610
626
  font-family: "阿里巴巴普惠体Light";
611
627
  }
612
628
 
613
- [data-v-6e3557b8] .van-checkbox {
614
- padding: 5px 0;
615
- }
616
-
617
629
  [data-v-7351fe97] .van-popup {
618
630
  max-height: 80%;
619
631
  }
@@ -645,4 +657,8 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
645
657
 
646
658
  [data-v-804c414a] .van-checkbox {
647
659
  padding: 5px 0;
660
+ }
661
+
662
+ [data-v-6e3557b8] .van-checkbox {
663
+ padding: 5px 0;
648
664
  }