@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;
|
|
@@ -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;
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
}
|
|
54
54
|
.aplus-tag-group-ellipsis-text--admin {
|
|
55
55
|
font-size: 12px;
|
|
56
|
-
color: #
|
|
56
|
+
color: #333;
|
|
57
57
|
}
|
|
58
58
|
.aplus-tag-group-ellipsis-text--aplus {
|
|
59
59
|
font-size: 12px;
|
|
60
|
-
color: #
|
|
60
|
+
color: #182948;
|
|
61
61
|
}
|
|
@@ -6,17 +6,16 @@
|
|
|
6
6
|
flex-wrap: nowrap;
|
|
7
7
|
white-space: nowrap;
|
|
8
8
|
align-items: center;
|
|
9
|
-
|
|
10
9
|
&-ellipsis-text {
|
|
11
10
|
&--admin {
|
|
12
11
|
font-size: @font-size-base;
|
|
13
12
|
// 链接色
|
|
14
|
-
color: #
|
|
13
|
+
color: #333;
|
|
15
14
|
}
|
|
16
15
|
&--aplus {
|
|
17
16
|
font-size: @font-size-base;
|
|
18
17
|
// 链接色
|
|
19
|
-
color: #
|
|
18
|
+
color: #182948;
|
|
20
19
|
}
|
|
21
20
|
}
|
|
22
21
|
});
|
package/theme/ap-tag/ap-tag.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;
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
}
|
|
63
63
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
64
64
|
line-height: 1.5;
|
|
65
|
-
padding: 3px
|
|
65
|
+
padding: 3px 6px;
|
|
66
66
|
font-size: 12px;
|
|
67
67
|
}
|
|
68
68
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
69
69
|
padding: 0 4px;
|
|
70
|
-
line-height: 1.
|
|
71
|
-
font-size:
|
|
70
|
+
line-height: 1.5;
|
|
71
|
+
font-size: 12px;
|
|
72
72
|
}
|
|
73
73
|
.aplus-tag-wrapper-purely > * {
|
|
74
74
|
background-color: var(--tag-main-color-background);
|
package/theme/ap-tag/ap-tag.less
CHANGED
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
&--middle {
|
|
21
21
|
line-height: @line-height-base;
|
|
22
|
-
padding: 3px
|
|
22
|
+
padding: 3px 6px;
|
|
23
23
|
font-size: @font-size-base;
|
|
24
24
|
}
|
|
25
25
|
&--small {
|
|
26
26
|
padding: 0 4px;
|
|
27
|
-
line-height: @line-height-
|
|
28
|
-
font-size: @font-size-
|
|
27
|
+
line-height: @line-height-base;
|
|
28
|
+
font-size: @font-size-base;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
&-wrapper-purely {
|
|
@@ -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;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
top: 50%;
|
|
61
61
|
transform: translateY(-50%);
|
|
62
62
|
width: 3px;
|
|
63
|
-
height:
|
|
63
|
+
height: 14px;
|
|
64
64
|
background: #0070ff;
|
|
65
65
|
border-radius: 0px 4px 4px 0px;
|
|
66
66
|
z-index: 1;
|
|
@@ -72,8 +72,9 @@
|
|
|
72
72
|
align-items: center;
|
|
73
73
|
}
|
|
74
74
|
.aplus-ap-title__prefix .anticon-question-circle {
|
|
75
|
+
font-size: 14px;
|
|
75
76
|
margin-left: 5px;
|
|
76
|
-
color: #
|
|
77
|
+
color: #8896b0;
|
|
77
78
|
}
|
|
78
79
|
.aplus-ap-title--admin {
|
|
79
80
|
padding-left: 14px;
|
|
@@ -97,8 +98,9 @@
|
|
|
97
98
|
align-items: center;
|
|
98
99
|
}
|
|
99
100
|
.aplus-ap-title--admin .aplus-ap-title__prefix .anticon-question-circle {
|
|
101
|
+
font-size: 14px;
|
|
100
102
|
margin-left: 5px;
|
|
101
|
-
color: #
|
|
103
|
+
color: #999999;
|
|
102
104
|
}
|
|
103
105
|
.aplus-ap-title__suffix {
|
|
104
106
|
color: #526a90;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
top: 50%;
|
|
18
18
|
transform: translateY(-50%);
|
|
19
19
|
width: 3px;
|
|
20
|
-
height:
|
|
20
|
+
height: 14px;
|
|
21
21
|
background: @aplus-primary-color;
|
|
22
22
|
border-radius: 0px 4px 4px 0px;
|
|
23
23
|
z-index: 1;
|
|
@@ -28,8 +28,9 @@
|
|
|
28
28
|
display: flex;
|
|
29
29
|
align-items: center;
|
|
30
30
|
.anticon-question-circle {
|
|
31
|
+
font-size: 14px;
|
|
31
32
|
margin-left: 5px;
|
|
32
|
-
color:
|
|
33
|
+
color: #8896b0;
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
36
|
|
|
@@ -54,8 +55,9 @@
|
|
|
54
55
|
display: flex;
|
|
55
56
|
align-items: center;
|
|
56
57
|
.anticon-question-circle {
|
|
58
|
+
font-size: 14px;
|
|
57
59
|
margin-left: 5px;
|
|
58
|
-
color:
|
|
60
|
+
color: #999999;
|
|
59
61
|
}
|
|
60
62
|
}
|
|
61
63
|
}
|
|
@@ -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
|
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
|
|
52
52
|
display: flex;
|
|
53
53
|
align-items: center;
|
|
54
|
-
padding: 7px
|
|
54
|
+
padding: 7px 12px;
|
|
55
55
|
transition: all 0.3s;
|
|
56
56
|
border: 1px solid #dee4ed;
|
|
57
57
|
border-radius: 4px;
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
aspect-ratio: 1 / 1;
|
|
132
132
|
}
|
|
133
133
|
.aplus-ap-upload-picture .picture-context .picture-upload > * + * {
|
|
134
|
-
margin-top:
|
|
135
|
-
font-size:
|
|
134
|
+
margin-top: 4px;
|
|
135
|
+
font-size: 12px;
|
|
136
136
|
}
|
|
137
137
|
.aplus-ap-upload-picture .picture-context .picture-upload:hover {
|
|
138
138
|
border: 1px dashed #0070ff;
|
|
@@ -248,8 +248,8 @@
|
|
|
248
248
|
.aplus-ap-upload-single-file .state-un .state-un-title {
|
|
249
249
|
margin-top: 10px;
|
|
250
250
|
color: #182948;
|
|
251
|
-
font-size:
|
|
252
|
-
line-height:
|
|
251
|
+
font-size: 14px;
|
|
252
|
+
line-height: 1.1 0.57142857;
|
|
253
253
|
}
|
|
254
254
|
.aplus-ap-upload-single-file .state-un .state-un-subtitle {
|
|
255
255
|
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;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
|
|
52
52
|
display: flex;
|
|
53
53
|
align-items: center;
|
|
54
|
-
padding: 7px
|
|
54
|
+
padding: 7px 12px;
|
|
55
55
|
transition: all 0.3s;
|
|
56
56
|
border: 1px solid #dee4ed;
|
|
57
57
|
border-radius: 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;
|
|
@@ -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;
|