@aplus-frontend/ui 0.6.0-beta.7 → 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 +89 -75
- 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-grid/constants.d.ts +3 -3
- package/es/src/ap-grid/constants.mjs +9 -9
- package/es/src/ap-grid/index.vue.mjs +44 -46
- package/es/src/ap-grid/interface.d.ts +1 -1
- 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/ap-view.vue2.mjs +121 -118
- 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-grid/constants.d.ts +3 -3
- package/lib/src/ap-grid/constants.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +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/ap-view.vue2.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 +26 -7
- package/theme/ap-grid/index.less +11 -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 +20 -12
- package/theme/ap-table/ap-table.less +4 -4
- 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 +20 -12
- 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 +60 -37
- 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;
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
aspect-ratio: 1 / 1;
|
|
70
70
|
}
|
|
71
71
|
.aplus-ap-upload-picture .picture-context .picture-upload > * + * {
|
|
72
|
-
margin-top:
|
|
73
|
-
font-size:
|
|
72
|
+
margin-top: 4px;
|
|
73
|
+
font-size: 12px;
|
|
74
74
|
}
|
|
75
75
|
.aplus-ap-upload-picture .picture-context .picture-upload:hover {
|
|
76
76
|
border: 1px dashed #0070ff;
|
|
@@ -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;
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
.aplus-ap-upload-single-file .state-un .state-un-title {
|
|
75
75
|
margin-top: 10px;
|
|
76
76
|
color: #182948;
|
|
77
|
-
font-size:
|
|
78
|
-
line-height:
|
|
77
|
+
font-size: 14px;
|
|
78
|
+
line-height: 1.1 0.57142857;
|
|
79
79
|
}
|
|
80
80
|
.aplus-ap-upload-single-file .state-un .state-un-subtitle {
|
|
81
81
|
margin-top: 4px;
|
|
@@ -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;
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
}
|
|
104
104
|
.aplus-batch-input-group-popover-input__popover--content textarea {
|
|
105
105
|
padding: 0;
|
|
106
|
+
resize: none;
|
|
106
107
|
}
|
|
107
108
|
.aplus-batch-input-group {
|
|
108
109
|
position: relative;
|
|
@@ -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;
|
|
@@ -81,4 +81,5 @@
|
|
|
81
81
|
}
|
|
82
82
|
.aplus-batch-input-group-popover-input__popover--content textarea {
|
|
83
83
|
padding: 0;
|
|
84
|
+
resize: none;
|
|
84
85
|
}
|
|
@@ -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,7 +48,7 @@
|
|
|
48
48
|
box-sizing: border-box;
|
|
49
49
|
margin: 0;
|
|
50
50
|
padding: 0;
|
|
51
|
-
color:
|
|
51
|
+
color: #182948;
|
|
52
52
|
font-size: 12px;
|
|
53
53
|
font-family: inherit;
|
|
54
54
|
line-height: 1.5;
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
box-sizing: border-box;
|
|
113
113
|
margin: 0;
|
|
114
114
|
padding: 0;
|
|
115
|
-
color:
|
|
115
|
+
color: #182948;
|
|
116
116
|
font-size: 12px;
|
|
117
117
|
font-family: inherit;
|
|
118
118
|
line-height: 1.5;
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
box-sizing: border-box;
|
|
129
129
|
margin: 0;
|
|
130
130
|
padding: 0;
|
|
131
|
-
color:
|
|
131
|
+
color: #182948;
|
|
132
132
|
font-size: 12px;
|
|
133
133
|
font-family: inherit;
|
|
134
134
|
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;
|
|
@@ -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;
|
package/theme/index.css
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
margin: 0;
|
|
96
96
|
padding: 0;
|
|
97
|
-
color:
|
|
97
|
+
color: #182948;
|
|
98
98
|
font-size: 12px;
|
|
99
99
|
font-family: inherit;
|
|
100
100
|
line-height: 1.5;
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
box-sizing: border-box;
|
|
141
141
|
margin: 0;
|
|
142
142
|
padding: 0;
|
|
143
|
-
color:
|
|
143
|
+
color: #182948;
|
|
144
144
|
font-size: 12px;
|
|
145
145
|
font-family: inherit;
|
|
146
146
|
line-height: 1.5;
|
|
@@ -224,6 +224,7 @@
|
|
|
224
224
|
.aplus-ap-attachment__more {
|
|
225
225
|
display: inline-block;
|
|
226
226
|
font-size: 12px;
|
|
227
|
+
line-height: 1.5;
|
|
227
228
|
cursor: pointer;
|
|
228
229
|
color: var(--download-main-color);
|
|
229
230
|
}
|
|
@@ -240,7 +241,7 @@
|
|
|
240
241
|
.aplus-ap-attachment__file-item {
|
|
241
242
|
flex: 1;
|
|
242
243
|
word-wrap: break-word;
|
|
243
|
-
margin-bottom:
|
|
244
|
+
margin-bottom: 12px;
|
|
244
245
|
font-size: 12px;
|
|
245
246
|
color: #000;
|
|
246
247
|
cursor: pointer;
|
|
@@ -474,7 +475,7 @@
|
|
|
474
475
|
}
|
|
475
476
|
.aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
|
|
476
477
|
font-size: 14px;
|
|
477
|
-
|
|
478
|
+
display: block;
|
|
478
479
|
}
|
|
479
480
|
.aplus-ap-expand-alert--aplus .card-alert {
|
|
480
481
|
background-color: transparent !important;
|
|
@@ -642,7 +643,7 @@
|
|
|
642
643
|
box-sizing: border-box;
|
|
643
644
|
margin: 0;
|
|
644
645
|
padding: 0;
|
|
645
|
-
color:
|
|
646
|
+
color: #182948;
|
|
646
647
|
font-size: 12px;
|
|
647
648
|
font-family: inherit;
|
|
648
649
|
line-height: 1.5;
|
|
@@ -656,7 +657,7 @@
|
|
|
656
657
|
box-sizing: border-box;
|
|
657
658
|
margin: 0;
|
|
658
659
|
padding: 0;
|
|
659
|
-
color:
|
|
660
|
+
color: #182948;
|
|
660
661
|
font-size: 12px;
|
|
661
662
|
font-family: inherit;
|
|
662
663
|
line-height: 1.5;
|
|
@@ -672,7 +673,7 @@
|
|
|
672
673
|
box-sizing: border-box;
|
|
673
674
|
margin: 0;
|
|
674
675
|
padding: 0;
|
|
675
|
-
color:
|
|
676
|
+
color: #182948;
|
|
676
677
|
font-size: 12px;
|
|
677
678
|
font-family: inherit;
|
|
678
679
|
line-height: 1.5;
|
|
@@ -698,6 +699,7 @@
|
|
|
698
699
|
padding: 8px;
|
|
699
700
|
display: flex;
|
|
700
701
|
align-items: center;
|
|
702
|
+
background-color: #fff;
|
|
701
703
|
}
|
|
702
704
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
703
705
|
border-color: var(--basic-color-primary, #0070ff);
|
|
@@ -713,7 +715,7 @@
|
|
|
713
715
|
box-sizing: border-box;
|
|
714
716
|
margin: 0;
|
|
715
717
|
padding: 0;
|
|
716
|
-
color:
|
|
718
|
+
color: #182948;
|
|
717
719
|
font-size: 12px;
|
|
718
720
|
font-family: inherit;
|
|
719
721
|
line-height: 1.5;
|
|
@@ -757,6 +759,14 @@
|
|
|
757
759
|
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
758
760
|
padding-inline: 16px;
|
|
759
761
|
}
|
|
762
|
+
.aplus-ap-form-search-form-trigger-btn {
|
|
763
|
+
font-size: 0px;
|
|
764
|
+
}
|
|
765
|
+
.aplus-ap-form-search-form-trigger-btn-active {
|
|
766
|
+
color: var(--ap-form-bordered-border-color-hover);
|
|
767
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
768
|
+
z-index: 1;
|
|
769
|
+
}
|
|
760
770
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
761
771
|
flex-shrink: 0;
|
|
762
772
|
}
|
|
@@ -881,6 +891,7 @@
|
|
|
881
891
|
position: relative;
|
|
882
892
|
width: inherit;
|
|
883
893
|
font-size: 12px;
|
|
894
|
+
line-height: 1.5;
|
|
884
895
|
/** 自动溢出省略 */
|
|
885
896
|
/** Aplus端样式 */
|
|
886
897
|
/** Admin端样式 */
|
|
@@ -1335,7 +1346,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1335
1346
|
}
|
|
1336
1347
|
.aplus-ap-status {
|
|
1337
1348
|
font-size: 16px;
|
|
1338
|
-
line-height:
|
|
1349
|
+
line-height: 2;
|
|
1339
1350
|
display: inline-block;
|
|
1340
1351
|
position: relative;
|
|
1341
1352
|
font-family: 'customFont';
|
|
@@ -1375,7 +1386,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1375
1386
|
box-sizing: border-box;
|
|
1376
1387
|
margin: 0;
|
|
1377
1388
|
padding: 0;
|
|
1378
|
-
color:
|
|
1389
|
+
color: #182948;
|
|
1379
1390
|
font-size: 12px;
|
|
1380
1391
|
font-family: inherit;
|
|
1381
1392
|
line-height: 1.5;
|
|
@@ -1503,7 +1514,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1503
1514
|
box-sizing: border-box;
|
|
1504
1515
|
margin: 0;
|
|
1505
1516
|
padding: 0;
|
|
1506
|
-
color: rgba(0 0 0 / 85%);
|
|
1507
1517
|
font-size: 12px;
|
|
1508
1518
|
font-family: inherit;
|
|
1509
1519
|
line-height: 1.5;
|
|
@@ -1621,16 +1631,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1621
1631
|
background-color: #D8DDE5 !important;
|
|
1622
1632
|
}
|
|
1623
1633
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
1624
|
-
padding: 12px;
|
|
1634
|
+
padding: 9px 12px;
|
|
1625
1635
|
}
|
|
1626
1636
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
1627
|
-
padding: 12px;
|
|
1637
|
+
padding: 9px 12px;
|
|
1628
1638
|
}
|
|
1629
1639
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
1630
|
-
padding:
|
|
1640
|
+
padding: 6px 9px;
|
|
1631
1641
|
}
|
|
1632
1642
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
1633
|
-
padding:
|
|
1643
|
+
padding: 6px 9px;
|
|
1634
1644
|
}
|
|
1635
1645
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
1636
1646
|
border-inline-end-width: 0px !important;
|
|
@@ -1722,13 +1732,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1722
1732
|
}
|
|
1723
1733
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
1724
1734
|
line-height: 1.5;
|
|
1725
|
-
padding: 3px
|
|
1735
|
+
padding: 3px 6px;
|
|
1726
1736
|
font-size: 12px;
|
|
1727
1737
|
}
|
|
1728
1738
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
1729
1739
|
padding: 0 4px;
|
|
1730
|
-
line-height: 1.
|
|
1731
|
-
font-size:
|
|
1740
|
+
line-height: 1.5;
|
|
1741
|
+
font-size: 12px;
|
|
1732
1742
|
}
|
|
1733
1743
|
.aplus-tag-wrapper-purely > * {
|
|
1734
1744
|
background-color: var(--tag-main-color-background);
|
|
@@ -1764,11 +1774,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1764
1774
|
}
|
|
1765
1775
|
.aplus-tag-group-ellipsis-text--admin {
|
|
1766
1776
|
font-size: 12px;
|
|
1767
|
-
color: #
|
|
1777
|
+
color: #333;
|
|
1768
1778
|
}
|
|
1769
1779
|
.aplus-tag-group-ellipsis-text--aplus {
|
|
1770
1780
|
font-size: 12px;
|
|
1771
|
-
color: #
|
|
1781
|
+
color: #182948;
|
|
1772
1782
|
}
|
|
1773
1783
|
.aplus-ap-title {
|
|
1774
1784
|
position: relative;
|
|
@@ -1786,7 +1796,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1786
1796
|
top: 50%;
|
|
1787
1797
|
transform: translateY(-50%);
|
|
1788
1798
|
width: 3px;
|
|
1789
|
-
height:
|
|
1799
|
+
height: 14px;
|
|
1790
1800
|
background: #0070ff;
|
|
1791
1801
|
border-radius: 0px 4px 4px 0px;
|
|
1792
1802
|
z-index: 1;
|
|
@@ -1798,8 +1808,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1798
1808
|
align-items: center;
|
|
1799
1809
|
}
|
|
1800
1810
|
.aplus-ap-title__prefix .anticon-question-circle {
|
|
1811
|
+
font-size: 14px;
|
|
1801
1812
|
margin-left: 5px;
|
|
1802
|
-
color: #
|
|
1813
|
+
color: #8896b0;
|
|
1803
1814
|
}
|
|
1804
1815
|
.aplus-ap-title--admin {
|
|
1805
1816
|
padding-left: 14px;
|
|
@@ -1823,8 +1834,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1823
1834
|
align-items: center;
|
|
1824
1835
|
}
|
|
1825
1836
|
.aplus-ap-title--admin .aplus-ap-title__prefix .anticon-question-circle {
|
|
1837
|
+
font-size: 14px;
|
|
1826
1838
|
margin-left: 5px;
|
|
1827
|
-
color: #
|
|
1839
|
+
color: #999999;
|
|
1828
1840
|
}
|
|
1829
1841
|
.aplus-ap-title__suffix {
|
|
1830
1842
|
color: #526a90;
|
|
@@ -1836,7 +1848,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1836
1848
|
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
|
|
1837
1849
|
display: flex;
|
|
1838
1850
|
align-items: center;
|
|
1839
|
-
padding: 7px
|
|
1851
|
+
padding: 7px 12px;
|
|
1840
1852
|
transition: all 0.3s;
|
|
1841
1853
|
border: 1px solid #dee4ed;
|
|
1842
1854
|
border-radius: 4px;
|
|
@@ -1916,8 +1928,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1916
1928
|
aspect-ratio: 1 / 1;
|
|
1917
1929
|
}
|
|
1918
1930
|
.aplus-ap-upload-picture .picture-context .picture-upload > * + * {
|
|
1919
|
-
margin-top:
|
|
1920
|
-
font-size:
|
|
1931
|
+
margin-top: 4px;
|
|
1932
|
+
font-size: 12px;
|
|
1921
1933
|
}
|
|
1922
1934
|
.aplus-ap-upload-picture .picture-context .picture-upload:hover {
|
|
1923
1935
|
border: 1px dashed #0070ff;
|
|
@@ -2033,8 +2045,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2033
2045
|
.aplus-ap-upload-single-file .state-un .state-un-title {
|
|
2034
2046
|
margin-top: 10px;
|
|
2035
2047
|
color: #182948;
|
|
2036
|
-
font-size:
|
|
2037
|
-
line-height:
|
|
2048
|
+
font-size: 14px;
|
|
2049
|
+
line-height: 1.1 0.57142857;
|
|
2038
2050
|
}
|
|
2039
2051
|
.aplus-ap-upload-single-file .state-un .state-un-subtitle {
|
|
2040
2052
|
margin-top: 4px;
|
|
@@ -2111,7 +2123,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2111
2123
|
box-sizing: border-box;
|
|
2112
2124
|
margin: 0;
|
|
2113
2125
|
padding: 0;
|
|
2114
|
-
color:
|
|
2126
|
+
color: #182948;
|
|
2115
2127
|
font-size: 12px;
|
|
2116
2128
|
font-family: inherit;
|
|
2117
2129
|
line-height: 1.5;
|
|
@@ -2175,7 +2187,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2175
2187
|
box-sizing: border-box;
|
|
2176
2188
|
margin: 0;
|
|
2177
2189
|
padding: 0;
|
|
2178
|
-
color:
|
|
2190
|
+
color: #182948;
|
|
2179
2191
|
font-size: 12px;
|
|
2180
2192
|
font-family: inherit;
|
|
2181
2193
|
line-height: 1.5;
|
|
@@ -2191,7 +2203,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2191
2203
|
box-sizing: border-box;
|
|
2192
2204
|
margin: 0;
|
|
2193
2205
|
padding: 0;
|
|
2194
|
-
color:
|
|
2206
|
+
color: #182948;
|
|
2195
2207
|
font-size: 12px;
|
|
2196
2208
|
font-family: inherit;
|
|
2197
2209
|
line-height: 1.5;
|
|
@@ -2389,11 +2401,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2389
2401
|
height: min-content;
|
|
2390
2402
|
}
|
|
2391
2403
|
.aplus-ap-appendix__file-area {
|
|
2392
|
-
margin-top:
|
|
2404
|
+
margin-top: 12px;
|
|
2393
2405
|
}
|
|
2394
2406
|
.aplus-ap-appendix__file-area--border {
|
|
2395
2407
|
border: 1px dashed var(--ap-appendix-area-color-border, #DEE4ED);
|
|
2396
|
-
padding:
|
|
2408
|
+
padding: 12px;
|
|
2397
2409
|
border-radius: 4px;
|
|
2398
2410
|
}
|
|
2399
2411
|
.aplus-ap-appendix__file-area-content {
|
|
@@ -2697,6 +2709,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2697
2709
|
}
|
|
2698
2710
|
.aplus-batch-input-group-popover-input__popover--content textarea {
|
|
2699
2711
|
padding: 0;
|
|
2712
|
+
resize: none;
|
|
2700
2713
|
}
|
|
2701
2714
|
.aplus-batch-input-group {
|
|
2702
2715
|
position: relative;
|
|
@@ -2745,6 +2758,17 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2745
2758
|
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
|
|
2746
2759
|
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
2747
2760
|
}
|
|
2761
|
+
.aplus-ap-grid .vxe-table .vxe-cell {
|
|
2762
|
+
min-height: unset !important;
|
|
2763
|
+
padding: 9px 12px !important;
|
|
2764
|
+
font-size: 12px;
|
|
2765
|
+
line-height: 1.5;
|
|
2766
|
+
}
|
|
2767
|
+
.aplus-ap-grid .vxe-table.size--mini .vxe-cell {
|
|
2768
|
+
min-height: unset !important;
|
|
2769
|
+
padding: 6px 9px !important;
|
|
2770
|
+
line-height: 1.5;
|
|
2771
|
+
}
|
|
2748
2772
|
.aplus-ap-grid-adaptive {
|
|
2749
2773
|
height: 100%;
|
|
2750
2774
|
display: flex;
|
|
@@ -2849,7 +2873,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2849
2873
|
}
|
|
2850
2874
|
.aplus-ap-grid th .vxe-cell--wrapper .vxe-cell--title {
|
|
2851
2875
|
flex-shrink: 1;
|
|
2852
|
-
flex-grow: 1;
|
|
2853
2876
|
}
|
|
2854
2877
|
.aplus-editable-grid__header-cell--required {
|
|
2855
2878
|
color: #FF4D4F;
|
|
@@ -2877,7 +2900,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2877
2900
|
box-sizing: border-box;
|
|
2878
2901
|
margin: 0;
|
|
2879
2902
|
padding: 0;
|
|
2880
|
-
color:
|
|
2903
|
+
color: #182948;
|
|
2881
2904
|
font-size: 12px;
|
|
2882
2905
|
font-family: inherit;
|
|
2883
2906
|
line-height: 1.5;
|
|
@@ -3011,7 +3034,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3011
3034
|
box-sizing: border-box;
|
|
3012
3035
|
margin: 0;
|
|
3013
3036
|
padding: 0;
|
|
3014
|
-
color:
|
|
3037
|
+
color: #182948;
|
|
3015
3038
|
font-size: 12px;
|
|
3016
3039
|
line-height: 1.5;
|
|
3017
3040
|
list-style: none;
|
|
@@ -3085,7 +3108,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3085
3108
|
background: rgba(0, 0, 0, 0.04);
|
|
3086
3109
|
font-size: 10px;
|
|
3087
3110
|
border-radius: 2px;
|
|
3088
|
-
color:
|
|
3111
|
+
color: #182948;
|
|
3089
3112
|
cursor: pointer;
|
|
3090
3113
|
opacity: 0;
|
|
3091
3114
|
display: flex;
|
package/theme/mask/index.css
CHANGED
package/theme/mixins/config.less
CHANGED
package/theme/mixins/mixins.css
CHANGED
package/theme/splitter/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;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
box-sizing: border-box;
|
|
64
64
|
margin: 0;
|
|
65
65
|
padding: 0;
|
|
66
|
-
color:
|
|
66
|
+
color: #182948;
|
|
67
67
|
font-size: 12px;
|
|
68
68
|
line-height: 1.5;
|
|
69
69
|
list-style: none;
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
background: rgba(0, 0, 0, 0.04);
|
|
138
138
|
font-size: 10px;
|
|
139
139
|
border-radius: 2px;
|
|
140
|
-
color:
|
|
140
|
+
color: #182948;
|
|
141
141
|
cursor: pointer;
|
|
142
142
|
opacity: 0;
|
|
143
143
|
display: flex;
|