@aplus-frontend/ui 0.6.0-beta.8 → 0.6.0-beta.9
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/es/src/ap-form/interface.d.ts +4 -0
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +40 -36
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +79 -71
- package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
- package/es/src/ap-form/search-form/index.vue.mjs +76 -75
- package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +1 -1
- package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +89 -70
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +18 -17
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
- package/es/src/business/ap-label/constans.mjs +1 -1
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +55 -51
- package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
- package/lib/src/ap-form/interface.d.ts +4 -0
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
- package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +6 -2
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-label/constans.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/package.json +1 -1
- package/theme/ap-action/item-dropdown.css +1 -1
- package/theme/ap-action/item.css +2 -2
- package/theme/ap-appendix/ap-appendix.css +3 -3
- package/theme/ap-appendix/ap-appendix.less +2 -2
- package/theme/ap-attachment/ap-attachment.css +3 -2
- package/theme/ap-attachment/ap-attachment.less +2 -2
- package/theme/ap-batch-action/ap-batch-action.css +1 -1
- package/theme/ap-button/ap-button.css +1 -1
- package/theme/ap-card/ap-card.css +1 -1
- package/theme/ap-descriptions/ap-descriptions.css +1 -1
- package/theme/ap-download/ap-download.css +1 -1
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
- package/theme/ap-expand-alert/ap-expand-alert.less +2 -1
- package/theme/ap-field/checkbox.css +1 -1
- package/theme/ap-field/index.css +1 -1
- package/theme/ap-field/number.css +1 -1
- package/theme/ap-field/radio.css +1 -1
- package/theme/ap-field/text-area.css +1 -1
- package/theme/ap-form/ap-form-item-group.css +1 -1
- package/theme/ap-form/ap-form-item.css +1 -1
- package/theme/ap-form/drawer-form.css +1 -1
- package/theme/ap-form/index.css +14 -5
- package/theme/ap-form/item-text-group.css +1 -1
- package/theme/ap-form/item-text.css +1 -1
- package/theme/ap-form/modal-form.css +1 -1
- package/theme/ap-form/search-form-sorter.css +6 -5
- package/theme/ap-form/search-form-sorter.less +1 -0
- package/theme/ap-form/search-form.css +14 -5
- package/theme/ap-form/search-form.less +8 -0
- package/theme/ap-grid/editable.css +1 -1
- package/theme/ap-grid/index.css +15 -7
- package/theme/ap-grid/index.less +0 -1
- package/theme/ap-group-search/ap-extension-select.css +1 -1
- package/theme/ap-group-search/ap-group-search.css +1 -1
- package/theme/ap-group-search/ap-popover-select.css +1 -1
- package/theme/ap-image/ap-image.css +1 -1
- package/theme/ap-input-radio/ap-input-radio.css +1 -1
- package/theme/ap-label/ap-label.css +1 -1
- package/theme/ap-ladder/ap-ladder.css +2 -1
- package/theme/ap-ladder/ap-ladder.less +1 -0
- package/theme/ap-layout/ap-info-layout.css +1 -1
- package/theme/ap-list/index.css +1 -1
- package/theme/ap-product-info/ap-product-info.css +1 -1
- package/theme/ap-select-layout/ap-select-layout.css +1 -1
- package/theme/ap-size-input/ap-size-input.css +1 -1
- package/theme/ap-status/ap-status.css +2 -2
- package/theme/ap-status/ap-status.less +1 -1
- package/theme/ap-summary/index.css +1 -1
- package/theme/ap-table/ap-table-index.css +1 -1
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
- package/theme/ap-table/ap-table.css +16 -8
- package/theme/ap-table/setting/index.css +2 -3
- package/theme/ap-table/setting/modal.css +2 -2
- package/theme/ap-table/setting/select-group.css +1 -1
- package/theme/ap-table/setting/sortable-item-meta.css +1 -1
- package/theme/ap-table/setting/sortable-item.css +1 -1
- package/theme/ap-table/setting/sorter.css +1 -2
- package/theme/ap-table-modal/index.css +16 -8
- package/theme/ap-tag/ap-tag-group.css +3 -3
- package/theme/ap-tag/ap-tag-group.less +2 -3
- package/theme/ap-tag/ap-tag.css +4 -4
- package/theme/ap-tag/ap-tag.less +3 -3
- package/theme/ap-title/ap-title.css +6 -4
- package/theme/ap-title/ap-title.less +5 -3
- package/theme/ap-upload/index.css +6 -6
- package/theme/ap-upload/multiple-file.css +2 -2
- package/theme/ap-upload/multiple-file.less +1 -1
- package/theme/ap-upload/picture.css +3 -3
- package/theme/ap-upload/picture.less +2 -2
- package/theme/ap-upload/single-file.css +3 -3
- package/theme/ap-upload/single-file.less +2 -2
- package/theme/ap-upload/upload.css +1 -1
- package/theme/ap-upload-single/index.css +1 -1
- package/theme/ap-view/ap-view.css +1 -1
- package/theme/batch-input-group/index.css +2 -1
- package/theme/batch-input-group/popover-input.css +2 -1
- package/theme/batch-input-group/popover-input.less +1 -0
- package/theme/check-card/index.css +4 -4
- package/theme/editable-table/index.css +15 -6
- package/theme/full-screen/index.css +1 -1
- package/theme/index.css +45 -33
- package/theme/mask/index.css +1 -1
- package/theme/mixins/config.less +1 -1
- package/theme/mixins/mixins.css +1 -1
- package/theme/scroll-bar/index.css +1 -1
- package/theme/scroll-view/index.css +1 -1
- package/theme/splitter/index.css +3 -3
- package/theme/text/group.css +1 -1
- package/theme/text/index.css +2 -2
- package/theme/work-order-modal/index.css +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
box-sizing: border-box;
|
|
55
55
|
margin: 0;
|
|
56
56
|
padding: 0;
|
|
57
|
-
color:
|
|
57
|
+
color: #182948;
|
|
58
58
|
font-size: 12px;
|
|
59
59
|
font-family: inherit;
|
|
60
60
|
line-height: 1.5;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
box-sizing: border-box;
|
|
69
69
|
margin: 0;
|
|
70
70
|
padding: 0;
|
|
71
|
-
color:
|
|
71
|
+
color: #182948;
|
|
72
72
|
font-size: 12px;
|
|
73
73
|
font-family: inherit;
|
|
74
74
|
line-height: 1.5;
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
box-sizing: border-box;
|
|
85
85
|
margin: 0;
|
|
86
86
|
padding: 0;
|
|
87
|
-
color:
|
|
87
|
+
color: #182948;
|
|
88
88
|
font-size: 12px;
|
|
89
89
|
font-family: inherit;
|
|
90
90
|
line-height: 1.5;
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
padding: 8px;
|
|
111
111
|
display: flex;
|
|
112
112
|
align-items: center;
|
|
113
|
+
background-color: #fff;
|
|
113
114
|
}
|
|
114
115
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
115
116
|
border-color: var(--basic-color-primary, #0070ff);
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
box-sizing: border-box;
|
|
126
127
|
margin: 0;
|
|
127
128
|
padding: 0;
|
|
128
|
-
color:
|
|
129
|
+
color: #182948;
|
|
129
130
|
font-size: 12px;
|
|
130
131
|
font-family: inherit;
|
|
131
132
|
line-height: 1.5;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
box-sizing: border-box;
|
|
136
136
|
margin: 0;
|
|
137
137
|
padding: 0;
|
|
138
|
-
color:
|
|
138
|
+
color: #182948;
|
|
139
139
|
font-size: 12px;
|
|
140
140
|
font-family: inherit;
|
|
141
141
|
line-height: 1.5;
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
box-sizing: border-box;
|
|
150
150
|
margin: 0;
|
|
151
151
|
padding: 0;
|
|
152
|
-
color:
|
|
152
|
+
color: #182948;
|
|
153
153
|
font-size: 12px;
|
|
154
154
|
font-family: inherit;
|
|
155
155
|
line-height: 1.5;
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
box-sizing: border-box;
|
|
166
166
|
margin: 0;
|
|
167
167
|
padding: 0;
|
|
168
|
-
color:
|
|
168
|
+
color: #182948;
|
|
169
169
|
font-size: 12px;
|
|
170
170
|
font-family: inherit;
|
|
171
171
|
line-height: 1.5;
|
|
@@ -191,6 +191,7 @@
|
|
|
191
191
|
padding: 8px;
|
|
192
192
|
display: flex;
|
|
193
193
|
align-items: center;
|
|
194
|
+
background-color: #fff;
|
|
194
195
|
}
|
|
195
196
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
196
197
|
border-color: var(--basic-color-primary, #0070ff);
|
|
@@ -206,7 +207,7 @@
|
|
|
206
207
|
box-sizing: border-box;
|
|
207
208
|
margin: 0;
|
|
208
209
|
padding: 0;
|
|
209
|
-
color:
|
|
210
|
+
color: #182948;
|
|
210
211
|
font-size: 12px;
|
|
211
212
|
font-family: inherit;
|
|
212
213
|
line-height: 1.5;
|
|
@@ -250,6 +251,14 @@
|
|
|
250
251
|
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
251
252
|
padding-inline: 16px;
|
|
252
253
|
}
|
|
254
|
+
.aplus-ap-form-search-form-trigger-btn {
|
|
255
|
+
font-size: 0px;
|
|
256
|
+
}
|
|
257
|
+
.aplus-ap-form-search-form-trigger-btn-active {
|
|
258
|
+
color: var(--ap-form-bordered-border-color-hover);
|
|
259
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
260
|
+
z-index: 1;
|
|
261
|
+
}
|
|
253
262
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
254
263
|
flex-shrink: 0;
|
|
255
264
|
}
|
|
@@ -42,6 +42,14 @@
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
+
&-trigger-btn {
|
|
46
|
+
font-size: 0px;
|
|
47
|
+
&-active {
|
|
48
|
+
color: var(--ap-form-bordered-border-color-hover);
|
|
49
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
50
|
+
z-index: 1;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
45
53
|
&-column-setting-trigger-wrapper {
|
|
46
54
|
flex-shrink: 0;
|
|
47
55
|
.ant-btn:not(:only-child) {
|
package/theme/ap-grid/index.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
box-sizing: border-box;
|
|
181
181
|
margin: 0;
|
|
182
182
|
padding: 0;
|
|
183
|
-
color:
|
|
183
|
+
color: #182948;
|
|
184
184
|
font-size: 12px;
|
|
185
185
|
font-family: inherit;
|
|
186
186
|
line-height: 1.5;
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
box-sizing: border-box;
|
|
195
195
|
margin: 0;
|
|
196
196
|
padding: 0;
|
|
197
|
-
color:
|
|
197
|
+
color: #182948;
|
|
198
198
|
font-size: 12px;
|
|
199
199
|
font-family: inherit;
|
|
200
200
|
line-height: 1.5;
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
box-sizing: border-box;
|
|
211
211
|
margin: 0;
|
|
212
212
|
padding: 0;
|
|
213
|
-
color:
|
|
213
|
+
color: #182948;
|
|
214
214
|
font-size: 12px;
|
|
215
215
|
font-family: inherit;
|
|
216
216
|
line-height: 1.5;
|
|
@@ -236,6 +236,7 @@
|
|
|
236
236
|
padding: 8px;
|
|
237
237
|
display: flex;
|
|
238
238
|
align-items: center;
|
|
239
|
+
background-color: #fff;
|
|
239
240
|
}
|
|
240
241
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
241
242
|
border-color: var(--basic-color-primary, #0070ff);
|
|
@@ -251,7 +252,7 @@
|
|
|
251
252
|
box-sizing: border-box;
|
|
252
253
|
margin: 0;
|
|
253
254
|
padding: 0;
|
|
254
|
-
color:
|
|
255
|
+
color: #182948;
|
|
255
256
|
font-size: 12px;
|
|
256
257
|
font-family: inherit;
|
|
257
258
|
line-height: 1.5;
|
|
@@ -295,6 +296,14 @@
|
|
|
295
296
|
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
296
297
|
padding-inline: 16px;
|
|
297
298
|
}
|
|
299
|
+
.aplus-ap-form-search-form-trigger-btn {
|
|
300
|
+
font-size: 0px;
|
|
301
|
+
}
|
|
302
|
+
.aplus-ap-form-search-form-trigger-btn-active {
|
|
303
|
+
color: var(--ap-form-bordered-border-color-hover);
|
|
304
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
305
|
+
z-index: 1;
|
|
306
|
+
}
|
|
298
307
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
299
308
|
flex-shrink: 0;
|
|
300
309
|
}
|
|
@@ -401,7 +410,7 @@
|
|
|
401
410
|
box-sizing: border-box;
|
|
402
411
|
margin: 0;
|
|
403
412
|
padding: 0;
|
|
404
|
-
color:
|
|
413
|
+
color: #182948;
|
|
405
414
|
font-size: 12px;
|
|
406
415
|
font-family: inherit;
|
|
407
416
|
line-height: 1.5;
|
|
@@ -583,5 +592,4 @@
|
|
|
583
592
|
}
|
|
584
593
|
.aplus-ap-grid th .vxe-cell--wrapper .vxe-cell--title {
|
|
585
594
|
flex-shrink: 1;
|
|
586
|
-
flex-grow: 1;
|
|
587
595
|
}
|
package/theme/ap-grid/index.less
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
position: relative;
|
|
49
49
|
width: inherit;
|
|
50
50
|
font-size: 12px;
|
|
51
|
+
line-height: 1.5;
|
|
51
52
|
/** 自动溢出省略 */
|
|
52
53
|
/** Aplus端样式 */
|
|
53
54
|
/** Admin端样式 */
|
package/theme/ap-list/index.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
.aplus-ap-status {
|
|
53
53
|
font-size: 16px;
|
|
54
|
-
line-height:
|
|
54
|
+
line-height: 2;
|
|
55
55
|
display: inline-block;
|
|
56
56
|
position: relative;
|
|
57
57
|
font-family: 'customFont';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
box-sizing: border-box;
|
|
67
67
|
margin: 0;
|
|
68
68
|
padding: 0;
|
|
69
|
-
color:
|
|
69
|
+
color: #182948;
|
|
70
70
|
font-size: 12px;
|
|
71
71
|
font-family: inherit;
|
|
72
72
|
line-height: 1.5;
|
|
@@ -194,7 +194,6 @@
|
|
|
194
194
|
box-sizing: border-box;
|
|
195
195
|
margin: 0;
|
|
196
196
|
padding: 0;
|
|
197
|
-
color: rgba(0 0 0 / 85%);
|
|
198
197
|
font-size: 12px;
|
|
199
198
|
font-family: inherit;
|
|
200
199
|
line-height: 1.5;
|
|
@@ -368,7 +367,7 @@
|
|
|
368
367
|
box-sizing: border-box;
|
|
369
368
|
margin: 0;
|
|
370
369
|
padding: 0;
|
|
371
|
-
color:
|
|
370
|
+
color: #182948;
|
|
372
371
|
font-size: 12px;
|
|
373
372
|
font-family: inherit;
|
|
374
373
|
line-height: 1.5;
|
|
@@ -382,7 +381,7 @@
|
|
|
382
381
|
box-sizing: border-box;
|
|
383
382
|
margin: 0;
|
|
384
383
|
padding: 0;
|
|
385
|
-
color:
|
|
384
|
+
color: #182948;
|
|
386
385
|
font-size: 12px;
|
|
387
386
|
font-family: inherit;
|
|
388
387
|
line-height: 1.5;
|
|
@@ -398,7 +397,7 @@
|
|
|
398
397
|
box-sizing: border-box;
|
|
399
398
|
margin: 0;
|
|
400
399
|
padding: 0;
|
|
401
|
-
color:
|
|
400
|
+
color: #182948;
|
|
402
401
|
font-size: 12px;
|
|
403
402
|
font-family: inherit;
|
|
404
403
|
line-height: 1.5;
|
|
@@ -424,6 +423,7 @@
|
|
|
424
423
|
padding: 8px;
|
|
425
424
|
display: flex;
|
|
426
425
|
align-items: center;
|
|
426
|
+
background-color: #fff;
|
|
427
427
|
}
|
|
428
428
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
429
429
|
border-color: var(--basic-color-primary, #0070ff);
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
box-sizing: border-box;
|
|
440
440
|
margin: 0;
|
|
441
441
|
padding: 0;
|
|
442
|
-
color:
|
|
442
|
+
color: #182948;
|
|
443
443
|
font-size: 12px;
|
|
444
444
|
font-family: inherit;
|
|
445
445
|
line-height: 1.5;
|
|
@@ -483,6 +483,14 @@
|
|
|
483
483
|
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
484
484
|
padding-inline: 16px;
|
|
485
485
|
}
|
|
486
|
+
.aplus-ap-form-search-form-trigger-btn {
|
|
487
|
+
font-size: 0px;
|
|
488
|
+
}
|
|
489
|
+
.aplus-ap-form-search-form-trigger-btn-active {
|
|
490
|
+
color: var(--ap-form-bordered-border-color-hover);
|
|
491
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
492
|
+
z-index: 1;
|
|
493
|
+
}
|
|
486
494
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
487
495
|
flex-shrink: 0;
|
|
488
496
|
}
|
|
@@ -589,7 +597,7 @@
|
|
|
589
597
|
box-sizing: border-box;
|
|
590
598
|
margin: 0;
|
|
591
599
|
padding: 0;
|
|
592
|
-
color:
|
|
600
|
+
color: #182948;
|
|
593
601
|
font-size: 12px;
|
|
594
602
|
font-family: inherit;
|
|
595
603
|
line-height: 1.5;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
box-sizing: border-box;
|
|
55
55
|
margin: 0;
|
|
56
56
|
padding: 0;
|
|
57
|
-
color:
|
|
57
|
+
color: #182948;
|
|
58
58
|
font-size: 12px;
|
|
59
59
|
font-family: inherit;
|
|
60
60
|
line-height: 1.5;
|
|
@@ -182,7 +182,6 @@
|
|
|
182
182
|
box-sizing: border-box;
|
|
183
183
|
margin: 0;
|
|
184
184
|
padding: 0;
|
|
185
|
-
color: rgba(0 0 0 / 85%);
|
|
186
185
|
font-size: 12px;
|
|
187
186
|
font-family: inherit;
|
|
188
187
|
line-height: 1.5;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
box-sizing: border-box;
|
|
55
55
|
margin: 0;
|
|
56
56
|
padding: 0;
|
|
57
|
-
color:
|
|
57
|
+
color: #182948;
|
|
58
58
|
font-size: 12px;
|
|
59
59
|
font-family: inherit;
|
|
60
60
|
line-height: 1.5;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
box-sizing: border-box;
|
|
64
64
|
margin: 0;
|
|
65
65
|
padding: 0;
|
|
66
|
-
color: rgba(0 0 0 / 85%);
|
|
67
66
|
font-size: 12px;
|
|
68
67
|
font-family: inherit;
|
|
69
68
|
line-height: 1.5;
|