@aplus-frontend/ui 0.6.1 → 0.6.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-grid/index.vue.mjs +140 -135
- package/es/src/ap-grid/utils/table.mjs +24 -21
- package/es/src/ap-table/utils.mjs +3 -3
- package/es/src/business/ap-card/ApCard.vue2.mjs +18 -18
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -2
- package/theme/antd-global-overwrite/admin/index.css +1 -288
- package/theme/antd-global-overwrite/admin/index.less +1 -7
- package/theme/antd-global-overwrite/aplus/index.css +1 -284
- package/theme/antd-global-overwrite/aplus/index.less +1 -7
- package/theme/antdv-override.css +572 -0
- package/theme/antdv-override.less +659 -0
- package/theme/ap-grid/index.css +7 -0
- package/theme/ap-grid/index.less +7 -0
- package/theme/index.css +579 -0
- package/theme/index.less +2 -1
- package/es/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
- package/lib/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
- package/theme/antd-global-overwrite/admin/alert.css +0 -37
- package/theme/antd-global-overwrite/admin/alert.less +0 -51
- package/theme/antd-global-overwrite/admin/button.css +0 -27
- package/theme/antd-global-overwrite/admin/button.less +0 -31
- package/theme/antd-global-overwrite/admin/drawer.css +0 -3
- package/theme/antd-global-overwrite/admin/drawer.less +0 -5
- package/theme/antd-global-overwrite/admin/field.css +0 -42
- package/theme/antd-global-overwrite/admin/field.less +0 -43
- package/theme/antd-global-overwrite/admin/form.css +0 -57
- package/theme/antd-global-overwrite/admin/form.less +0 -97
- package/theme/antd-global-overwrite/admin/message.css +0 -10
- package/theme/antd-global-overwrite/admin/message.less +0 -13
- package/theme/antd-global-overwrite/admin/modal.css +0 -91
- package/theme/antd-global-overwrite/admin/modal.less +0 -125
- package/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/theme/antd-global-overwrite/admin/pagination.less +0 -91
- package/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/theme/antd-global-overwrite/admin/steps.less +0 -197
- package/theme/antd-global-overwrite/admin/table.css +0 -78
- package/theme/antd-global-overwrite/admin/table.less +0 -62
- package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
- package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
- package/theme/antd-global-overwrite/aplus/alert.css +0 -40
- package/theme/antd-global-overwrite/aplus/alert.less +0 -55
- package/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/theme/antd-global-overwrite/aplus/button.less +0 -31
- package/theme/antd-global-overwrite/aplus/drawer.css +0 -3
- package/theme/antd-global-overwrite/aplus/drawer.less +0 -5
- package/theme/antd-global-overwrite/aplus/field.css +0 -42
- package/theme/antd-global-overwrite/aplus/field.less +0 -43
- package/theme/antd-global-overwrite/aplus/form.css +0 -87
- package/theme/antd-global-overwrite/aplus/form.less +0 -133
- package/theme/antd-global-overwrite/aplus/message.css +0 -10
- package/theme/antd-global-overwrite/aplus/message.less +0 -13
- package/theme/antd-global-overwrite/aplus/modal.css +0 -84
- package/theme/antd-global-overwrite/aplus/modal.less +0 -117
- package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
- package/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/theme/antd-global-overwrite/aplus/steps.less +0 -198
- package/theme/antd-global-overwrite/aplus/table.css +0 -78
- package/theme/antd-global-overwrite/aplus/table.less +0 -61
- package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
- package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
- package/theme/ap-table/ap-table-pagination.css +0 -12
- package/theme/ap-table/ap-table-pagination.less +0 -14
- /package/theme/{ui-mode.css → css-var.css} +0 -0
- /package/theme/{ui-mode.less → css-var.less} +0 -0
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
.ant-alert .ant-alert-close-icon {
|
|
2
|
-
line-height: 18px;
|
|
3
|
-
}
|
|
4
|
-
.ant-alert .ant-alert-icon {
|
|
5
|
-
font-size: 16px;
|
|
6
|
-
margin-inline-end: 8px;
|
|
7
|
-
}
|
|
8
|
-
.ant-alert .ant-alert-message {
|
|
9
|
-
color: #182948;
|
|
10
|
-
font-weight: normal !important;
|
|
11
|
-
font-size: 12px;
|
|
12
|
-
line-height: 18px;
|
|
13
|
-
}
|
|
14
|
-
.ant-alert .ant-alert-message .href {
|
|
15
|
-
color: #0070ff;
|
|
16
|
-
cursor: pointer;
|
|
17
|
-
}
|
|
18
|
-
.ant-alert.ant-alert-with-description .ant-alert-message {
|
|
19
|
-
margin-bottom: 4px;
|
|
20
|
-
font-weight: bold !important;
|
|
21
|
-
}
|
|
22
|
-
.ant-alert .ant-alert-description {
|
|
23
|
-
color: #182948;
|
|
24
|
-
}
|
|
25
|
-
.ant-alert.ant-alert-warning {
|
|
26
|
-
background: rgba(255, 169, 64, 0.1);
|
|
27
|
-
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
28
|
-
}
|
|
29
|
-
.ant-alert.ant-alert-info {
|
|
30
|
-
background: rgba(0, 112, 255, 0.1);
|
|
31
|
-
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
32
|
-
}
|
|
33
|
-
.ant-alert.ant-alert-success {
|
|
34
|
-
background: rgba(46, 209, 163, 0.1);
|
|
35
|
-
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
36
|
-
}
|
|
37
|
-
.ant-alert.ant-alert-error {
|
|
38
|
-
background: rgba(255, 77, 79, 0.1);
|
|
39
|
-
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
40
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
@import '../../mixins/config.less';
|
|
2
|
-
|
|
3
|
-
.ant-alert {
|
|
4
|
-
.ant-alert-close-icon {
|
|
5
|
-
line-height: 18px;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.ant-alert-icon {
|
|
9
|
-
font-size: 16px;
|
|
10
|
-
margin-inline-end: @spacing;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ant-alert-message {
|
|
14
|
-
color: #182948;
|
|
15
|
-
font-weight: normal !important;
|
|
16
|
-
font-size: @font-size-base;
|
|
17
|
-
line-height: @line-height-base;
|
|
18
|
-
|
|
19
|
-
.href {
|
|
20
|
-
color: #0070ff;
|
|
21
|
-
cursor: pointer;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&.ant-alert-with-description {
|
|
26
|
-
.ant-alert-message {
|
|
27
|
-
margin-bottom: @spacing-xs;
|
|
28
|
-
font-weight: bold !important;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.ant-alert-description {
|
|
33
|
-
color: #182948;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&.ant-alert-warning {
|
|
37
|
-
background: rgba(255, 169, 64, 0.1);
|
|
38
|
-
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&.ant-alert-info {
|
|
42
|
-
background: rgba(0, 112, 255, 0.1);
|
|
43
|
-
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&.ant-alert-success {
|
|
47
|
-
background: rgba(46, 209, 163, 0.1);
|
|
48
|
-
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&.ant-alert-error {
|
|
52
|
-
background: rgba(255, 77, 79, 0.1);
|
|
53
|
-
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.ant-btn {
|
|
2
|
-
box-shadow: none;
|
|
3
|
-
}
|
|
4
|
-
.ant-btn.ant-btn-primary[disabled],
|
|
5
|
-
.ant-btn.ant-btn-primary[disabled]:hover {
|
|
6
|
-
color: #ffffff;
|
|
7
|
-
background: #cce2ff;
|
|
8
|
-
border-color: #cce2ff;
|
|
9
|
-
}
|
|
10
|
-
.ant-btn.ant-btn-dangerous.ant-btn-default[disabled],
|
|
11
|
-
.ant-btn.ant-btn-dangerous.ant-btn-default[disabled]:hover {
|
|
12
|
-
color: #ffffff;
|
|
13
|
-
background: #ffdbdc;
|
|
14
|
-
border-color: #ffdbdc;
|
|
15
|
-
}
|
|
16
|
-
.ant-btn.ant-btn-default[disabled],
|
|
17
|
-
.ant-btn.ant-btn-default[disabled]:hover {
|
|
18
|
-
color: #abb7cc;
|
|
19
|
-
background: #f9f9fa;
|
|
20
|
-
border-color: #dee4ed;
|
|
21
|
-
}
|
|
22
|
-
.ant-btn.ant-btn-link[disabled],
|
|
23
|
-
.ant-btn.ant-btn-link[disabled]:hover,
|
|
24
|
-
.ant-btn.ant-btn-text[disabled],
|
|
25
|
-
.ant-btn.ant-btn-text[disabled]:hover {
|
|
26
|
-
color: #cce2ff;
|
|
27
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
.ant-btn {
|
|
2
|
-
box-shadow: none;
|
|
3
|
-
|
|
4
|
-
&.ant-btn-primary[disabled],
|
|
5
|
-
&.ant-btn-primary[disabled]:hover {
|
|
6
|
-
color: #ffffff;
|
|
7
|
-
background: #cce2ff;
|
|
8
|
-
border-color: #cce2ff;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
&.ant-btn-dangerous.ant-btn-default[disabled],
|
|
12
|
-
&.ant-btn-dangerous.ant-btn-default[disabled]:hover {
|
|
13
|
-
color: #ffffff;
|
|
14
|
-
background: #ffdbdc;
|
|
15
|
-
border-color: #ffdbdc;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&.ant-btn-default[disabled],
|
|
19
|
-
&.ant-btn-default[disabled]:hover {
|
|
20
|
-
color: #abb7cc;
|
|
21
|
-
background: #f9f9fa;
|
|
22
|
-
border-color: #dee4ed;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&.ant-btn-link[disabled],
|
|
26
|
-
&.ant-btn-link[disabled]:hover,
|
|
27
|
-
&.ant-btn-text[disabled],
|
|
28
|
-
&.ant-btn-text[disabled]:hover {
|
|
29
|
-
color: #cce2ff;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
.ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
|
|
2
|
-
border-color: #d3d7de;
|
|
3
|
-
}
|
|
4
|
-
.ant-radio:not(.ant-radio-checked) .ant-radio-inner {
|
|
5
|
-
border-color: #d3d7de;
|
|
6
|
-
}
|
|
7
|
-
.ant-input::-moz-placeholder {
|
|
8
|
-
color: #abb7cc;
|
|
9
|
-
}
|
|
10
|
-
.ant-input::placeholder {
|
|
11
|
-
color: #abb7cc;
|
|
12
|
-
}
|
|
13
|
-
.ant-select .ant-select-selection-placeholder {
|
|
14
|
-
color: #abb7cc;
|
|
15
|
-
}
|
|
16
|
-
.ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
17
|
-
color: #abb7cc;
|
|
18
|
-
}
|
|
19
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
20
|
-
color: #abb7cc;
|
|
21
|
-
}
|
|
22
|
-
.ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
23
|
-
color: #abb7cc;
|
|
24
|
-
}
|
|
25
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
26
|
-
color: #abb7cc;
|
|
27
|
-
}
|
|
28
|
-
input[disabled].ant-input {
|
|
29
|
-
color: var(--ap-text-color-1);
|
|
30
|
-
}
|
|
31
|
-
textarea[disabled].ant-input {
|
|
32
|
-
color: var(--ap-text-color-1);
|
|
33
|
-
}
|
|
34
|
-
.ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
|
|
35
|
-
color: var(--ap-text-color-1);
|
|
36
|
-
}
|
|
37
|
-
.ant-select-disabled .ant-select-selection-item {
|
|
38
|
-
color: var(--ap-text-color-1) !important;
|
|
39
|
-
}
|
|
40
|
-
.ant-input-clear-icon {
|
|
41
|
-
line-height: 18px;
|
|
42
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
.ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
|
|
2
|
-
border-color: #d3d7de;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.ant-radio:not(.ant-radio-checked) .ant-radio-inner {
|
|
6
|
-
border-color: #d3d7de;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ant-input::placeholder {
|
|
10
|
-
color: #abb7cc;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ant-select .ant-select-selection-placeholder {
|
|
14
|
-
color: #abb7cc;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
18
|
-
color: #abb7cc;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
22
|
-
color: #abb7cc;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
input[disabled].ant-input {
|
|
26
|
-
color: var(--ap-text-color-1);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
textarea[disabled].ant-input {
|
|
30
|
-
color: var(--ap-text-color-1);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
|
|
34
|
-
color: var(--ap-text-color-1);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.ant-select-disabled .ant-select-selection-item {
|
|
38
|
-
color: var(--ap-text-color-1) !important;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.ant-input-clear-icon {
|
|
42
|
-
line-height: 18px;
|
|
43
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
.ant-form .ant-form-item label {
|
|
2
|
-
font-weight: normal;
|
|
3
|
-
}
|
|
4
|
-
.ant-form .ant-form-item label svg {
|
|
5
|
-
color: #0070ff;
|
|
6
|
-
}
|
|
7
|
-
.ant-form .ant-form-item-control {
|
|
8
|
-
padding-left: 0;
|
|
9
|
-
}
|
|
10
|
-
.ant-form .ant-form-item-control .ant-form-item-explain-error {
|
|
11
|
-
font-size: 12px;
|
|
12
|
-
}
|
|
13
|
-
.ant-input::-moz-placeholder {
|
|
14
|
-
color: #abb7cc;
|
|
15
|
-
}
|
|
16
|
-
.ant-input::placeholder {
|
|
17
|
-
color: #abb7cc;
|
|
18
|
-
}
|
|
19
|
-
.ant-select .ant-select-selection-placeholder {
|
|
20
|
-
color: #abb7cc;
|
|
21
|
-
}
|
|
22
|
-
.ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
23
|
-
color: #abb7cc;
|
|
24
|
-
}
|
|
25
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
26
|
-
color: #abb7cc;
|
|
27
|
-
}
|
|
28
|
-
.ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
29
|
-
color: #abb7cc;
|
|
30
|
-
}
|
|
31
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
32
|
-
color: #abb7cc;
|
|
33
|
-
}
|
|
34
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item,
|
|
35
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item {
|
|
36
|
-
margin-bottom: 16px;
|
|
37
|
-
/** 适配Aplus UI */
|
|
38
|
-
}
|
|
39
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation,
|
|
40
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation {
|
|
41
|
-
border: 1px solid #dee4ed;
|
|
42
|
-
border-radius: 4px;
|
|
43
|
-
}
|
|
44
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label,
|
|
45
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label {
|
|
46
|
-
padding-left: 12px;
|
|
47
|
-
}
|
|
48
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label,
|
|
49
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label {
|
|
50
|
-
height: 30px;
|
|
51
|
-
color: #182948;
|
|
52
|
-
}
|
|
53
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input,
|
|
54
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input {
|
|
55
|
-
min-height: 30px;
|
|
56
|
-
}
|
|
57
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-select-selector,
|
|
58
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-select-selector,
|
|
59
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-affix-wrapper,
|
|
60
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-affix-wrapper,
|
|
61
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
62
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
63
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker,
|
|
64
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
65
|
-
height: 30px;
|
|
66
|
-
border: none;
|
|
67
|
-
border-color: #dee4ed;
|
|
68
|
-
box-shadow: none;
|
|
69
|
-
}
|
|
70
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
71
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
72
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker,
|
|
73
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
74
|
-
width: 100%;
|
|
75
|
-
}
|
|
76
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit,
|
|
77
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit {
|
|
78
|
-
margin-right: 0.5rem;
|
|
79
|
-
}
|
|
80
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset,
|
|
81
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset {
|
|
82
|
-
margin-right: 0;
|
|
83
|
-
}
|
|
84
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse,
|
|
85
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse {
|
|
86
|
-
margin-left: 0.5rem;
|
|
87
|
-
}
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
@import '../../mixins/config.less';
|
|
2
|
-
@ad: ~'@{ns}-ui-adaptation';
|
|
3
|
-
|
|
4
|
-
.ant-form {
|
|
5
|
-
.ant-form-item {
|
|
6
|
-
// label style
|
|
7
|
-
label {
|
|
8
|
-
font-weight: normal;
|
|
9
|
-
|
|
10
|
-
svg {
|
|
11
|
-
color: #0070ff;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.ant-form-item-control {
|
|
17
|
-
padding-left: 0;
|
|
18
|
-
// error style
|
|
19
|
-
.ant-form-item-explain-error {
|
|
20
|
-
font-size: 12px;
|
|
21
|
-
}
|
|
22
|
-
// Radio style
|
|
23
|
-
// .ant-radio-wrapper .ant-radio {
|
|
24
|
-
// &.ant-radio-checked {
|
|
25
|
-
// .ant-radio-inner {
|
|
26
|
-
// background-color: #ffffff;
|
|
27
|
-
// border-color: #0070ff;
|
|
28
|
-
|
|
29
|
-
// &::after {
|
|
30
|
-
// background-color: #0070ff;
|
|
31
|
-
// }
|
|
32
|
-
// }
|
|
33
|
-
// }
|
|
34
|
-
// }
|
|
35
|
-
// Select style
|
|
36
|
-
// .ant-select {
|
|
37
|
-
// &.ant-select-disabled {
|
|
38
|
-
// .ant-select-selector {
|
|
39
|
-
// color: #526a90;
|
|
40
|
-
// background-color: #f2f6f9;
|
|
41
|
-
// }
|
|
42
|
-
// }
|
|
43
|
-
// }
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// placeholder style
|
|
48
|
-
.ant-input::placeholder {
|
|
49
|
-
color: #abb7cc;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.ant-select .ant-select-selection-placeholder {
|
|
53
|
-
color: #abb7cc;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
57
|
-
color: #abb7cc;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
61
|
-
color: #abb7cc;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// input disabled styles
|
|
65
|
-
// input.ant-input[disabled] {
|
|
66
|
-
// color: #526a90;
|
|
67
|
-
// }
|
|
68
|
-
|
|
69
|
-
// span.ant-input-affix-wrapper-disabled {
|
|
70
|
-
// background-color: #f2f6f9;
|
|
71
|
-
// }
|
|
72
|
-
|
|
73
|
-
// 兼容 table 里面 过滤器样式
|
|
74
|
-
// 新增对sticky表格的样式类型
|
|
75
|
-
div[class$='-basic-table-form-container'],
|
|
76
|
-
div[class$='-basic-table-form-container ap-table--sticky'] {
|
|
77
|
-
form[class$='-basic-form--compact'] {
|
|
78
|
-
.ant-form-item {
|
|
79
|
-
margin-bottom: 16px;
|
|
80
|
-
|
|
81
|
-
/** 适配Aplus UI */
|
|
82
|
-
&.@{ad} {
|
|
83
|
-
border: 1px solid #dee4ed;
|
|
84
|
-
border-radius: 4px;
|
|
85
|
-
|
|
86
|
-
.ant-form-item-label {
|
|
87
|
-
padding-left: 12px;
|
|
88
|
-
|
|
89
|
-
label {
|
|
90
|
-
height: 30px;
|
|
91
|
-
color: #182948;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.ant-form-item-control-input {
|
|
96
|
-
min-height: 30px;
|
|
97
|
-
// Select Input InputNumber Picker
|
|
98
|
-
.ant-select-selector,
|
|
99
|
-
.ant-input-affix-wrapper,
|
|
100
|
-
.ant-input-number,
|
|
101
|
-
.ant-picker {
|
|
102
|
-
height: 30px;
|
|
103
|
-
border: none;
|
|
104
|
-
border-color: #dee4ed;
|
|
105
|
-
box-shadow: none;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.ant-input-number,
|
|
109
|
-
.ant-picker {
|
|
110
|
-
width: 100%;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
// 按钮布局调整
|
|
117
|
-
div.ant-col[tableaction] {
|
|
118
|
-
.ant-form-item-control-input-content {
|
|
119
|
-
button.submit {
|
|
120
|
-
margin-right: 0.5rem;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
button.reset {
|
|
124
|
-
margin-right: 0;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
button.collapse {
|
|
128
|
-
margin-left: 0.5rem;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
.ant-message div.ant-message-notice-content {
|
|
2
|
-
padding: 10px 16px;
|
|
3
|
-
font-size: 14px;
|
|
4
|
-
line-height: 22px;
|
|
5
|
-
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
6
|
-
}
|
|
7
|
-
.ant-message .ant-message-notice .anticon {
|
|
8
|
-
margin-bottom: 1px;
|
|
9
|
-
margin-inline-end: 9px;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
.ant-message {
|
|
2
|
-
div.ant-message-notice-content {
|
|
3
|
-
padding: 10px 16px;
|
|
4
|
-
font-size: 14px;
|
|
5
|
-
line-height: 22px;
|
|
6
|
-
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ant-message-notice .anticon {
|
|
10
|
-
margin-bottom: 1px;
|
|
11
|
-
margin-inline-end: 9px;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
.ant-modal-root .ant-modal .ant-modal-close {
|
|
2
|
-
top: 14px;
|
|
3
|
-
inset-inline-end: 18px;
|
|
4
|
-
color: #8796b0;
|
|
5
|
-
}
|
|
6
|
-
.ant-modal-root .ant-modal .ant-modal-close:hover {
|
|
7
|
-
background-color: transparent;
|
|
8
|
-
}
|
|
9
|
-
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
10
|
-
line-height: 0;
|
|
11
|
-
}
|
|
12
|
-
.ant-modal-root .ant-modal .ant-modal-content {
|
|
13
|
-
padding: 0;
|
|
14
|
-
}
|
|
15
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
16
|
-
margin-bottom: 0;
|
|
17
|
-
padding: 12px 20px;
|
|
18
|
-
border-bottom: 1px solid #E9EDF3;
|
|
19
|
-
}
|
|
20
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
21
|
-
padding: 16px 20px;
|
|
22
|
-
}
|
|
23
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
|
|
24
|
-
padding: 20px 0 !important;
|
|
25
|
-
}
|
|
26
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) [class*='ap-modal-body-wrapper'] {
|
|
27
|
-
padding: 0 20px;
|
|
28
|
-
overflow: hidden auto;
|
|
29
|
-
}
|
|
30
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
31
|
-
margin-top: 0;
|
|
32
|
-
padding: 0 20px 12px;
|
|
33
|
-
}
|
|
34
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
35
|
-
min-width: 72px;
|
|
36
|
-
}
|
|
37
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
38
|
-
margin-inline-start: 8px;
|
|
39
|
-
}
|
|
40
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
41
|
-
padding: 20px 24px;
|
|
42
|
-
}
|
|
43
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
44
|
-
margin-inline-end: 10px;
|
|
45
|
-
font-size: 22px;
|
|
46
|
-
}
|
|
47
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
|
|
48
|
-
color: #182948;
|
|
49
|
-
font-weight: normal;
|
|
50
|
-
}
|
|
51
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
52
|
-
max-width: calc(100% - 40px);
|
|
53
|
-
color: #8896b0;
|
|
54
|
-
font-weight: normal;
|
|
55
|
-
line-height: 1.5;
|
|
56
|
-
margin-block-start: 4px;
|
|
57
|
-
margin-inline-start: 34px;
|
|
58
|
-
}
|
|
59
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
60
|
-
color: #8896b0;
|
|
61
|
-
}
|
|
62
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
|
|
63
|
-
margin-top: 0;
|
|
64
|
-
padding-top: 16px;
|
|
65
|
-
}
|
|
66
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
67
|
-
min-width: 72px;
|
|
68
|
-
}
|
|
69
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
70
|
-
margin-inline-start: 8px;
|
|
71
|
-
}
|
|
72
|
-
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
73
|
-
color: #06c687;
|
|
74
|
-
}
|
|
75
|
-
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
76
|
-
color: #0070ff;
|
|
77
|
-
}
|
|
78
|
-
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
79
|
-
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
80
|
-
color: #ffa940;
|
|
81
|
-
}
|
|
82
|
-
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
83
|
-
color: #ff4d4f;
|
|
84
|
-
}
|