@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,
|
|
@@ -76,10 +76,12 @@
|
|
|
76
76
|
overflow: hidden;
|
|
77
77
|
width: -moz-max-content;
|
|
78
78
|
width: max-content;
|
|
79
|
+
display: flex;
|
|
80
|
+
align-items: center;
|
|
79
81
|
}
|
|
80
82
|
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
|
|
81
|
-
font-size:
|
|
82
|
-
line-height:
|
|
83
|
+
font-size: 12px;
|
|
84
|
+
line-height: 1.5;
|
|
83
85
|
color: var(--ap-appendix-area-color-font, #182948);
|
|
84
86
|
transition: color 0.2s;
|
|
85
87
|
}
|
|
@@ -43,9 +43,11 @@
|
|
|
43
43
|
min-width: 0;
|
|
44
44
|
overflow: hidden;
|
|
45
45
|
width: max-content;
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
46
48
|
.ant-typography{
|
|
47
|
-
font-size:
|
|
48
|
-
line-height:
|
|
49
|
+
font-size: @font-size-base;
|
|
50
|
+
line-height: @line-height-base;
|
|
49
51
|
color: var(--ap-appendix-area-color-font,#182948);
|
|
50
52
|
transition: color 0.2s;
|
|
51
53
|
}
|
|
@@ -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,
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
overflow: hidden;
|
|
53
53
|
text-overflow: ellipsis;
|
|
54
|
-
font-size:
|
|
54
|
+
font-size: 12px;
|
|
55
55
|
cursor: pointer;
|
|
56
56
|
color: var(--download-main-color);
|
|
57
57
|
}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
.aplus-ap-attachment__more {
|
|
62
62
|
display: inline-block;
|
|
63
|
-
font-size:
|
|
63
|
+
font-size: 12px;
|
|
64
64
|
cursor: pointer;
|
|
65
65
|
color: var(--download-main-color);
|
|
66
66
|
}
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
flex: 1;
|
|
79
79
|
word-wrap: break-word;
|
|
80
80
|
margin-bottom: 16px;
|
|
81
|
-
font-size:
|
|
81
|
+
font-size: 12px;
|
|
82
82
|
color: #000;
|
|
83
83
|
cursor: pointer;
|
|
84
84
|
}
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
color: var(--download-main-color);
|
|
87
87
|
}
|
|
88
88
|
.aplus-ap-attachment__down-load-all {
|
|
89
|
-
font-size:
|
|
89
|
+
font-size: 12px;
|
|
90
90
|
color: var(--download-main-color);
|
|
91
91
|
cursor: pointer;
|
|
92
92
|
margin-bottom: 0;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
white-space: nowrap;
|
|
25
25
|
overflow: hidden;
|
|
26
26
|
text-overflow: ellipsis;
|
|
27
|
-
font-size:
|
|
27
|
+
font-size: @font-size-base;
|
|
28
28
|
cursor: pointer;
|
|
29
29
|
color: var(--download-main-color);
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
&__more{
|
|
36
36
|
display: inline-block;
|
|
37
|
-
font-size:
|
|
37
|
+
font-size: @font-size-base;
|
|
38
38
|
cursor: pointer;
|
|
39
39
|
color: var(--download-main-color);
|
|
40
40
|
&:hover{
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
flex:1;
|
|
54
54
|
word-wrap: break-word;
|
|
55
55
|
margin-bottom: 16px;
|
|
56
|
-
font-size:
|
|
56
|
+
font-size: @font-size-base;
|
|
57
57
|
color:#000;
|
|
58
58
|
cursor: pointer;
|
|
59
59
|
&:hover{
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
&__down-load-all{
|
|
64
|
-
font-size
|
|
64
|
+
font-size:@font-size-base;
|
|
65
65
|
color: var(--download-main-color);
|
|
66
66
|
cursor: pointer;
|
|
67
67
|
margin-bottom:0;
|
|
@@ -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,
|
|
@@ -41,13 +41,16 @@
|
|
|
41
41
|
flex-shrink: 0;
|
|
42
42
|
}
|
|
43
43
|
.aplus-ap-batch-action-body .selected-desc-conut {
|
|
44
|
-
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
font-size: 12px;
|
|
45
47
|
color: var(--ap-batch-action-color-font, #8896b0);
|
|
46
48
|
}
|
|
47
49
|
.aplus-ap-batch-action-body .selected-desc-conut span {
|
|
48
50
|
color: var(--ap-batch-action-color-active, #0070ff);
|
|
49
51
|
font-weight: bold;
|
|
50
52
|
min-width: 10px;
|
|
53
|
+
text-align: center;
|
|
51
54
|
display: inline-block;
|
|
52
55
|
}
|
|
53
56
|
.aplus-ap-batch-action-body .selected-desc-clean {
|
|
@@ -58,7 +61,7 @@
|
|
|
58
61
|
}
|
|
59
62
|
.aplus-ap-batch-action-header {
|
|
60
63
|
width: 100%;
|
|
61
|
-
padding-bottom:
|
|
62
|
-
margin-bottom:
|
|
64
|
+
padding-bottom: 8px;
|
|
65
|
+
margin-bottom: 8px;
|
|
63
66
|
border-bottom: 1px solid var(--ap-batch-action-color-border, #E9EDF3);
|
|
64
67
|
}
|
|
@@ -12,12 +12,15 @@
|
|
|
12
12
|
margin-right: 16px;
|
|
13
13
|
flex-shrink: 0;
|
|
14
14
|
&-conut{
|
|
15
|
-
|
|
15
|
+
display: flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
font-size: @font-size-base;
|
|
16
18
|
color: var(--ap-batch-action-color-font,#8896b0);
|
|
17
19
|
span{
|
|
18
20
|
color: var(--ap-batch-action-color-active,#0070ff);
|
|
19
21
|
font-weight: bold;
|
|
20
22
|
min-width: 10px;
|
|
23
|
+
text-align: center;
|
|
21
24
|
display: inline-block;
|
|
22
25
|
}
|
|
23
26
|
}
|
|
@@ -31,8 +34,8 @@
|
|
|
31
34
|
}
|
|
32
35
|
&-header {
|
|
33
36
|
width: 100%;
|
|
34
|
-
padding-bottom:
|
|
35
|
-
margin-bottom:
|
|
37
|
+
padding-bottom: 8px;
|
|
38
|
+
margin-bottom: 8px;
|
|
36
39
|
border-bottom: 1px solid var(--ap-batch-action-color-border,#E9EDF3);
|
|
37
40
|
}
|
|
38
41
|
});
|
|
@@ -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,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom);
|
|
44
44
|
}
|
|
45
45
|
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
|
|
46
|
-
margin-inline: 4px
|
|
46
|
+
margin-inline: 4px 12px;
|
|
47
47
|
}
|
|
48
48
|
.aplus-ap-descriptions-item__ellipsis .ant-descriptions-item-label {
|
|
49
49
|
flex-shrink: 0;
|
|
@@ -71,8 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
73
73
|
margin-left: 4px;
|
|
74
|
-
color: #
|
|
75
|
-
font-size: 16px;
|
|
74
|
+
color: #999999;
|
|
76
75
|
}
|
|
77
76
|
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content {
|
|
78
77
|
color: #333333;
|
|
@@ -88,8 +87,7 @@
|
|
|
88
87
|
}
|
|
89
88
|
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
90
89
|
margin-left: 4px;
|
|
91
|
-
color: #
|
|
92
|
-
font-size: 16px;
|
|
90
|
+
color: #8896B0;
|
|
93
91
|
}
|
|
94
92
|
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content {
|
|
95
93
|
color: #182948;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.ant-descriptions-item-label::after {
|
|
35
|
-
margin-inline: 4px
|
|
35
|
+
margin-inline: 4px 12px;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -78,8 +78,7 @@
|
|
|
78
78
|
// 帮助icon样式
|
|
79
79
|
.ap-descriptions-item-content__help {
|
|
80
80
|
margin-left: 4px;
|
|
81
|
-
color: #
|
|
82
|
-
font-size: 16px;
|
|
81
|
+
color: #999999;
|
|
83
82
|
}
|
|
84
83
|
}
|
|
85
84
|
|
|
@@ -105,8 +104,7 @@
|
|
|
105
104
|
// 帮助icon样式
|
|
106
105
|
.ap-descriptions-item-content__help {
|
|
107
106
|
margin-left: 4px;
|
|
108
|
-
color: #
|
|
109
|
-
font-size: 16px;
|
|
107
|
+
color: #8896B0;
|
|
110
108
|
}
|
|
111
109
|
}
|
|
112
110
|
|
|
@@ -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,
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
.aplus-ap-download-inner-wrapper .icon {
|
|
44
44
|
position: relative;
|
|
45
|
-
font-size:
|
|
45
|
+
font-size: 16px;
|
|
46
46
|
margin-right: 5px;
|
|
47
47
|
}
|
|
48
48
|
.aplus-ap-download-inner-wrapper .text {
|
|
@@ -52,19 +52,16 @@
|
|
|
52
52
|
color: var(--download-main-color-opacity);
|
|
53
53
|
}
|
|
54
54
|
.aplus-ap-download-inner-wrapper--large {
|
|
55
|
-
line-height:
|
|
56
|
-
|
|
57
|
-
font-size: 16px;
|
|
55
|
+
line-height: 1.1 0.57142857;
|
|
56
|
+
font-size: 14px;
|
|
58
57
|
}
|
|
59
58
|
.aplus-ap-download-inner-wrapper--middle {
|
|
60
|
-
line-height:
|
|
61
|
-
|
|
62
|
-
font-size: 14px;
|
|
59
|
+
line-height: 1.5;
|
|
60
|
+
font-size: 12px;
|
|
63
61
|
}
|
|
64
62
|
.aplus-ap-download-inner-wrapper--small {
|
|
65
|
-
line-height:
|
|
66
|
-
|
|
67
|
-
font-size: 12px;
|
|
63
|
+
line-height: 1.6;
|
|
64
|
+
font-size: 10px;
|
|
68
65
|
}
|
|
69
66
|
.aplus-ap-download-inner-wrapper--disabled {
|
|
70
67
|
color: #8896b0;
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
}
|
|
18
18
|
.icon{
|
|
19
19
|
position: relative;
|
|
20
|
-
font-size:
|
|
21
|
-
margin-right:5px;
|
|
20
|
+
font-size: @fonts-size-xl;
|
|
21
|
+
margin-right: 5px;
|
|
22
22
|
}
|
|
23
23
|
.text{
|
|
24
24
|
color: var(--download-main-color);
|
|
@@ -27,20 +27,17 @@
|
|
|
27
27
|
color: var(--download-main-color-opacity);
|
|
28
28
|
}
|
|
29
29
|
&--large {
|
|
30
|
-
line-height:
|
|
31
|
-
|
|
32
|
-
font-size: 16px;
|
|
30
|
+
line-height: @line-height-lg;
|
|
31
|
+
font-size: @font-size-lg;
|
|
33
32
|
}
|
|
34
33
|
|
|
35
34
|
&--middle {
|
|
36
|
-
line-height:
|
|
37
|
-
|
|
38
|
-
font-size: 14px;
|
|
35
|
+
line-height: @line-height-base;
|
|
36
|
+
font-size: @font-size-base;
|
|
39
37
|
}
|
|
40
38
|
&--small {
|
|
41
|
-
line-height:
|
|
42
|
-
|
|
43
|
-
font-size: 12px;
|
|
39
|
+
line-height: @line-height-small;
|
|
40
|
+
font-size: @font-size-small;
|
|
44
41
|
}
|
|
45
42
|
&--disabled {
|
|
46
43
|
|
|
@@ -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,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
line-height: 18px;
|
|
67
67
|
}
|
|
68
68
|
.aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
|
|
69
|
-
font-size:
|
|
69
|
+
font-size: 14px;
|
|
70
70
|
transform: translateY(2px);
|
|
71
71
|
}
|
|
72
72
|
.aplus-ap-expand-alert--aplus .card-alert {
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
.b('ap-expand-alert', {
|
|
7
7
|
.@{ai} {
|
|
8
|
-
font-size:
|
|
8
|
+
font-size: @font-size-base;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
&__expandText {
|
|
12
|
-
font-size:
|
|
12
|
+
font-size: @font-size-base;
|
|
13
13
|
margin-inline-end: 4px;
|
|
14
14
|
margin-inline-start: 4px;
|
|
15
15
|
}
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
|
|
29
29
|
&__alertContent {
|
|
30
30
|
color: #182948;
|
|
31
|
-
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
// 考虑多端样式
|
|
@@ -61,7 +60,7 @@
|
|
|
61
60
|
line-height: 18px;
|
|
62
61
|
|
|
63
62
|
.ant-alert-icon {
|
|
64
|
-
font-size:
|
|
63
|
+
font-size: @font-size-lg;
|
|
65
64
|
transform: translateY(2px);
|
|
66
65
|
}
|
|
67
66
|
}
|
|
@@ -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,5 +31,5 @@
|
|
|
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
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
@import '../mixins/mixins.less';
|
|
2
|
+
@import '../mixins/config.less';
|
|
2
3
|
|
|
3
4
|
.b(field-checkbox, {
|
|
4
5
|
&--vertical {
|
|
5
6
|
display: inline-block;
|
|
6
7
|
label.ant-checkbox-wrapper:not(:last-child) {
|
|
7
8
|
display: flex;
|
|
8
|
-
margin-block-end:
|
|
9
|
+
margin-block-end: @spacing-lg;
|
|
9
10
|
}
|
|
10
11
|
}
|
|
11
12
|
});
|
package/theme/ap-field/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,
|
|
@@ -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,
|
package/theme/ap-field/radio.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,
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
}
|
|
29
29
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
30
30
|
display: flex;
|
|
31
|
-
margin-block-end:
|
|
31
|
+
margin-block-end: 12px;
|
|
32
32
|
}
|
|
@@ -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,
|