@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;
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
height: min-content;
|
|
57
57
|
}
|
|
58
58
|
.aplus-ap-appendix__file-area {
|
|
59
|
-
margin-top:
|
|
59
|
+
margin-top: 12px;
|
|
60
60
|
}
|
|
61
61
|
.aplus-ap-appendix__file-area--border {
|
|
62
62
|
border: 1px dashed var(--ap-appendix-area-color-border, #DEE4ED);
|
|
63
|
-
padding:
|
|
63
|
+
padding: 12px;
|
|
64
64
|
border-radius: 4px;
|
|
65
65
|
}
|
|
66
66
|
.aplus-ap-appendix__file-area-content {
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
height: min-content;
|
|
13
13
|
}
|
|
14
14
|
&__file-area {
|
|
15
|
-
margin-top:
|
|
15
|
+
margin-top: 12px;
|
|
16
16
|
&--border{
|
|
17
17
|
border: 1px dashed var(--ap-appendix-area-color-border,#DEE4ED);
|
|
18
|
-
padding:
|
|
18
|
+
padding: 12px;
|
|
19
19
|
border-radius: 4px;
|
|
20
20
|
}
|
|
21
21
|
&-content {
|
|
@@ -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;
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
.aplus-ap-attachment__more {
|
|
80
80
|
display: inline-block;
|
|
81
81
|
font-size: 12px;
|
|
82
|
+
line-height: 1.5;
|
|
82
83
|
cursor: pointer;
|
|
83
84
|
color: var(--download-main-color);
|
|
84
85
|
}
|
|
@@ -95,7 +96,7 @@
|
|
|
95
96
|
.aplus-ap-attachment__file-item {
|
|
96
97
|
flex: 1;
|
|
97
98
|
word-wrap: break-word;
|
|
98
|
-
margin-bottom:
|
|
99
|
+
margin-bottom: 12px;
|
|
99
100
|
font-size: 12px;
|
|
100
101
|
color: #000;
|
|
101
102
|
cursor: pointer;
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
&__more{
|
|
36
36
|
display: inline-block;
|
|
37
37
|
font-size: @font-size-base;
|
|
38
|
+
line-height: @line-height-base;
|
|
38
39
|
cursor: pointer;
|
|
39
40
|
color: var(--download-main-color);
|
|
40
41
|
&:hover{
|
|
@@ -47,12 +48,11 @@
|
|
|
47
48
|
flex-direction: column;
|
|
48
49
|
margin:0;
|
|
49
50
|
padding:0;
|
|
50
|
-
|
|
51
51
|
}
|
|
52
52
|
&__file-item{
|
|
53
53
|
flex:1;
|
|
54
54
|
word-wrap: break-word;
|
|
55
|
-
margin-bottom:
|
|
55
|
+
margin-bottom: 12px;
|
|
56
56
|
font-size: @font-size-base;
|
|
57
57
|
color:#000;
|
|
58
58
|
cursor: pointer;
|
|
@@ -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;
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
.aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
|
|
87
87
|
font-size: 14px;
|
|
88
|
-
|
|
88
|
+
display: block;
|
|
89
89
|
}
|
|
90
90
|
.aplus-ap-expand-alert--aplus .card-alert {
|
|
91
91
|
background-color: transparent !important;
|
package/theme/ap-field/index.css
CHANGED
package/theme/ap-field/radio.css
CHANGED
package/theme/ap-form/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
|
}
|
|
@@ -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;
|
|
@@ -468,6 +477,17 @@
|
|
|
468
477
|
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
|
|
469
478
|
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
470
479
|
}
|
|
480
|
+
.aplus-ap-grid .vxe-table .vxe-cell {
|
|
481
|
+
min-height: unset !important;
|
|
482
|
+
padding: 9px 12px !important;
|
|
483
|
+
font-size: 12px;
|
|
484
|
+
line-height: 1.5;
|
|
485
|
+
}
|
|
486
|
+
.aplus-ap-grid .vxe-table.size--mini .vxe-cell {
|
|
487
|
+
min-height: unset !important;
|
|
488
|
+
padding: 6px 9px !important;
|
|
489
|
+
line-height: 1.5;
|
|
490
|
+
}
|
|
471
491
|
.aplus-ap-grid-adaptive {
|
|
472
492
|
height: 100%;
|
|
473
493
|
display: flex;
|
|
@@ -572,5 +592,4 @@
|
|
|
572
592
|
}
|
|
573
593
|
.aplus-ap-grid th .vxe-cell--wrapper .vxe-cell--title {
|
|
574
594
|
flex-shrink: 1;
|
|
575
|
-
flex-grow: 1;
|
|
576
595
|
}
|
package/theme/ap-grid/index.less
CHANGED
|
@@ -11,6 +11,17 @@
|
|
|
11
11
|
|
|
12
12
|
.b(ap-grid, {
|
|
13
13
|
.reset-scrollbar();
|
|
14
|
+
.vxe-table .vxe-cell {
|
|
15
|
+
min-height: unset !important;
|
|
16
|
+
padding: 9px 12px !important;
|
|
17
|
+
font-size: @font-size-base;
|
|
18
|
+
line-height: @line-height-base;
|
|
19
|
+
}
|
|
20
|
+
.vxe-table.size--mini .vxe-cell {
|
|
21
|
+
min-height: unset !important;
|
|
22
|
+
padding: 6px 9px !important;
|
|
23
|
+
line-height: @line-height-base;
|
|
24
|
+
}
|
|
14
25
|
&-adaptive {
|
|
15
26
|
height: 100%;
|
|
16
27
|
display: flex;
|
|
@@ -130,7 +141,6 @@
|
|
|
130
141
|
align-items: center;
|
|
131
142
|
.vxe-cell--title {
|
|
132
143
|
flex-shrink: 1;
|
|
133
|
-
flex-grow: 1;
|
|
134
144
|
}
|
|
135
145
|
}
|
|
136
146
|
});
|