@aplus-frontend/ui 0.6.0-beta.0 → 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/ap-form.vue2.mjs +57 -58
- package/es/src/ap-form/interface.d.ts +4 -0
- package/es/src/ap-form/item/index.vue.mjs +33 -28
- package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
- package/es/src/ap-form/items/date/index.vue.mjs +8 -7
- package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
- package/es/src/ap-form/items/number/index.vue.mjs +9 -8
- package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
- package/es/src/ap-form/items/select/index.vue.mjs +7 -6
- package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
- package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
- package/es/src/ap-form/items/text/password.vue.mjs +1 -0
- package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
- package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
- package/es/src/ap-form/render/item.vue.mjs +5 -4
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +8 -8
- package/es/src/ap-form/search-form/index.vue.mjs +36 -35
- package/es/src/ap-grid/editable/form-item.vue.mjs +1 -1
- package/es/src/ap-grid/editable/index.vue.mjs +1 -1
- package/es/src/ap-grid/index.vue.mjs +149 -140
- package/es/src/ap-grid/interface.d.ts +1 -1
- 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 +120 -114
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +63 -55
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +38 -38
- package/es/src/business/ap-view/interface.d.ts +4 -0
- package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +2 -4
- package/es/src/check-card/index.vue2.mjs +1 -1
- package/es/src/config-provider/css-var.mjs +2 -2
- package/es/src/design-token/index.mjs +9 -3
- package/es/src/editable-table/form-item.vue.mjs +1 -1
- package/es/src/editable-table/index.vue.mjs +27 -27
- 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/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/interface.d.ts +4 -0
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
- package/lib/src/ap-form/render/item.vue.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.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-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/components/menu-list-content.vue2.js +1 -1
- package/lib/src/business/ap-view/interface.d.ts +4 -0
- package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/config-provider/css-var.js +1 -1
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.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-action/item-dropdown.css +5 -5
- package/theme/ap-action/item-dropdown.less +1 -1
- package/theme/ap-action/item.css +5 -5
- package/theme/ap-action/item.less +1 -1
- package/theme/ap-appendix/ap-appendix.css +7 -5
- package/theme/ap-appendix/ap-appendix.less +4 -2
- package/theme/ap-attachment/ap-attachment.css +7 -7
- package/theme/ap-attachment/ap-attachment.less +4 -4
- package/theme/ap-batch-action/ap-batch-action.css +9 -6
- package/theme/ap-batch-action/ap-batch-action.less +6 -3
- package/theme/ap-button/ap-button.css +3 -3
- package/theme/ap-card/ap-card.css +3 -3
- package/theme/ap-descriptions/ap-descriptions.css +6 -8
- package/theme/ap-descriptions/ap-descriptions.less +3 -5
- package/theme/ap-download/ap-download.css +10 -13
- package/theme/ap-download/ap-download.less +8 -11
- package/theme/ap-expand-alert/ap-expand-alert.css +4 -4
- package/theme/ap-expand-alert/ap-expand-alert.less +3 -4
- package/theme/ap-field/checkbox.css +4 -4
- package/theme/ap-field/checkbox.less +2 -1
- package/theme/ap-field/index.css +5 -5
- package/theme/ap-field/number.css +3 -3
- package/theme/ap-field/radio.css +4 -4
- package/theme/ap-field/radio.less +1 -1
- package/theme/ap-field/text-area.css +3 -3
- package/theme/ap-form/ap-form-item-group.css +3 -3
- package/theme/ap-form/ap-form-item.css +10 -8
- package/theme/ap-form/ap-form-item.less +8 -6
- package/theme/ap-form/drawer-form.css +3 -3
- package/theme/ap-form/index.css +21 -19
- package/theme/ap-form/item-text-group.css +3 -3
- package/theme/ap-form/item-text.css +3 -3
- package/theme/ap-form/modal-form.css +3 -3
- package/theme/ap-form/search-form-sorter.css +12 -12
- package/theme/ap-form/search-form-sorter.less +7 -7
- package/theme/ap-form/search-form.css +21 -19
- package/theme/ap-form/search-form.less +5 -5
- package/theme/ap-grid/editable.css +5 -5
- package/theme/ap-grid/editable.less +3 -2
- package/theme/ap-grid/index.css +43 -32
- package/theme/ap-grid/index.less +20 -9
- package/theme/ap-group-search/ap-extension-select.css +3 -3
- package/theme/ap-group-search/ap-group-search.css +3 -3
- package/theme/ap-group-search/ap-popover-select.css +3 -3
- package/theme/ap-image/ap-image.css +3 -3
- package/theme/ap-input-radio/ap-input-radio.css +3 -3
- package/theme/ap-label/ap-label.css +3 -3
- package/theme/ap-ladder/ap-ladder.css +6 -6
- package/theme/ap-ladder/ap-ladder.less +3 -3
- package/theme/ap-layout/ap-info-layout.css +3 -3
- package/theme/ap-list/index.css +4 -4
- package/theme/ap-list/index.less +2 -1
- package/theme/ap-product-info/ap-product-info.css +3 -3
- package/theme/ap-select-layout/ap-select-layout.css +11 -11
- package/theme/ap-select-layout/ap-select-layout.less +8 -8
- package/theme/ap-size-input/ap-size-input.css +3 -3
- package/theme/ap-status/ap-status.css +5 -6
- package/theme/ap-status/ap-status.less +2 -4
- package/theme/ap-summary/index.css +6 -6
- package/theme/ap-summary/index.less +3 -3
- package/theme/ap-table/ap-table-index.css +8 -8
- package/theme/ap-table/ap-table-index.less +5 -5
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -3
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +46 -42
- package/theme/ap-table/ap-table.less +10 -9
- package/theme/ap-table/setting/index.css +7 -7
- package/theme/ap-table/setting/modal.css +5 -5
- package/theme/ap-table/setting/select-group.css +3 -3
- package/theme/ap-table/setting/sortable-item-meta.css +3 -3
- package/theme/ap-table/setting/sortable-item.css +3 -3
- package/theme/ap-table/setting/sorter.css +5 -5
- package/theme/ap-table-modal/index.css +46 -42
- package/theme/ap-tag/ap-tag-group.css +3 -3
- package/theme/ap-tag/ap-tag-group.less +2 -2
- package/theme/ap-tag/ap-tag.css +27 -18
- package/theme/ap-tag/ap-tag.less +37 -24
- package/theme/ap-title/ap-title.css +5 -5
- package/theme/ap-title/ap-title.less +2 -2
- package/theme/ap-upload/index.css +6 -6
- package/theme/ap-upload/multiple-file.css +4 -4
- package/theme/ap-upload/multiple-file.less +1 -1
- package/theme/ap-upload/picture.css +5 -5
- package/theme/ap-upload/picture.less +2 -2
- package/theme/ap-upload/single-file.css +3 -3
- package/theme/ap-upload/upload.css +3 -3
- package/theme/ap-upload-single/index.css +3 -3
- package/theme/ap-view/ap-view.css +7 -3
- package/theme/ap-view/ap-view.less +4 -0
- package/theme/batch-input-group/index.css +5 -5
- package/theme/batch-input-group/popover-input.css +3 -3
- package/theme/check-card/index.css +22 -22
- package/theme/check-card/index.less +17 -15
- package/theme/editable-table/index.css +36 -32
- package/theme/editable-table/index.less +9 -7
- package/theme/full-screen/index.css +3 -3
- package/theme/index.css +174 -147
- package/theme/mask/index.css +3 -3
- package/theme/mixins/config.less +26 -4
- package/theme/mixins/mixins.css +3 -3
- package/theme/scroll-bar/index.css +3 -3
- package/theme/scroll-view/index.css +3 -3
- package/theme/splitter/index.css +8 -8
- package/theme/text/group.css +3 -3
- package/theme/text/index.css +5 -5
- package/theme/work-order-modal/index.css +3 -3
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
box-sizing: border-box;
|
|
31
31
|
border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
|
|
32
32
|
border-radius: 4px;
|
|
33
|
-
padding-inline:
|
|
33
|
+
padding-inline: 8px;
|
|
34
34
|
}
|
|
35
35
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
36
36
|
padding: 0;
|
|
@@ -60,8 +60,11 @@
|
|
|
60
60
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
61
61
|
padding-right: 0px;
|
|
62
62
|
}
|
|
63
|
+
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
|
|
64
|
+
padding-right: 4px;
|
|
65
|
+
}
|
|
63
66
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
64
|
-
padding-right:
|
|
67
|
+
padding-right: 12px;
|
|
65
68
|
height: 30px;
|
|
66
69
|
}
|
|
67
70
|
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
|
|
@@ -85,9 +88,8 @@
|
|
|
85
88
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
86
89
|
}
|
|
87
90
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
88
|
-
font-size:
|
|
89
|
-
line-height:
|
|
90
|
-
margin-top: 2px;
|
|
91
|
+
font-size: 10px;
|
|
92
|
+
line-height: 1.6;
|
|
91
93
|
}
|
|
92
94
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
93
95
|
line-height: 22px;
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
&--bordered {
|
|
8
8
|
box-sizing: border-box;
|
|
9
9
|
border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
|
|
10
|
-
border-radius:
|
|
11
|
-
padding-inline:
|
|
10
|
+
border-radius: @border-radius;
|
|
11
|
+
padding-inline: @spacing;
|
|
12
12
|
.ant-input-affix-wrapper {
|
|
13
13
|
padding: 0;
|
|
14
14
|
}
|
|
@@ -44,9 +44,12 @@
|
|
|
44
44
|
}
|
|
45
45
|
&:has(.ant-select) {
|
|
46
46
|
padding-right: 0px;
|
|
47
|
+
.ant-form-item-label > label {
|
|
48
|
+
padding-right: @spacing-xs;
|
|
49
|
+
}
|
|
47
50
|
}
|
|
48
51
|
.ant-form-item-label > label {
|
|
49
|
-
padding-right:
|
|
52
|
+
padding-right: @spacing-lg;
|
|
50
53
|
height: 30px;
|
|
51
54
|
&::after {
|
|
52
55
|
margin: 0
|
|
@@ -72,9 +75,8 @@
|
|
|
72
75
|
}
|
|
73
76
|
.ant-form-show-help {
|
|
74
77
|
.ant-form-item-explain-error {
|
|
75
|
-
font-size:
|
|
76
|
-
line-height:
|
|
77
|
-
margin-top: 2px;
|
|
78
|
+
font-size: @font-size-small;
|
|
79
|
+
line-height: @line-height-small;
|
|
78
80
|
}
|
|
79
81
|
}
|
|
80
82
|
.ant-col .ant-form-item-extra {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
package/theme/ap-form/index.css
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
box-sizing: border-box;
|
|
40
40
|
border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
|
|
41
41
|
border-radius: 4px;
|
|
42
|
-
padding-inline:
|
|
42
|
+
padding-inline: 8px;
|
|
43
43
|
}
|
|
44
44
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
45
45
|
padding: 0;
|
|
@@ -69,8 +69,11 @@
|
|
|
69
69
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
70
70
|
padding-right: 0px;
|
|
71
71
|
}
|
|
72
|
+
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
|
|
73
|
+
padding-right: 4px;
|
|
74
|
+
}
|
|
72
75
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
73
|
-
padding-right:
|
|
76
|
+
padding-right: 12px;
|
|
74
77
|
height: 30px;
|
|
75
78
|
}
|
|
76
79
|
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
|
|
@@ -94,9 +97,8 @@
|
|
|
94
97
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
95
98
|
}
|
|
96
99
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
97
|
-
font-size:
|
|
98
|
-
line-height:
|
|
99
|
-
margin-top: 2px;
|
|
100
|
+
font-size: 10px;
|
|
101
|
+
line-height: 1.6;
|
|
100
102
|
}
|
|
101
103
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
102
104
|
line-height: 22px;
|
|
@@ -158,11 +160,11 @@
|
|
|
158
160
|
margin: 0;
|
|
159
161
|
padding: 0;
|
|
160
162
|
color: rgba(0 0 0 / 85%);
|
|
161
|
-
font-size:
|
|
163
|
+
font-size: 12px;
|
|
162
164
|
font-family: inherit;
|
|
163
|
-
line-height:
|
|
165
|
+
line-height: 1.5;
|
|
164
166
|
list-style: none;
|
|
165
|
-
font-size:
|
|
167
|
+
font-size: 14px;
|
|
166
168
|
font-weight: 700;
|
|
167
169
|
display: inline-block;
|
|
168
170
|
padding-bottom: 4px;
|
|
@@ -172,9 +174,9 @@
|
|
|
172
174
|
margin: 0;
|
|
173
175
|
padding: 0;
|
|
174
176
|
color: rgba(0 0 0 / 85%);
|
|
175
|
-
font-size:
|
|
177
|
+
font-size: 12px;
|
|
176
178
|
font-family: inherit;
|
|
177
|
-
line-height:
|
|
179
|
+
line-height: 1.5;
|
|
178
180
|
list-style: none;
|
|
179
181
|
color: #8896b0;
|
|
180
182
|
}
|
|
@@ -188,9 +190,9 @@
|
|
|
188
190
|
margin: 0;
|
|
189
191
|
padding: 0;
|
|
190
192
|
color: rgba(0 0 0 / 85%);
|
|
191
|
-
font-size:
|
|
193
|
+
font-size: 12px;
|
|
192
194
|
font-family: inherit;
|
|
193
|
-
line-height:
|
|
195
|
+
line-height: 1.5;
|
|
194
196
|
list-style: none;
|
|
195
197
|
color: #0070ff;
|
|
196
198
|
}
|
|
@@ -229,9 +231,9 @@
|
|
|
229
231
|
margin: 0;
|
|
230
232
|
padding: 0;
|
|
231
233
|
color: rgba(0 0 0 / 85%);
|
|
232
|
-
font-size:
|
|
234
|
+
font-size: 12px;
|
|
233
235
|
font-family: inherit;
|
|
234
|
-
line-height:
|
|
236
|
+
line-height: 1.5;
|
|
235
237
|
list-style: none;
|
|
236
238
|
padding-left: 4px;
|
|
237
239
|
max-width: 100%;
|
|
@@ -240,7 +242,7 @@
|
|
|
240
242
|
text-overflow: ellipsis;
|
|
241
243
|
}
|
|
242
244
|
.aplus-ap-form-search-form .ant-form-item {
|
|
243
|
-
margin-bottom:
|
|
245
|
+
margin-bottom: 8px;
|
|
244
246
|
}
|
|
245
247
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
246
248
|
display: flex;
|
|
@@ -249,7 +251,7 @@
|
|
|
249
251
|
width: 100%;
|
|
250
252
|
}
|
|
251
253
|
.aplus-ap-form-search-form__popover .ant-form-item {
|
|
252
|
-
margin-bottom:
|
|
254
|
+
margin-bottom: 8px;
|
|
253
255
|
}
|
|
254
256
|
.aplus-ap-form-search-form__popover .ant-popover-arrow {
|
|
255
257
|
display: none;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
margin: 0;
|
|
38
38
|
padding: 0;
|
|
39
39
|
color: rgba(0 0 0 / 85%);
|
|
40
|
-
font-size:
|
|
40
|
+
font-size: 12px;
|
|
41
41
|
font-family: inherit;
|
|
42
|
-
line-height:
|
|
42
|
+
line-height: 1.5;
|
|
43
43
|
list-style: none;
|
|
44
|
-
font-size:
|
|
44
|
+
font-size: 14px;
|
|
45
45
|
font-weight: 700;
|
|
46
46
|
display: inline-block;
|
|
47
47
|
padding-bottom: 4px;
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
margin: 0;
|
|
52
52
|
padding: 0;
|
|
53
53
|
color: rgba(0 0 0 / 85%);
|
|
54
|
-
font-size:
|
|
54
|
+
font-size: 12px;
|
|
55
55
|
font-family: inherit;
|
|
56
|
-
line-height:
|
|
56
|
+
line-height: 1.5;
|
|
57
57
|
list-style: none;
|
|
58
58
|
color: #8896b0;
|
|
59
59
|
}
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
margin: 0;
|
|
68
68
|
padding: 0;
|
|
69
69
|
color: rgba(0 0 0 / 85%);
|
|
70
|
-
font-size:
|
|
70
|
+
font-size: 12px;
|
|
71
71
|
font-family: inherit;
|
|
72
|
-
line-height:
|
|
72
|
+
line-height: 1.5;
|
|
73
73
|
list-style: none;
|
|
74
74
|
color: #0070ff;
|
|
75
75
|
}
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
margin: 0;
|
|
109
109
|
padding: 0;
|
|
110
110
|
color: rgba(0 0 0 / 85%);
|
|
111
|
-
font-size:
|
|
111
|
+
font-size: 12px;
|
|
112
112
|
font-family: inherit;
|
|
113
|
-
line-height:
|
|
113
|
+
line-height: 1.5;
|
|
114
114
|
list-style: none;
|
|
115
115
|
padding-left: 4px;
|
|
116
116
|
max-width: 100%;
|
|
@@ -8,21 +8,21 @@
|
|
|
8
8
|
width: 560px;
|
|
9
9
|
}
|
|
10
10
|
&-header {
|
|
11
|
-
padding:
|
|
11
|
+
padding: @spacing-xl @spacing-xl 0px;
|
|
12
12
|
&-title {
|
|
13
13
|
.reset-component();
|
|
14
14
|
font-size: @font-size-lg;
|
|
15
15
|
font-weight: 700;
|
|
16
16
|
display: inline-block;
|
|
17
|
-
padding-bottom:
|
|
17
|
+
padding-bottom: @spacing-xs;
|
|
18
18
|
}
|
|
19
19
|
&-desc {
|
|
20
20
|
.reset-component();
|
|
21
21
|
color: #8896b0;
|
|
22
22
|
}
|
|
23
23
|
&-action-wrapper {
|
|
24
|
-
padding:
|
|
25
|
-
margin:
|
|
24
|
+
padding: @spacing;
|
|
25
|
+
margin: -@spacing;
|
|
26
26
|
cursor: pointer;
|
|
27
27
|
}
|
|
28
28
|
&-reset-btn {
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
&-sorter-item {
|
|
42
42
|
flex: 0 0 33.333333%;
|
|
43
43
|
max-width: 33.333333%;
|
|
44
|
-
padding-inline:
|
|
44
|
+
padding-inline: @spacing-xs;
|
|
45
45
|
> div {
|
|
46
46
|
border: 1px solid #E9EDF3;
|
|
47
|
-
border-radius:
|
|
47
|
+
border-radius: @border-radius;
|
|
48
48
|
padding: 8px;
|
|
49
49
|
display: flex;
|
|
50
50
|
align-items: center;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
&-sorter-item-text {
|
|
64
64
|
.reset-component();
|
|
65
|
-
padding-left:
|
|
65
|
+
padding-left: @spacing-xs;
|
|
66
66
|
max-width: 100%;
|
|
67
67
|
white-space: nowrap;
|
|
68
68
|
overflow: hidden;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
box-sizing: border-box;
|
|
31
31
|
border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
|
|
32
32
|
border-radius: 4px;
|
|
33
|
-
padding-inline:
|
|
33
|
+
padding-inline: 8px;
|
|
34
34
|
}
|
|
35
35
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
36
36
|
padding: 0;
|
|
@@ -60,8 +60,11 @@
|
|
|
60
60
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
61
61
|
padding-right: 0px;
|
|
62
62
|
}
|
|
63
|
+
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
|
|
64
|
+
padding-right: 4px;
|
|
65
|
+
}
|
|
63
66
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
64
|
-
padding-right:
|
|
67
|
+
padding-right: 12px;
|
|
65
68
|
height: 30px;
|
|
66
69
|
}
|
|
67
70
|
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
|
|
@@ -85,9 +88,8 @@
|
|
|
85
88
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
86
89
|
}
|
|
87
90
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
88
|
-
font-size:
|
|
89
|
-
line-height:
|
|
90
|
-
margin-top: 2px;
|
|
91
|
+
font-size: 10px;
|
|
92
|
+
line-height: 1.6;
|
|
91
93
|
}
|
|
92
94
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
93
95
|
line-height: 22px;
|
|
@@ -113,11 +115,11 @@
|
|
|
113
115
|
margin: 0;
|
|
114
116
|
padding: 0;
|
|
115
117
|
color: rgba(0 0 0 / 85%);
|
|
116
|
-
font-size:
|
|
118
|
+
font-size: 12px;
|
|
117
119
|
font-family: inherit;
|
|
118
|
-
line-height:
|
|
120
|
+
line-height: 1.5;
|
|
119
121
|
list-style: none;
|
|
120
|
-
font-size:
|
|
122
|
+
font-size: 14px;
|
|
121
123
|
font-weight: 700;
|
|
122
124
|
display: inline-block;
|
|
123
125
|
padding-bottom: 4px;
|
|
@@ -127,9 +129,9 @@
|
|
|
127
129
|
margin: 0;
|
|
128
130
|
padding: 0;
|
|
129
131
|
color: rgba(0 0 0 / 85%);
|
|
130
|
-
font-size:
|
|
132
|
+
font-size: 12px;
|
|
131
133
|
font-family: inherit;
|
|
132
|
-
line-height:
|
|
134
|
+
line-height: 1.5;
|
|
133
135
|
list-style: none;
|
|
134
136
|
color: #8896b0;
|
|
135
137
|
}
|
|
@@ -143,9 +145,9 @@
|
|
|
143
145
|
margin: 0;
|
|
144
146
|
padding: 0;
|
|
145
147
|
color: rgba(0 0 0 / 85%);
|
|
146
|
-
font-size:
|
|
148
|
+
font-size: 12px;
|
|
147
149
|
font-family: inherit;
|
|
148
|
-
line-height:
|
|
150
|
+
line-height: 1.5;
|
|
149
151
|
list-style: none;
|
|
150
152
|
color: #0070ff;
|
|
151
153
|
}
|
|
@@ -184,9 +186,9 @@
|
|
|
184
186
|
margin: 0;
|
|
185
187
|
padding: 0;
|
|
186
188
|
color: rgba(0 0 0 / 85%);
|
|
187
|
-
font-size:
|
|
189
|
+
font-size: 12px;
|
|
188
190
|
font-family: inherit;
|
|
189
|
-
line-height:
|
|
191
|
+
line-height: 1.5;
|
|
190
192
|
list-style: none;
|
|
191
193
|
padding-left: 4px;
|
|
192
194
|
max-width: 100%;
|
|
@@ -195,7 +197,7 @@
|
|
|
195
197
|
text-overflow: ellipsis;
|
|
196
198
|
}
|
|
197
199
|
.aplus-ap-form-search-form .ant-form-item {
|
|
198
|
-
margin-bottom:
|
|
200
|
+
margin-bottom: 8px;
|
|
199
201
|
}
|
|
200
202
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
201
203
|
display: flex;
|
|
@@ -204,7 +206,7 @@
|
|
|
204
206
|
width: 100%;
|
|
205
207
|
}
|
|
206
208
|
.aplus-ap-form-search-form__popover .ant-form-item {
|
|
207
|
-
margin-bottom:
|
|
209
|
+
margin-bottom: 8px;
|
|
208
210
|
}
|
|
209
211
|
.aplus-ap-form-search-form__popover .ant-popover-arrow {
|
|
210
212
|
display: none;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
.b(ap-form-search-form, {
|
|
7
7
|
.ant-form-item {
|
|
8
|
-
margin-bottom:
|
|
8
|
+
margin-bottom: @spacing;
|
|
9
9
|
}
|
|
10
10
|
.ant-form-item-control {
|
|
11
11
|
.ant-picker {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
&__popover {
|
|
19
19
|
.ant-form-item {
|
|
20
|
-
margin-bottom:
|
|
20
|
+
margin-bottom: @spacing;
|
|
21
21
|
}
|
|
22
22
|
& .ant-popover-arrow {
|
|
23
23
|
display: none;
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
padding: 0;
|
|
28
28
|
}
|
|
29
29
|
&-content {
|
|
30
|
-
padding:
|
|
30
|
+
padding: @spacing-lg @spacing-xl @spacing-xl;
|
|
31
31
|
textarea {
|
|
32
32
|
padding: 0;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
&-footer {
|
|
36
|
-
padding:
|
|
36
|
+
padding: @spacing-lg @spacing-xl;
|
|
37
37
|
&-confirm-btn {
|
|
38
38
|
margin-left: 10px;
|
|
39
39
|
}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
&-action-btn {
|
|
67
|
-
padding-inline:
|
|
67
|
+
padding-inline: @spacing-lg;
|
|
68
68
|
}
|
|
69
69
|
&-action-btn-reset {
|
|
70
70
|
background-color: #E9EDF3;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
flex: 1;
|
|
44
44
|
}
|
|
45
45
|
.aplus-editable-grid .ant-form-item {
|
|
46
|
-
margin-bottom:
|
|
46
|
+
margin-bottom: 16px;
|
|
47
47
|
}
|
|
48
48
|
.aplus-editable-grid .vxe-cell:has(.is-editable) {
|
|
49
|
-
padding-block:
|
|
49
|
+
padding-block: 16px 0px !important;
|
|
50
50
|
}
|
|
@@ -19,10 +19,11 @@
|
|
|
19
19
|
flex: 1;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
+
// 总的可编辑单元格为上下16px 左右8px
|
|
22
23
|
.ant-form-item {
|
|
23
|
-
margin-bottom:
|
|
24
|
+
margin-bottom: @spacing-xl;
|
|
24
25
|
}
|
|
25
26
|
.vxe-cell:has(.is-editable) {
|
|
26
|
-
padding-block:
|
|
27
|
+
padding-block: @spacing-xl 0px !important;
|
|
27
28
|
}
|
|
28
29
|
});
|