@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,
|
|
@@ -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,
|
|
@@ -108,10 +108,14 @@
|
|
|
108
108
|
.aplus-ap-view-menu-list-content .menu-list-content-action-text {
|
|
109
109
|
cursor: pointer;
|
|
110
110
|
font-size: 12px;
|
|
111
|
+
display: flex;
|
|
112
|
+
align-items: center;
|
|
111
113
|
color: var(--basic-color-primary, #0070ff);
|
|
112
114
|
}
|
|
113
115
|
.aplus-ap-view-menu-list-content .menu-list-content-action-delete {
|
|
114
116
|
cursor: pointer;
|
|
117
|
+
display: flex;
|
|
118
|
+
align-items: center;
|
|
115
119
|
color: var(--ap-view-icon-color, #8896b0);
|
|
116
120
|
}
|
|
117
121
|
.aplus-ap-view-menu-list-content .menu-list-content-edit {
|
|
@@ -79,10 +79,14 @@
|
|
|
79
79
|
&-text {
|
|
80
80
|
cursor: pointer;
|
|
81
81
|
font-size: 12px;
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
82
84
|
color: var(--basic-color-primary,#0070ff);
|
|
83
85
|
}
|
|
84
86
|
&-delete {
|
|
85
87
|
cursor: pointer;
|
|
88
|
+
display: flex;
|
|
89
|
+
align-items: center;
|
|
86
90
|
color: var(--ap-view-icon-color,#8896b0);
|
|
87
91
|
}
|
|
88
92
|
}
|
|
@@ -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,
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
33
33
|
display: flex;
|
|
34
|
-
margin-block-end:
|
|
34
|
+
margin-block-end: 12px;
|
|
35
35
|
}
|
|
36
36
|
.aplus-field-number-label-left {
|
|
37
37
|
padding-right: 4px;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
43
43
|
display: flex;
|
|
44
|
-
margin-block-end:
|
|
44
|
+
margin-block-end: 12px;
|
|
45
45
|
}
|
|
46
46
|
.aplus-field-text-area {
|
|
47
47
|
white-space: pre-wrap;
|
|
@@ -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,
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
margin: 0;
|
|
32
32
|
padding: 0;
|
|
33
33
|
color: rgba(0 0 0 / 85%);
|
|
34
|
-
font-size:
|
|
34
|
+
font-size: 12px;
|
|
35
35
|
font-family: inherit;
|
|
36
|
-
line-height:
|
|
36
|
+
line-height: 1.5;
|
|
37
37
|
list-style: none;
|
|
38
38
|
border-radius: 4px;
|
|
39
39
|
position: relative;
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
opacity: 0;
|
|
58
58
|
inset-block-start: -2px;
|
|
59
59
|
inset-inline-end: -2px;
|
|
60
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
61
|
-
border-block-end: var(--check-card-indicator-size,
|
|
60
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
61
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
62
62
|
border-radius: 4px;
|
|
63
63
|
}
|
|
64
64
|
.aplus-check-card--checked {
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
}
|
|
70
70
|
.aplus-check-card--checked::after {
|
|
71
71
|
opacity: 1;
|
|
72
|
-
border: var(--check-card-indicator-size,
|
|
73
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
74
|
-
border-block-end: var(--check-card-indicator-size,
|
|
72
|
+
border: var(--check-card-indicator-size, 14px) solid var(--check-card-checked-bg, #0070ff);
|
|
73
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
74
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
75
75
|
inset-block-start: -2px;
|
|
76
76
|
inset-inline-end: -2px;
|
|
77
77
|
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
@@ -80,28 +80,28 @@
|
|
|
80
80
|
outline-color: #E9EDF3;
|
|
81
81
|
}
|
|
82
82
|
.aplus-check-card--checked.aplus-check-card--disabled::after {
|
|
83
|
-
border: var(--check-card-indicator-size,
|
|
84
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
85
|
-
border-block-end: var(--check-card-indicator-size,
|
|
83
|
+
border: var(--check-card-indicator-size, 14px) solid #E9EDF3;
|
|
84
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
85
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
86
86
|
}
|
|
87
87
|
.aplus-check-card--middle {
|
|
88
|
-
padding:
|
|
88
|
+
padding: 12px;
|
|
89
89
|
}
|
|
90
90
|
.aplus-check-card--small {
|
|
91
|
-
padding: 12px
|
|
91
|
+
padding: 6px 12px;
|
|
92
92
|
}
|
|
93
93
|
.aplus-check-card__title {
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
margin: 0;
|
|
96
96
|
padding: 0;
|
|
97
97
|
color: rgba(0 0 0 / 85%);
|
|
98
|
-
font-size:
|
|
98
|
+
font-size: 12px;
|
|
99
99
|
font-family: inherit;
|
|
100
|
-
line-height:
|
|
100
|
+
line-height: 1.5;
|
|
101
101
|
list-style: none;
|
|
102
|
-
margin-bottom:
|
|
102
|
+
margin-bottom: 4px;
|
|
103
103
|
color: #333;
|
|
104
|
-
font-weight:
|
|
104
|
+
font-weight: bold;
|
|
105
105
|
}
|
|
106
106
|
.aplus-check-card__title--disabled {
|
|
107
107
|
color: #ABB7CC;
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
margin: 0;
|
|
112
112
|
padding: 0;
|
|
113
113
|
color: rgba(0 0 0 / 85%);
|
|
114
|
-
font-size:
|
|
114
|
+
font-size: 12px;
|
|
115
115
|
font-family: inherit;
|
|
116
|
-
line-height:
|
|
116
|
+
line-height: 1.5;
|
|
117
117
|
list-style: none;
|
|
118
118
|
color: #333;
|
|
119
119
|
}
|
|
@@ -131,6 +131,6 @@
|
|
|
131
131
|
user-select: none;
|
|
132
132
|
}
|
|
133
133
|
.aplus-check-card__checked-icon > img {
|
|
134
|
-
width: calc(var(--check-card-indicator-size,
|
|
134
|
+
width: calc(var(--check-card-indicator-size, 14px) - 2px);
|
|
135
135
|
vertical-align: top;
|
|
136
136
|
}
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
@disabledCls: ~'@{ns}-check-card--disabled';
|
|
5
5
|
|
|
6
|
+
@defaultIndicatorSize: 14px;
|
|
7
|
+
|
|
6
8
|
.b(check-card, {
|
|
7
9
|
.reset-component();
|
|
8
|
-
border-radius:
|
|
10
|
+
border-radius: @border-radius;
|
|
9
11
|
position: relative;
|
|
10
12
|
&--disabled {
|
|
11
13
|
background-color: #F9F9FA;
|
|
@@ -26,9 +28,9 @@
|
|
|
26
28
|
opacity: 0;
|
|
27
29
|
inset-block-start: -2px;
|
|
28
30
|
inset-inline-end: -2px;
|
|
29
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
30
|
-
border-block-end: var(--check-card-indicator-size,
|
|
31
|
-
border-radius:
|
|
31
|
+
border-inline-start: var(--check-card-indicator-size, @defaultIndicatorSize) solid transparent;
|
|
32
|
+
border-block-end: var(--check-card-indicator-size, @defaultIndicatorSize) solid transparent;
|
|
33
|
+
border-radius: @border-radius;
|
|
32
34
|
}
|
|
33
35
|
&--checked {
|
|
34
36
|
&:hover:not(.@{disabledCls}) {
|
|
@@ -37,9 +39,9 @@
|
|
|
37
39
|
outline: 2px solid var(--check-card-checked-outline-color, #0070ff);
|
|
38
40
|
&::after {
|
|
39
41
|
opacity: 1;
|
|
40
|
-
border: var(--check-card-indicator-size,
|
|
41
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
42
|
-
border-block-end: var(--check-card-indicator-size,
|
|
42
|
+
border: var(--check-card-indicator-size, @defaultIndicatorSize) solid var(--check-card-checked-bg, #0070ff);
|
|
43
|
+
border-inline-start: var(--check-card-indicator-size, @defaultIndicatorSize) solid transparent;
|
|
44
|
+
border-block-end: var(--check-card-indicator-size, @defaultIndicatorSize) solid transparent;
|
|
43
45
|
inset-block-start: -2px;
|
|
44
46
|
inset-inline-end: -2px;
|
|
45
47
|
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
@@ -48,22 +50,22 @@
|
|
|
48
50
|
&--checked&--disabled {
|
|
49
51
|
outline-color: #E9EDF3;
|
|
50
52
|
&::after {
|
|
51
|
-
border: var(--check-card-indicator-size,
|
|
52
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
53
|
-
border-block-end: var(--check-card-indicator-size,
|
|
53
|
+
border: var(--check-card-indicator-size, @defaultIndicatorSize) solid #E9EDF3;
|
|
54
|
+
border-inline-start: var(--check-card-indicator-size, @defaultIndicatorSize) solid transparent;
|
|
55
|
+
border-block-end: var(--check-card-indicator-size, @defaultIndicatorSize) solid transparent;
|
|
54
56
|
}
|
|
55
57
|
}
|
|
56
58
|
&--middle {
|
|
57
|
-
padding:
|
|
59
|
+
padding: @spacing-lg;
|
|
58
60
|
}
|
|
59
61
|
&--small {
|
|
60
|
-
padding:
|
|
62
|
+
padding: @spacing-sm @spacing-lg;
|
|
61
63
|
}
|
|
62
64
|
&__title {
|
|
63
65
|
.reset-component();
|
|
64
|
-
margin-bottom:
|
|
66
|
+
margin-bottom: @spacing-xs;
|
|
65
67
|
color: #333;
|
|
66
|
-
font-weight:
|
|
68
|
+
font-weight: bold;
|
|
67
69
|
&--disabled {
|
|
68
70
|
color: #ABB7CC;
|
|
69
71
|
}
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
line-height: 1;
|
|
84
86
|
user-select: none;
|
|
85
87
|
& > img {
|
|
86
|
-
width: calc(var(--check-card-indicator-size,
|
|
88
|
+
width: calc(var(--check-card-indicator-size, @defaultIndicatorSize) - 2px);
|
|
87
89
|
vertical-align: top;
|
|
88
90
|
}
|
|
89
91
|
}
|
|
@@ -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;
|
|
@@ -354,7 +356,7 @@
|
|
|
354
356
|
}
|
|
355
357
|
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
356
358
|
display: flex;
|
|
357
|
-
margin-block-end:
|
|
359
|
+
margin-block-end: 12px;
|
|
358
360
|
}
|
|
359
361
|
.aplus-field-number-label-left {
|
|
360
362
|
padding-right: 4px;
|
|
@@ -364,7 +366,7 @@
|
|
|
364
366
|
}
|
|
365
367
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
366
368
|
display: flex;
|
|
367
|
-
margin-block-end:
|
|
369
|
+
margin-block-end: 12px;
|
|
368
370
|
}
|
|
369
371
|
.aplus-field-text-area {
|
|
370
372
|
white-space: pre-wrap;
|
|
@@ -376,9 +378,9 @@
|
|
|
376
378
|
margin: 0;
|
|
377
379
|
padding: 0;
|
|
378
380
|
color: rgba(0 0 0 / 85%);
|
|
379
|
-
font-size:
|
|
381
|
+
font-size: 12px;
|
|
380
382
|
font-family: inherit;
|
|
381
|
-
line-height:
|
|
383
|
+
line-height: 1.5;
|
|
382
384
|
list-style: none;
|
|
383
385
|
display: inline-block;
|
|
384
386
|
cursor: pointer;
|
|
@@ -420,12 +422,12 @@
|
|
|
420
422
|
}
|
|
421
423
|
.aplus-action-item-dropdown__icon {
|
|
422
424
|
color: #0070ff;
|
|
423
|
-
margin-left:
|
|
424
|
-
font-size:
|
|
425
|
+
margin-left: 2px;
|
|
426
|
+
font-size: 12px;
|
|
425
427
|
display: inline-flex;
|
|
426
428
|
}
|
|
427
429
|
.aplus-editable-table .ant-form-item {
|
|
428
|
-
margin-bottom:
|
|
430
|
+
margin-bottom: 16px;
|
|
429
431
|
}
|
|
430
432
|
.aplus-editable-table__header-cell--required {
|
|
431
433
|
color: #FF4D4F;
|
|
@@ -444,22 +446,24 @@
|
|
|
444
446
|
display: none;
|
|
445
447
|
}
|
|
446
448
|
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:has(.is-editable) {
|
|
447
|
-
padding:
|
|
449
|
+
padding-top: 16px;
|
|
450
|
+
padding-bottom: 0px;
|
|
448
451
|
}
|
|
449
452
|
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
450
|
-
padding: 12px
|
|
453
|
+
padding: 12px;
|
|
451
454
|
}
|
|
452
455
|
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
453
|
-
padding: 12px
|
|
456
|
+
padding: 12px;
|
|
454
457
|
}
|
|
455
458
|
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:has(.is-editable) {
|
|
456
|
-
padding:
|
|
459
|
+
padding-top: 16px;
|
|
460
|
+
padding-bottom: 0px;
|
|
457
461
|
}
|
|
458
462
|
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
459
|
-
padding:
|
|
463
|
+
padding: 8px;
|
|
460
464
|
}
|
|
461
465
|
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
462
|
-
padding:
|
|
466
|
+
padding: 8px;
|
|
463
467
|
}
|
|
464
468
|
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
465
469
|
border-inline-end-width: 0px !important;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
.b(editable-table, {
|
|
9
9
|
.ant-form-item {
|
|
10
|
-
margin-bottom:
|
|
10
|
+
margin-bottom: 16px;
|
|
11
11
|
}
|
|
12
12
|
&__header-cell--required {
|
|
13
13
|
color: #FF4D4F;
|
|
@@ -26,22 +26,24 @@
|
|
|
26
26
|
background-color: var(--ap-table-header-bg, #F2F6F9);
|
|
27
27
|
}
|
|
28
28
|
.ant-table.ant-table-middle .ant-table-row .ant-table-cell:has(.is-editable) {
|
|
29
|
-
padding:
|
|
29
|
+
padding-top: 16px;
|
|
30
|
+
padding-bottom: 0px;
|
|
30
31
|
}
|
|
31
32
|
.ant-table.ant-table-middle .ant-table-row .ant-table-cell{
|
|
32
|
-
padding: 12px
|
|
33
|
+
padding: 12px;
|
|
33
34
|
}
|
|
34
35
|
.ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
35
|
-
padding: 12px
|
|
36
|
+
padding: 12px;
|
|
36
37
|
}
|
|
37
38
|
.ant-table.ant-table-small .ant-table-row .ant-table-cell:has(.is-editable) {
|
|
38
|
-
padding:
|
|
39
|
+
padding-top: 16px;
|
|
40
|
+
padding-bottom: 0px;
|
|
39
41
|
}
|
|
40
42
|
.ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
41
|
-
padding:
|
|
43
|
+
padding: 8px;
|
|
42
44
|
}
|
|
43
45
|
.ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
44
|
-
padding:
|
|
46
|
+
padding: 8px;
|
|
45
47
|
}
|
|
46
48
|
.ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
47
49
|
&::after {
|
|
@@ -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,
|