@aplus-frontend/ui 0.6.0-beta.1 → 0.6.0-beta.2
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/index.vue.mjs +1 -1
- package/es/src/ap-grid/index.vue.mjs +129 -121
- package/es/src/ap-table/ap-table.vue2.mjs +206 -199
- 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/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-table/ap-table.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 +1 -1
- package/theme/antd-global-overwrite/admin/index.css +5 -8
- package/theme/antd-global-overwrite/admin/modal.css +2 -5
- package/theme/antd-global-overwrite/admin/modal.less +3 -3
- 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 +5 -8
- package/theme/antd-global-overwrite/aplus/modal.css +2 -5
- package/theme/antd-global-overwrite/aplus/modal.less +3 -3
- 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-grid/editable.less +3 -2
- package/theme/ap-grid/index.css +1 -1
- 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 +7 -9
- package/theme/ap-table/ap-table.less +2 -5
- package/theme/ap-table-modal/index.css +7 -9
- 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/index.css +82 -72
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 {
|
|
@@ -766,7 +764,7 @@
|
|
|
766
764
|
.aplus-ap-ladder {
|
|
767
765
|
position: relative;
|
|
768
766
|
width: inherit;
|
|
769
|
-
font-size:
|
|
767
|
+
font-size: 12px;
|
|
770
768
|
/** 自动溢出省略 */
|
|
771
769
|
/** Aplus端样式 */
|
|
772
770
|
/** Admin端样式 */
|
|
@@ -869,11 +867,11 @@
|
|
|
869
867
|
margin-left: 4px;
|
|
870
868
|
}
|
|
871
869
|
.aplus-ap-ladder__major {
|
|
872
|
-
line-height:
|
|
870
|
+
line-height: 1.5;
|
|
873
871
|
color: #182948;
|
|
874
872
|
}
|
|
875
873
|
.aplus-ap-ladder__minor {
|
|
876
|
-
line-height:
|
|
874
|
+
line-height: 1.5;
|
|
877
875
|
color: #8896B0;
|
|
878
876
|
}
|
|
879
877
|
.aplus-ap-ladder__label {
|
|
@@ -1126,17 +1124,17 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1126
1124
|
.aplus-ap-select-layout-side__header > h3 {
|
|
1127
1125
|
margin: 0;
|
|
1128
1126
|
color: #333;
|
|
1129
|
-
font-size:
|
|
1127
|
+
font-size: 14px;
|
|
1130
1128
|
font-weight: bold;
|
|
1131
|
-
line-height:
|
|
1129
|
+
line-height: 1.1 0.57142857;
|
|
1132
1130
|
}
|
|
1133
1131
|
.aplus-ap-select-layout-side__header--imgWrap {
|
|
1134
1132
|
border-radius: 2px;
|
|
1135
1133
|
cursor: pointer;
|
|
1136
|
-
font-size:
|
|
1134
|
+
font-size: 20px;
|
|
1137
1135
|
color: #999;
|
|
1138
1136
|
display: flex;
|
|
1139
|
-
height:
|
|
1137
|
+
height: 20px;
|
|
1140
1138
|
}
|
|
1141
1139
|
.aplus-ap-select-layout-side__header--imgWrap:hover {
|
|
1142
1140
|
background: #f5f5f5;
|
|
@@ -1200,9 +1198,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1200
1198
|
margin-right: 10px;
|
|
1201
1199
|
border-radius: 2px;
|
|
1202
1200
|
cursor: pointer;
|
|
1203
|
-
font-size:
|
|
1201
|
+
font-size: 20px;
|
|
1204
1202
|
display: flex;
|
|
1205
|
-
height:
|
|
1203
|
+
height: 20px;
|
|
1206
1204
|
color: #999;
|
|
1207
1205
|
}
|
|
1208
1206
|
.aplus-ap-select-layout-content__header--imgWrap:hover {
|
|
@@ -1210,9 +1208,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1210
1208
|
}
|
|
1211
1209
|
.aplus-ap-select-layout-content__header--title {
|
|
1212
1210
|
margin: 0;
|
|
1213
|
-
font-size:
|
|
1211
|
+
font-size: 14px;
|
|
1214
1212
|
font-weight: bold;
|
|
1215
|
-
line-height:
|
|
1213
|
+
line-height: 1.1 0.57142857;
|
|
1216
1214
|
}
|
|
1217
1215
|
@font-face {
|
|
1218
1216
|
font-family: customFont;
|
|
@@ -1220,9 +1218,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1220
1218
|
src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
|
|
1221
1219
|
}
|
|
1222
1220
|
.aplus-ap-status {
|
|
1223
|
-
font-size:
|
|
1224
|
-
height:
|
|
1225
|
-
line-height: 36px;
|
|
1221
|
+
font-size: 16px;
|
|
1222
|
+
line-height: 1.6;
|
|
1226
1223
|
display: inline-block;
|
|
1227
1224
|
position: relative;
|
|
1228
1225
|
font-family: 'customFont';
|
|
@@ -1244,12 +1241,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1244
1241
|
display: inline-flex;
|
|
1245
1242
|
justify-content: center;
|
|
1246
1243
|
align-items: center;
|
|
1247
|
-
width:
|
|
1248
|
-
height:
|
|
1244
|
+
width: 14px;
|
|
1245
|
+
height: 14px;
|
|
1249
1246
|
color: #fff;
|
|
1250
|
-
font-size:
|
|
1251
|
-
line-height:
|
|
1252
|
-
border-radius:
|
|
1247
|
+
font-size: 10px;
|
|
1248
|
+
line-height: 10px;
|
|
1249
|
+
border-radius: 7px;
|
|
1253
1250
|
background-color: #979797;
|
|
1254
1251
|
}
|
|
1255
1252
|
.aplus-ap-column-setting-wrapper {
|
|
@@ -1429,7 +1426,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1429
1426
|
color: var(--ap-action-color-primary-base, #0070ff);
|
|
1430
1427
|
}
|
|
1431
1428
|
.aplus-ap-table-wrapper {
|
|
1432
|
-
padding: 8px;
|
|
1429
|
+
padding: 8px 8px 12px;
|
|
1433
1430
|
background-color: #fff;
|
|
1434
1431
|
}
|
|
1435
1432
|
.aplus-ap-table-adaptive {
|
|
@@ -1460,7 +1457,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1460
1457
|
}
|
|
1461
1458
|
.aplus-ap-table__search-wrapper {
|
|
1462
1459
|
padding: 8px;
|
|
1463
|
-
padding-bottom: 2px;
|
|
1464
1460
|
padding-bottom: 0;
|
|
1465
1461
|
background-color: #fff;
|
|
1466
1462
|
margin-bottom: 10px;
|
|
@@ -1473,8 +1469,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1473
1469
|
flex-direction: column;
|
|
1474
1470
|
}
|
|
1475
1471
|
.aplus-ap-table__table-wrapper-card {
|
|
1476
|
-
padding: 8px;
|
|
1477
|
-
padding-bottom: 12px;
|
|
1472
|
+
padding: 8px 8px 12px;
|
|
1478
1473
|
border-radius: 4px;
|
|
1479
1474
|
background-color: #fff;
|
|
1480
1475
|
overflow: hidden;
|
|
@@ -1584,35 +1579,44 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1584
1579
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper {
|
|
1585
1580
|
display: inline-block;
|
|
1586
1581
|
border-radius: 4px;
|
|
1587
|
-
border: 1px solid var(--tag-main-color);
|
|
1588
|
-
background-color: var(--tag-main-color-opacity);
|
|
1589
1582
|
box-sizing: border-box;
|
|
1590
|
-
color: var(--tag-main-color);
|
|
1591
1583
|
}
|
|
1592
1584
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
|
|
1593
|
-
padding:
|
|
1594
|
-
line-height:
|
|
1595
|
-
height: 28px;
|
|
1585
|
+
padding: 6px;
|
|
1586
|
+
line-height: 1.1 0.57142857;
|
|
1596
1587
|
font-size: 14px;
|
|
1597
1588
|
}
|
|
1598
1589
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
1599
|
-
line-height:
|
|
1600
|
-
padding:
|
|
1601
|
-
height: 24px;
|
|
1590
|
+
line-height: 1.5;
|
|
1591
|
+
padding: 4px;
|
|
1602
1592
|
font-size: 12px;
|
|
1603
1593
|
}
|
|
1604
1594
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
1605
|
-
padding: 0
|
|
1606
|
-
line-height:
|
|
1607
|
-
|
|
1608
|
-
|
|
1595
|
+
padding: 0 4px;
|
|
1596
|
+
line-height: 1.6;
|
|
1597
|
+
font-size: 10px;
|
|
1598
|
+
}
|
|
1599
|
+
.aplus-tag-wrapper-purely > * {
|
|
1600
|
+
background-color: var(--tag-main-color-background);
|
|
1601
|
+
color: var(--ap-upload-single-color-main, #182948);
|
|
1609
1602
|
}
|
|
1610
|
-
.aplus-tag-wrapper
|
|
1603
|
+
.aplus-tag-wrapper-border > * {
|
|
1604
|
+
border: 1px solid var(--tag-main-color);
|
|
1605
|
+
background-color: var(--tag-main-color-opacity);
|
|
1606
|
+
color: var(--tag-main-color);
|
|
1607
|
+
}
|
|
1608
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
|
|
1609
|
+
background-color: rgba(136, 150, 176, 0.15);
|
|
1610
|
+
}
|
|
1611
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
|
|
1612
|
+
background-color: rgba(51, 51, 51, 0.15);
|
|
1613
|
+
}
|
|
1614
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
|
|
1611
1615
|
border: 1px solid #DEE4ED;
|
|
1612
1616
|
background-color: #526a900f;
|
|
1613
1617
|
color: #8896b0;
|
|
1614
1618
|
}
|
|
1615
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled-admin {
|
|
1619
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
|
|
1616
1620
|
border: 1px solid #d9d9d9;
|
|
1617
1621
|
background-color: #9999990f;
|
|
1618
1622
|
color: #999;
|
|
@@ -1638,8 +1642,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1638
1642
|
display: flex;
|
|
1639
1643
|
align-items: center;
|
|
1640
1644
|
justify-content: space-between;
|
|
1641
|
-
padding-left:
|
|
1642
|
-
font-size:
|
|
1645
|
+
padding-left: 10px;
|
|
1646
|
+
font-size: 12px;
|
|
1643
1647
|
}
|
|
1644
1648
|
.aplus-ap-title::before {
|
|
1645
1649
|
position: absolute;
|
|
@@ -1711,7 +1715,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1711
1715
|
.aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
|
|
1712
1716
|
padding-left: 16px;
|
|
1713
1717
|
color: #8896b0;
|
|
1714
|
-
font-size:
|
|
1718
|
+
font-size: 12px;
|
|
1715
1719
|
}
|
|
1716
1720
|
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
|
|
1717
1721
|
background: #f5f9fa;
|
|
@@ -1818,7 +1822,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1818
1822
|
border-radius: 2px;
|
|
1819
1823
|
background: rgba(0, 0, 0, 0.5);
|
|
1820
1824
|
color: #fff;
|
|
1821
|
-
font-size:
|
|
1825
|
+
font-size: 12px;
|
|
1822
1826
|
}
|
|
1823
1827
|
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
|
|
1824
1828
|
display: flex;
|
|
@@ -1849,7 +1853,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1849
1853
|
.aplus-ap-upload-picture .picture-title {
|
|
1850
1854
|
margin-top: 8px;
|
|
1851
1855
|
color: #8896b0;
|
|
1852
|
-
font-size:
|
|
1856
|
+
font-size: 12px;
|
|
1853
1857
|
}
|
|
1854
1858
|
.aplus-ap-upload-picture-admin .picture-context .picture-upload {
|
|
1855
1859
|
border: 1px dashed #d9d9d9;
|
|
@@ -2141,15 +2145,15 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2141
2145
|
min-width: 86px;
|
|
2142
2146
|
}
|
|
2143
2147
|
.aplus-ap-summary__item {
|
|
2144
|
-
height:
|
|
2145
|
-
padding: 8px
|
|
2148
|
+
height: 38px;
|
|
2149
|
+
padding: 8px 12px !important;
|
|
2146
2150
|
background-color: var(--ap-summary-background, #f9ecc7) !important;
|
|
2147
2151
|
color: #333;
|
|
2148
2152
|
font-weight: bolder;
|
|
2149
2153
|
}
|
|
2150
2154
|
.aplus-ap-summary__item--small {
|
|
2151
2155
|
height: 28px;
|
|
2152
|
-
padding: 4px
|
|
2156
|
+
padding: 4px 12px !important;
|
|
2153
2157
|
background-color: var(--ap-summary-background, #E6EDFF) !important;
|
|
2154
2158
|
}
|
|
2155
2159
|
.aplus-ap-table-modal--table-layout {
|
|
@@ -2289,10 +2293,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2289
2293
|
overflow: hidden;
|
|
2290
2294
|
width: -moz-max-content;
|
|
2291
2295
|
width: max-content;
|
|
2296
|
+
display: flex;
|
|
2297
|
+
align-items: center;
|
|
2292
2298
|
}
|
|
2293
2299
|
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
|
|
2294
|
-
font-size:
|
|
2295
|
-
line-height:
|
|
2300
|
+
font-size: 12px;
|
|
2301
|
+
line-height: 1.5;
|
|
2296
2302
|
color: var(--ap-appendix-area-color-font, #182948);
|
|
2297
2303
|
transition: color 0.2s;
|
|
2298
2304
|
}
|
|
@@ -2631,7 +2637,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2631
2637
|
}
|
|
2632
2638
|
.aplus-ap-grid__search-wrapper {
|
|
2633
2639
|
padding: 8px;
|
|
2634
|
-
padding-bottom:
|
|
2640
|
+
padding-bottom: 0;
|
|
2635
2641
|
background-color: #fff;
|
|
2636
2642
|
border-radius: 4px;
|
|
2637
2643
|
margin-bottom: 10px;
|
|
@@ -3146,10 +3152,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3146
3152
|
.aplus-ap-view-menu-list-content .menu-list-content-action-text {
|
|
3147
3153
|
cursor: pointer;
|
|
3148
3154
|
font-size: 12px;
|
|
3155
|
+
display: flex;
|
|
3156
|
+
align-items: center;
|
|
3149
3157
|
color: var(--basic-color-primary, #0070ff);
|
|
3150
3158
|
}
|
|
3151
3159
|
.aplus-ap-view-menu-list-content .menu-list-content-action-delete {
|
|
3152
3160
|
cursor: pointer;
|
|
3161
|
+
display: flex;
|
|
3162
|
+
align-items: center;
|
|
3153
3163
|
color: var(--ap-view-icon-color, #8896b0);
|
|
3154
3164
|
}
|
|
3155
3165
|
.aplus-ap-view-menu-list-content .menu-list-content-edit {
|