@aplus-frontend/ui 0.6.0-beta.2 → 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-form/search-form/components/popover-sorter/index.vue2.mjs +39 -34
- 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 +45 -43
- 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/components/setting/tree-select/index.vue2.mjs +1 -1
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.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/components/setting/tree-select/index.vue2.js +1 -1
- package/package.json +4 -4
- package/theme/antd-global-overwrite/admin/index.css +4 -17
- package/theme/antd-global-overwrite/admin/modal.css +4 -17
- package/theme/antd-global-overwrite/admin/modal.less +4 -19
- package/theme/antd-global-overwrite/aplus/index.css +4 -11
- package/theme/antd-global-overwrite/aplus/modal.css +4 -11
- package/theme/antd-global-overwrite/aplus/modal.less +4 -14
- 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/index.css +5 -2
- package/theme/ap-table/ap-table.css +8 -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 +8 -5
- package/theme/editable-table/index.css +5 -2
- package/theme/index.css +8 -5
|
@@ -81,8 +81,7 @@
|
|
|
81
81
|
}
|
|
82
82
|
.aplus-ap-column-setting-left__content {
|
|
83
83
|
flex: 1;
|
|
84
|
-
padding
|
|
85
|
-
padding-block: 16px;
|
|
84
|
+
padding: 12px;
|
|
86
85
|
overflow-y: auto;
|
|
87
86
|
}
|
|
88
87
|
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
|
|
@@ -101,8 +100,9 @@
|
|
|
101
100
|
background-color: #F2F6F9;
|
|
102
101
|
padding: 4px 12px;
|
|
103
102
|
border-radius: 4px;
|
|
104
|
-
margin-bottom:
|
|
103
|
+
margin-bottom: 12px;
|
|
105
104
|
margin-inline: -12px;
|
|
105
|
+
display: flex;
|
|
106
106
|
}
|
|
107
107
|
.aplus-sortable-item-meta {
|
|
108
108
|
padding: 6px 8px;
|
|
@@ -285,8 +285,8 @@
|
|
|
285
285
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
286
286
|
}
|
|
287
287
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
288
|
-
font-size:
|
|
289
|
-
line-height:
|
|
288
|
+
font-size: 12px;
|
|
289
|
+
line-height: 16px;
|
|
290
290
|
}
|
|
291
291
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
292
292
|
line-height: 22px;
|
|
@@ -459,6 +459,9 @@
|
|
|
459
459
|
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
460
460
|
margin-left: 10px;
|
|
461
461
|
}
|
|
462
|
+
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
463
|
+
padding-inline: 16px;
|
|
464
|
+
}
|
|
462
465
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
463
466
|
flex-shrink: 0;
|
|
464
467
|
}
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
98
98
|
}
|
|
99
99
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
100
|
-
font-size:
|
|
101
|
-
line-height:
|
|
100
|
+
font-size: 12px;
|
|
101
|
+
line-height: 16px;
|
|
102
102
|
}
|
|
103
103
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
104
104
|
line-height: 22px;
|
|
@@ -271,6 +271,9 @@
|
|
|
271
271
|
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
272
272
|
margin-left: 10px;
|
|
273
273
|
}
|
|
274
|
+
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
275
|
+
padding-inline: 16px;
|
|
276
|
+
}
|
|
274
277
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
275
278
|
flex-shrink: 0;
|
|
276
279
|
}
|
package/theme/index.css
CHANGED
|
@@ -467,8 +467,8 @@
|
|
|
467
467
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
468
468
|
}
|
|
469
469
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
470
|
-
font-size:
|
|
471
|
-
line-height:
|
|
470
|
+
font-size: 12px;
|
|
471
|
+
line-height: 16px;
|
|
472
472
|
}
|
|
473
473
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
474
474
|
line-height: 22px;
|
|
@@ -641,6 +641,9 @@
|
|
|
641
641
|
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
642
642
|
margin-left: 10px;
|
|
643
643
|
}
|
|
644
|
+
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
645
|
+
padding-inline: 16px;
|
|
646
|
+
}
|
|
644
647
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
645
648
|
flex-shrink: 0;
|
|
646
649
|
}
|
|
@@ -1292,8 +1295,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1292
1295
|
}
|
|
1293
1296
|
.aplus-ap-column-setting-left__content {
|
|
1294
1297
|
flex: 1;
|
|
1295
|
-
padding
|
|
1296
|
-
padding-block: 16px;
|
|
1298
|
+
padding: 12px;
|
|
1297
1299
|
overflow-y: auto;
|
|
1298
1300
|
}
|
|
1299
1301
|
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
|
|
@@ -1312,8 +1314,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1312
1314
|
background-color: #F2F6F9;
|
|
1313
1315
|
padding: 4px 12px;
|
|
1314
1316
|
border-radius: 4px;
|
|
1315
|
-
margin-bottom:
|
|
1317
|
+
margin-bottom: 12px;
|
|
1316
1318
|
margin-inline: -12px;
|
|
1319
|
+
display: flex;
|
|
1317
1320
|
}
|
|
1318
1321
|
.aplus-sortable-item-meta {
|
|
1319
1322
|
padding: 6px 8px;
|