@aplus-frontend/ui 0.6.0-beta.1 → 0.6.0-beta.3
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-button/ap-button.vue.mjs +1 -1
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +39 -34
- package/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-grid/editable/form-item.vue.mjs +23 -20
- package/es/src/ap-grid/editable/index.vue.mjs +3 -0
- package/es/src/ap-grid/index.vue.mjs +146 -136
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-grid/utils/table.mjs +32 -32
- package/es/src/ap-table/ap-table.vue2.mjs +206 -199
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
- package/es/src/ap-tag/interface.d.ts +4 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -12
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +108 -99
- package/es/src/business/ap-export-group/index.d.ts +3 -0
- package/es/src/business/ap-export-group/interface.d.ts +7 -2
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-view/ap-view.vue2.mjs +72 -69
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +49 -43
- package/es/src/business/ap-view/interface.d.ts +4 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +2 -4
- package/es/src/config-provider/css-var.mjs +2 -2
- package/es/src/locale/lang/en.mjs +1 -1
- package/es/src/locale/lang/zh-cn.mjs +1 -1
- package/lib/src/ap-button/ap-button.vue.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.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.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-grid/utils/table.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/interface.d.ts +4 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/index.d.ts +3 -0
- package/lib/src/business/ap-export-group/interface.d.ts +7 -2
- package/lib/src/business/ap-table-modal/modal-title.vue2.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/ap-view/interface.d.ts +4 -0
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/config-provider/css-var.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/package.json +4 -4
- package/theme/antd-global-overwrite/admin/index.css +9 -25
- package/theme/antd-global-overwrite/admin/modal.css +6 -22
- package/theme/antd-global-overwrite/admin/modal.less +7 -22
- package/theme/antd-global-overwrite/admin/table.css +3 -3
- package/theme/antd-global-overwrite/admin/table.less +3 -3
- package/theme/antd-global-overwrite/aplus/index.css +9 -19
- package/theme/antd-global-overwrite/aplus/modal.css +6 -16
- package/theme/antd-global-overwrite/aplus/modal.less +7 -17
- package/theme/antd-global-overwrite/aplus/table.css +3 -3
- package/theme/antd-global-overwrite/aplus/table.less +3 -3
- package/theme/ap-appendix/ap-appendix.css +4 -2
- package/theme/ap-appendix/ap-appendix.less +4 -2
- package/theme/ap-attachment/ap-attachment.css +4 -4
- package/theme/ap-attachment/ap-attachment.less +4 -4
- package/theme/ap-batch-action/ap-batch-action.css +6 -3
- package/theme/ap-batch-action/ap-batch-action.less +6 -3
- package/theme/ap-descriptions/ap-descriptions.css +3 -5
- package/theme/ap-descriptions/ap-descriptions.less +3 -5
- package/theme/ap-download/ap-download.css +7 -10
- package/theme/ap-download/ap-download.less +8 -11
- package/theme/ap-expand-alert/ap-expand-alert.css +1 -1
- package/theme/ap-expand-alert/ap-expand-alert.less +3 -4
- package/theme/ap-form/ap-form-item.css +2 -2
- package/theme/ap-form/ap-form-item.less +2 -2
- package/theme/ap-form/index.css +5 -2
- package/theme/ap-form/search-form.css +5 -2
- package/theme/ap-form/search-form.less +3 -0
- package/theme/ap-grid/editable.less +3 -2
- package/theme/ap-grid/index.css +6 -3
- package/theme/ap-grid/index.less +6 -4
- package/theme/ap-ladder/ap-ladder.css +3 -3
- package/theme/ap-ladder/ap-ladder.less +3 -3
- package/theme/ap-select-layout/ap-select-layout.css +8 -8
- package/theme/ap-select-layout/ap-select-layout.less +8 -8
- package/theme/ap-status/ap-status.css +2 -3
- package/theme/ap-status/ap-status.less +2 -4
- package/theme/ap-summary/index.css +3 -3
- package/theme/ap-summary/index.less +3 -3
- package/theme/ap-table/ap-table-index.css +5 -5
- package/theme/ap-table/ap-table-index.less +5 -5
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +15 -14
- package/theme/ap-table/ap-table.less +2 -5
- package/theme/ap-table/setting/index.css +3 -3
- package/theme/ap-table/setting/modal.css +1 -2
- package/theme/ap-table/setting/modal.less +1 -2
- package/theme/ap-table/setting/select-group.css +2 -1
- package/theme/ap-table/setting/select-group.less +2 -1
- package/theme/ap-table-modal/index.css +15 -14
- package/theme/ap-tag/ap-tag-group.less +2 -2
- package/theme/ap-tag/ap-tag.css +24 -15
- package/theme/ap-tag/ap-tag.less +37 -24
- package/theme/ap-title/ap-title.css +2 -2
- package/theme/ap-title/ap-title.less +2 -2
- package/theme/ap-upload/index.css +3 -3
- package/theme/ap-upload/multiple-file.css +1 -1
- package/theme/ap-upload/multiple-file.less +1 -1
- package/theme/ap-upload/picture.css +2 -2
- package/theme/ap-upload/picture.less +2 -2
- package/theme/ap-view/ap-view.css +4 -0
- package/theme/ap-view/ap-view.less +4 -0
- package/theme/editable-table/index.css +5 -2
- package/theme/index.css +90 -77
package/theme/index.css
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
white-space: nowrap;
|
|
105
105
|
overflow: hidden;
|
|
106
106
|
text-overflow: ellipsis;
|
|
107
|
-
font-size:
|
|
107
|
+
font-size: 12px;
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
color: var(--download-main-color);
|
|
110
110
|
}
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
.aplus-ap-attachment__more {
|
|
115
115
|
display: inline-block;
|
|
116
|
-
font-size:
|
|
116
|
+
font-size: 12px;
|
|
117
117
|
cursor: pointer;
|
|
118
118
|
color: var(--download-main-color);
|
|
119
119
|
}
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
flex: 1;
|
|
132
132
|
word-wrap: break-word;
|
|
133
133
|
margin-bottom: 16px;
|
|
134
|
-
font-size:
|
|
134
|
+
font-size: 12px;
|
|
135
135
|
color: #000;
|
|
136
136
|
cursor: pointer;
|
|
137
137
|
}
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
color: var(--download-main-color);
|
|
140
140
|
}
|
|
141
141
|
.aplus-ap-attachment__down-load-all {
|
|
142
|
-
font-size:
|
|
142
|
+
font-size: 12px;
|
|
143
143
|
color: var(--download-main-color);
|
|
144
144
|
cursor: pointer;
|
|
145
145
|
margin-bottom: 0;
|
|
@@ -162,13 +162,16 @@
|
|
|
162
162
|
flex-shrink: 0;
|
|
163
163
|
}
|
|
164
164
|
.aplus-ap-batch-action-body .selected-desc-conut {
|
|
165
|
-
|
|
165
|
+
display: flex;
|
|
166
|
+
align-items: center;
|
|
167
|
+
font-size: 12px;
|
|
166
168
|
color: var(--ap-batch-action-color-font, #8896b0);
|
|
167
169
|
}
|
|
168
170
|
.aplus-ap-batch-action-body .selected-desc-conut span {
|
|
169
171
|
color: var(--ap-batch-action-color-active, #0070ff);
|
|
170
172
|
font-weight: bold;
|
|
171
173
|
min-width: 10px;
|
|
174
|
+
text-align: center;
|
|
172
175
|
display: inline-block;
|
|
173
176
|
}
|
|
174
177
|
.aplus-ap-batch-action-body .selected-desc-clean {
|
|
@@ -179,8 +182,8 @@
|
|
|
179
182
|
}
|
|
180
183
|
.aplus-ap-batch-action-header {
|
|
181
184
|
width: 100%;
|
|
182
|
-
padding-bottom:
|
|
183
|
-
margin-bottom:
|
|
185
|
+
padding-bottom: 8px;
|
|
186
|
+
margin-bottom: 8px;
|
|
184
187
|
border-bottom: 1px solid var(--ap-batch-action-color-border, #E9EDF3);
|
|
185
188
|
}
|
|
186
189
|
.aplus-ap-action-button-border-link:not(:disabled):hover,
|
|
@@ -216,7 +219,7 @@
|
|
|
216
219
|
padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom);
|
|
217
220
|
}
|
|
218
221
|
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
|
|
219
|
-
margin-inline: 4px
|
|
222
|
+
margin-inline: 4px 12px;
|
|
220
223
|
}
|
|
221
224
|
.aplus-ap-descriptions-item__ellipsis .ant-descriptions-item-label {
|
|
222
225
|
flex-shrink: 0;
|
|
@@ -244,8 +247,7 @@
|
|
|
244
247
|
}
|
|
245
248
|
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
246
249
|
margin-left: 4px;
|
|
247
|
-
color: #
|
|
248
|
-
font-size: 16px;
|
|
250
|
+
color: #999999;
|
|
249
251
|
}
|
|
250
252
|
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content {
|
|
251
253
|
color: #333333;
|
|
@@ -261,8 +263,7 @@
|
|
|
261
263
|
}
|
|
262
264
|
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
263
265
|
margin-left: 4px;
|
|
264
|
-
color: #
|
|
265
|
-
font-size: 16px;
|
|
266
|
+
color: #8896B0;
|
|
266
267
|
}
|
|
267
268
|
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content {
|
|
268
269
|
color: #182948;
|
|
@@ -287,7 +288,7 @@
|
|
|
287
288
|
}
|
|
288
289
|
.aplus-ap-download-inner-wrapper .icon {
|
|
289
290
|
position: relative;
|
|
290
|
-
font-size:
|
|
291
|
+
font-size: 16px;
|
|
291
292
|
margin-right: 5px;
|
|
292
293
|
}
|
|
293
294
|
.aplus-ap-download-inner-wrapper .text {
|
|
@@ -297,19 +298,16 @@
|
|
|
297
298
|
color: var(--download-main-color-opacity);
|
|
298
299
|
}
|
|
299
300
|
.aplus-ap-download-inner-wrapper--large {
|
|
300
|
-
line-height:
|
|
301
|
-
|
|
302
|
-
font-size: 16px;
|
|
301
|
+
line-height: 1.1 0.57142857;
|
|
302
|
+
font-size: 14px;
|
|
303
303
|
}
|
|
304
304
|
.aplus-ap-download-inner-wrapper--middle {
|
|
305
|
-
line-height:
|
|
306
|
-
|
|
307
|
-
font-size: 14px;
|
|
305
|
+
line-height: 1.5;
|
|
306
|
+
font-size: 12px;
|
|
308
307
|
}
|
|
309
308
|
.aplus-ap-download-inner-wrapper--small {
|
|
310
|
-
line-height:
|
|
311
|
-
|
|
312
|
-
font-size: 12px;
|
|
309
|
+
line-height: 1.6;
|
|
310
|
+
font-size: 10px;
|
|
313
311
|
}
|
|
314
312
|
.aplus-ap-download-inner-wrapper--disabled {
|
|
315
313
|
color: #8896b0;
|
|
@@ -365,7 +363,7 @@
|
|
|
365
363
|
line-height: 18px;
|
|
366
364
|
}
|
|
367
365
|
.aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
|
|
368
|
-
font-size:
|
|
366
|
+
font-size: 14px;
|
|
369
367
|
transform: translateY(2px);
|
|
370
368
|
}
|
|
371
369
|
.aplus-ap-expand-alert--aplus .card-alert {
|
|
@@ -469,8 +467,8 @@
|
|
|
469
467
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
470
468
|
}
|
|
471
469
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
472
|
-
font-size:
|
|
473
|
-
line-height:
|
|
470
|
+
font-size: 12px;
|
|
471
|
+
line-height: 16px;
|
|
474
472
|
}
|
|
475
473
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
476
474
|
line-height: 22px;
|
|
@@ -643,6 +641,9 @@
|
|
|
643
641
|
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
644
642
|
margin-left: 10px;
|
|
645
643
|
}
|
|
644
|
+
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
645
|
+
padding-inline: 16px;
|
|
646
|
+
}
|
|
646
647
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
647
648
|
flex-shrink: 0;
|
|
648
649
|
}
|
|
@@ -766,7 +767,7 @@
|
|
|
766
767
|
.aplus-ap-ladder {
|
|
767
768
|
position: relative;
|
|
768
769
|
width: inherit;
|
|
769
|
-
font-size:
|
|
770
|
+
font-size: 12px;
|
|
770
771
|
/** 自动溢出省略 */
|
|
771
772
|
/** Aplus端样式 */
|
|
772
773
|
/** Admin端样式 */
|
|
@@ -869,11 +870,11 @@
|
|
|
869
870
|
margin-left: 4px;
|
|
870
871
|
}
|
|
871
872
|
.aplus-ap-ladder__major {
|
|
872
|
-
line-height:
|
|
873
|
+
line-height: 1.5;
|
|
873
874
|
color: #182948;
|
|
874
875
|
}
|
|
875
876
|
.aplus-ap-ladder__minor {
|
|
876
|
-
line-height:
|
|
877
|
+
line-height: 1.5;
|
|
877
878
|
color: #8896B0;
|
|
878
879
|
}
|
|
879
880
|
.aplus-ap-ladder__label {
|
|
@@ -1126,17 +1127,17 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1126
1127
|
.aplus-ap-select-layout-side__header > h3 {
|
|
1127
1128
|
margin: 0;
|
|
1128
1129
|
color: #333;
|
|
1129
|
-
font-size:
|
|
1130
|
+
font-size: 14px;
|
|
1130
1131
|
font-weight: bold;
|
|
1131
|
-
line-height:
|
|
1132
|
+
line-height: 1.1 0.57142857;
|
|
1132
1133
|
}
|
|
1133
1134
|
.aplus-ap-select-layout-side__header--imgWrap {
|
|
1134
1135
|
border-radius: 2px;
|
|
1135
1136
|
cursor: pointer;
|
|
1136
|
-
font-size:
|
|
1137
|
+
font-size: 20px;
|
|
1137
1138
|
color: #999;
|
|
1138
1139
|
display: flex;
|
|
1139
|
-
height:
|
|
1140
|
+
height: 20px;
|
|
1140
1141
|
}
|
|
1141
1142
|
.aplus-ap-select-layout-side__header--imgWrap:hover {
|
|
1142
1143
|
background: #f5f5f5;
|
|
@@ -1200,9 +1201,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1200
1201
|
margin-right: 10px;
|
|
1201
1202
|
border-radius: 2px;
|
|
1202
1203
|
cursor: pointer;
|
|
1203
|
-
font-size:
|
|
1204
|
+
font-size: 20px;
|
|
1204
1205
|
display: flex;
|
|
1205
|
-
height:
|
|
1206
|
+
height: 20px;
|
|
1206
1207
|
color: #999;
|
|
1207
1208
|
}
|
|
1208
1209
|
.aplus-ap-select-layout-content__header--imgWrap:hover {
|
|
@@ -1210,9 +1211,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1210
1211
|
}
|
|
1211
1212
|
.aplus-ap-select-layout-content__header--title {
|
|
1212
1213
|
margin: 0;
|
|
1213
|
-
font-size:
|
|
1214
|
+
font-size: 14px;
|
|
1214
1215
|
font-weight: bold;
|
|
1215
|
-
line-height:
|
|
1216
|
+
line-height: 1.1 0.57142857;
|
|
1216
1217
|
}
|
|
1217
1218
|
@font-face {
|
|
1218
1219
|
font-family: customFont;
|
|
@@ -1220,9 +1221,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1220
1221
|
src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
|
|
1221
1222
|
}
|
|
1222
1223
|
.aplus-ap-status {
|
|
1223
|
-
font-size:
|
|
1224
|
-
height:
|
|
1225
|
-
line-height: 36px;
|
|
1224
|
+
font-size: 16px;
|
|
1225
|
+
line-height: 1.6;
|
|
1226
1226
|
display: inline-block;
|
|
1227
1227
|
position: relative;
|
|
1228
1228
|
font-family: 'customFont';
|
|
@@ -1244,12 +1244,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1244
1244
|
display: inline-flex;
|
|
1245
1245
|
justify-content: center;
|
|
1246
1246
|
align-items: center;
|
|
1247
|
-
width:
|
|
1248
|
-
height:
|
|
1247
|
+
width: 14px;
|
|
1248
|
+
height: 14px;
|
|
1249
1249
|
color: #fff;
|
|
1250
|
-
font-size:
|
|
1251
|
-
line-height:
|
|
1252
|
-
border-radius:
|
|
1250
|
+
font-size: 10px;
|
|
1251
|
+
line-height: 10px;
|
|
1252
|
+
border-radius: 7px;
|
|
1253
1253
|
background-color: #979797;
|
|
1254
1254
|
}
|
|
1255
1255
|
.aplus-ap-column-setting-wrapper {
|
|
@@ -1295,8 +1295,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1295
1295
|
}
|
|
1296
1296
|
.aplus-ap-column-setting-left__content {
|
|
1297
1297
|
flex: 1;
|
|
1298
|
-
padding
|
|
1299
|
-
padding-block: 16px;
|
|
1298
|
+
padding: 12px;
|
|
1300
1299
|
overflow-y: auto;
|
|
1301
1300
|
}
|
|
1302
1301
|
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
|
|
@@ -1315,8 +1314,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1315
1314
|
background-color: #F2F6F9;
|
|
1316
1315
|
padding: 4px 12px;
|
|
1317
1316
|
border-radius: 4px;
|
|
1318
|
-
margin-bottom:
|
|
1317
|
+
margin-bottom: 12px;
|
|
1319
1318
|
margin-inline: -12px;
|
|
1319
|
+
display: flex;
|
|
1320
1320
|
}
|
|
1321
1321
|
.aplus-sortable-item-meta {
|
|
1322
1322
|
padding: 6px 8px;
|
|
@@ -1429,7 +1429,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1429
1429
|
color: var(--ap-action-color-primary-base, #0070ff);
|
|
1430
1430
|
}
|
|
1431
1431
|
.aplus-ap-table-wrapper {
|
|
1432
|
-
padding: 8px;
|
|
1432
|
+
padding: 8px 8px 12px;
|
|
1433
1433
|
background-color: #fff;
|
|
1434
1434
|
}
|
|
1435
1435
|
.aplus-ap-table-adaptive {
|
|
@@ -1460,7 +1460,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1460
1460
|
}
|
|
1461
1461
|
.aplus-ap-table__search-wrapper {
|
|
1462
1462
|
padding: 8px;
|
|
1463
|
-
padding-bottom: 2px;
|
|
1464
1463
|
padding-bottom: 0;
|
|
1465
1464
|
background-color: #fff;
|
|
1466
1465
|
margin-bottom: 10px;
|
|
@@ -1473,8 +1472,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1473
1472
|
flex-direction: column;
|
|
1474
1473
|
}
|
|
1475
1474
|
.aplus-ap-table__table-wrapper-card {
|
|
1476
|
-
padding: 8px;
|
|
1477
|
-
padding-bottom: 12px;
|
|
1475
|
+
padding: 8px 8px 12px;
|
|
1478
1476
|
border-radius: 4px;
|
|
1479
1477
|
background-color: #fff;
|
|
1480
1478
|
overflow: hidden;
|
|
@@ -1584,35 +1582,44 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1584
1582
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper {
|
|
1585
1583
|
display: inline-block;
|
|
1586
1584
|
border-radius: 4px;
|
|
1587
|
-
border: 1px solid var(--tag-main-color);
|
|
1588
|
-
background-color: var(--tag-main-color-opacity);
|
|
1589
1585
|
box-sizing: border-box;
|
|
1590
|
-
color: var(--tag-main-color);
|
|
1591
1586
|
}
|
|
1592
1587
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
|
|
1593
|
-
padding:
|
|
1594
|
-
line-height:
|
|
1595
|
-
height: 28px;
|
|
1588
|
+
padding: 6px;
|
|
1589
|
+
line-height: 1.1 0.57142857;
|
|
1596
1590
|
font-size: 14px;
|
|
1597
1591
|
}
|
|
1598
1592
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
1599
|
-
line-height:
|
|
1600
|
-
padding:
|
|
1601
|
-
height: 24px;
|
|
1593
|
+
line-height: 1.5;
|
|
1594
|
+
padding: 4px;
|
|
1602
1595
|
font-size: 12px;
|
|
1603
1596
|
}
|
|
1604
1597
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
1605
|
-
padding: 0
|
|
1606
|
-
line-height:
|
|
1607
|
-
|
|
1608
|
-
|
|
1598
|
+
padding: 0 4px;
|
|
1599
|
+
line-height: 1.6;
|
|
1600
|
+
font-size: 10px;
|
|
1601
|
+
}
|
|
1602
|
+
.aplus-tag-wrapper-purely > * {
|
|
1603
|
+
background-color: var(--tag-main-color-background);
|
|
1604
|
+
color: var(--ap-upload-single-color-main, #182948);
|
|
1605
|
+
}
|
|
1606
|
+
.aplus-tag-wrapper-border > * {
|
|
1607
|
+
border: 1px solid var(--tag-main-color);
|
|
1608
|
+
background-color: var(--tag-main-color-opacity);
|
|
1609
|
+
color: var(--tag-main-color);
|
|
1610
|
+
}
|
|
1611
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
|
|
1612
|
+
background-color: rgba(136, 150, 176, 0.15);
|
|
1609
1613
|
}
|
|
1610
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled {
|
|
1614
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
|
|
1615
|
+
background-color: rgba(51, 51, 51, 0.15);
|
|
1616
|
+
}
|
|
1617
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
|
|
1611
1618
|
border: 1px solid #DEE4ED;
|
|
1612
1619
|
background-color: #526a900f;
|
|
1613
1620
|
color: #8896b0;
|
|
1614
1621
|
}
|
|
1615
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled-admin {
|
|
1622
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
|
|
1616
1623
|
border: 1px solid #d9d9d9;
|
|
1617
1624
|
background-color: #9999990f;
|
|
1618
1625
|
color: #999;
|
|
@@ -1638,8 +1645,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1638
1645
|
display: flex;
|
|
1639
1646
|
align-items: center;
|
|
1640
1647
|
justify-content: space-between;
|
|
1641
|
-
padding-left:
|
|
1642
|
-
font-size:
|
|
1648
|
+
padding-left: 10px;
|
|
1649
|
+
font-size: 12px;
|
|
1643
1650
|
}
|
|
1644
1651
|
.aplus-ap-title::before {
|
|
1645
1652
|
position: absolute;
|
|
@@ -1711,7 +1718,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1711
1718
|
.aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
|
|
1712
1719
|
padding-left: 16px;
|
|
1713
1720
|
color: #8896b0;
|
|
1714
|
-
font-size:
|
|
1721
|
+
font-size: 12px;
|
|
1715
1722
|
}
|
|
1716
1723
|
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
|
|
1717
1724
|
background: #f5f9fa;
|
|
@@ -1818,7 +1825,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1818
1825
|
border-radius: 2px;
|
|
1819
1826
|
background: rgba(0, 0, 0, 0.5);
|
|
1820
1827
|
color: #fff;
|
|
1821
|
-
font-size:
|
|
1828
|
+
font-size: 12px;
|
|
1822
1829
|
}
|
|
1823
1830
|
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
|
|
1824
1831
|
display: flex;
|
|
@@ -1849,7 +1856,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1849
1856
|
.aplus-ap-upload-picture .picture-title {
|
|
1850
1857
|
margin-top: 8px;
|
|
1851
1858
|
color: #8896b0;
|
|
1852
|
-
font-size:
|
|
1859
|
+
font-size: 12px;
|
|
1853
1860
|
}
|
|
1854
1861
|
.aplus-ap-upload-picture-admin .picture-context .picture-upload {
|
|
1855
1862
|
border: 1px dashed #d9d9d9;
|
|
@@ -2141,15 +2148,15 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2141
2148
|
min-width: 86px;
|
|
2142
2149
|
}
|
|
2143
2150
|
.aplus-ap-summary__item {
|
|
2144
|
-
height:
|
|
2145
|
-
padding: 8px
|
|
2151
|
+
height: 38px;
|
|
2152
|
+
padding: 8px 12px !important;
|
|
2146
2153
|
background-color: var(--ap-summary-background, #f9ecc7) !important;
|
|
2147
2154
|
color: #333;
|
|
2148
2155
|
font-weight: bolder;
|
|
2149
2156
|
}
|
|
2150
2157
|
.aplus-ap-summary__item--small {
|
|
2151
2158
|
height: 28px;
|
|
2152
|
-
padding: 4px
|
|
2159
|
+
padding: 4px 12px !important;
|
|
2153
2160
|
background-color: var(--ap-summary-background, #E6EDFF) !important;
|
|
2154
2161
|
}
|
|
2155
2162
|
.aplus-ap-table-modal--table-layout {
|
|
@@ -2289,10 +2296,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2289
2296
|
overflow: hidden;
|
|
2290
2297
|
width: -moz-max-content;
|
|
2291
2298
|
width: max-content;
|
|
2299
|
+
display: flex;
|
|
2300
|
+
align-items: center;
|
|
2292
2301
|
}
|
|
2293
2302
|
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
|
|
2294
|
-
font-size:
|
|
2295
|
-
line-height:
|
|
2303
|
+
font-size: 12px;
|
|
2304
|
+
line-height: 1.5;
|
|
2296
2305
|
color: var(--ap-appendix-area-color-font, #182948);
|
|
2297
2306
|
transition: color 0.2s;
|
|
2298
2307
|
}
|
|
@@ -2631,7 +2640,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2631
2640
|
}
|
|
2632
2641
|
.aplus-ap-grid__search-wrapper {
|
|
2633
2642
|
padding: 8px;
|
|
2634
|
-
padding-bottom:
|
|
2643
|
+
padding-bottom: 0;
|
|
2635
2644
|
background-color: #fff;
|
|
2636
2645
|
border-radius: 4px;
|
|
2637
2646
|
margin-bottom: 10px;
|
|
@@ -3146,10 +3155,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3146
3155
|
.aplus-ap-view-menu-list-content .menu-list-content-action-text {
|
|
3147
3156
|
cursor: pointer;
|
|
3148
3157
|
font-size: 12px;
|
|
3158
|
+
display: flex;
|
|
3159
|
+
align-items: center;
|
|
3149
3160
|
color: var(--basic-color-primary, #0070ff);
|
|
3150
3161
|
}
|
|
3151
3162
|
.aplus-ap-view-menu-list-content .menu-list-content-action-delete {
|
|
3152
3163
|
cursor: pointer;
|
|
3164
|
+
display: flex;
|
|
3165
|
+
align-items: center;
|
|
3153
3166
|
color: var(--ap-view-icon-color, #8896b0);
|
|
3154
3167
|
}
|
|
3155
3168
|
.aplus-ap-view-menu-list-content .menu-list-content-edit {
|