@aplus-frontend/ui 0.0.1-beta.33 → 0.0.1-beta.35
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-action/interface.d.ts +2 -1
- package/es/src/ap-action/item/index.vue2.mjs +20 -20
- package/es/src/ap-table/hooks/use-table-paging.d.ts +57 -0
- package/es/src/ap-table/interface.d.ts +11 -8
- package/es/src/ap-table/style/ap-table.css +14 -0
- package/es/src/ap-table/utils.d.ts +8 -0
- package/es/src/basic/help.vue.d.ts +4 -4
- package/es/src/basic/index.d.ts +8 -8
- package/es/src/modal/basic.vue2.mjs +10 -11
- package/es/src/modal/style/index.css +0 -103
- package/es/src/pro-form/style/index.css +0 -3
- package/es/src/pro-form/style/table-form.css +3 -0
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +2 -82
- package/es/src/theme/antd-global-overwrite/admin/alert.css +32 -6
- package/es/src/theme/antd-global-overwrite/admin/form.css +9 -1
- package/es/src/theme/antd-global-overwrite/admin/index.css +51 -10
- package/es/src/theme/antd-global-overwrite/admin/modal.css +1 -1
- package/es/src/theme/antd-global-overwrite/admin/steps.css +2 -2
- package/es/src/theme/antd-global-overwrite/admin/table.css +7 -0
- package/es/src/theme/antd-global-overwrite/aplus/alert.css +28 -6
- package/es/src/theme/antd-global-overwrite/aplus/form.css +45 -12
- package/es/src/theme/antd-global-overwrite/aplus/index.css +84 -21
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +1 -1
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +2 -2
- package/es/src/theme/antd-global-overwrite/aplus/table.css +8 -0
- package/es/src/theme/ap-table/ap-table.css +14 -0
- package/es/src/theme/modal/index.css +0 -103
- package/es/src/theme/pro-form/form.css +0 -3
- package/es/src/theme/pro-form/table-form-inner.css +3 -0
- package/es/src/work-order-modal/work-order-modal.vue.mjs +28 -26
- package/lib/src/ap-action/interface.d.ts +2 -1
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +57 -0
- package/lib/src/ap-table/interface.d.ts +11 -8
- package/lib/src/ap-table/style/ap-table.css +14 -0
- package/lib/src/ap-table/utils.d.ts +8 -0
- package/lib/src/basic/help.vue.d.ts +4 -4
- package/lib/src/basic/index.d.ts +8 -8
- package/lib/src/modal/basic.vue2.js +1 -1
- package/lib/src/modal/style/index.css +0 -103
- package/lib/src/pro-form/style/index.css +0 -3
- package/lib/src/pro-form/style/table-form.css +3 -0
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +2 -82
- package/lib/src/theme/antd-global-overwrite/admin/alert.css +32 -6
- package/lib/src/theme/antd-global-overwrite/admin/form.css +9 -1
- package/lib/src/theme/antd-global-overwrite/admin/index.css +51 -10
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +2 -2
- package/lib/src/theme/antd-global-overwrite/admin/table.css +7 -0
- package/lib/src/theme/antd-global-overwrite/aplus/alert.css +28 -6
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +45 -12
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +84 -21
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +1 -1
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +2 -2
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +8 -0
- package/lib/src/theme/ap-table/ap-table.css +14 -0
- package/lib/src/theme/modal/index.css +0 -103
- package/lib/src/theme/pro-form/form.css +0 -3
- package/lib/src/theme/pro-form/table-form-inner.css +3 -0
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +1 -1
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +0 -343
- package/es/src/ap-field/select/index.vue.d.ts +0 -235
- package/es/src/ap-form/modal-form/index.vue.d.ts +0 -378
- package/es/src/config-provider/config-provider-props.d.ts +0 -152
- package/es/src/config-provider/config-provider.d.ts +0 -323
- package/es/src/config-provider/hooks/use-global-config.d.ts +0 -154
- package/es/src/config-provider/index.d.ts +0 -691
- package/es/src/modal/basic.vue.d.ts +0 -465
- package/es/src/modal/components/modal-footer.vue.d.ts +0 -457
- package/es/src/modal/components/modal.d.ts +0 -443
- package/es/src/modal/index.d.ts +0 -963
- package/es/src/modal/props.d.ts +0 -283
- package/es/src/pro-form/hooks/use-label-width.d.ts +0 -312
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +0 -343
- package/lib/src/ap-field/select/index.vue.d.ts +0 -235
- package/lib/src/ap-form/modal-form/index.vue.d.ts +0 -378
- package/lib/src/config-provider/config-provider-props.d.ts +0 -152
- package/lib/src/config-provider/config-provider.d.ts +0 -323
- package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -154
- package/lib/src/config-provider/index.d.ts +0 -691
- package/lib/src/modal/basic.vue.d.ts +0 -465
- package/lib/src/modal/components/modal-footer.vue.d.ts +0 -457
- package/lib/src/modal/components/modal.d.ts +0 -443
- package/lib/src/modal/index.d.ts +0 -963
- package/lib/src/modal/props.d.ts +0 -283
- package/lib/src/pro-form/hooks/use-label-width.d.ts +0 -312
|
@@ -1,24 +1,50 @@
|
|
|
1
1
|
.ant-alert {
|
|
2
|
+
align-items: flex-start;
|
|
2
3
|
width: 100%;
|
|
3
|
-
|
|
4
|
-
padding: 9px 12px;
|
|
4
|
+
padding: 6px 12px;
|
|
5
5
|
border-radius: 4px;
|
|
6
6
|
}
|
|
7
|
+
.ant-alert .ant-alert-icon {
|
|
8
|
+
font-size: 16px;
|
|
9
|
+
transform: translateY(1px);
|
|
10
|
+
margin-inline-end: 8px;
|
|
11
|
+
}
|
|
7
12
|
.ant-alert .ant-alert-message {
|
|
8
|
-
color: #
|
|
9
|
-
font-weight:
|
|
13
|
+
color: #333333;
|
|
14
|
+
font-weight: normal !important;
|
|
10
15
|
font-size: 12px;
|
|
11
|
-
line-height:
|
|
16
|
+
line-height: 18px;
|
|
12
17
|
}
|
|
13
18
|
.ant-alert .ant-alert-message .href {
|
|
14
|
-
color: #
|
|
19
|
+
color: #1890ff;
|
|
15
20
|
cursor: pointer;
|
|
16
21
|
}
|
|
17
22
|
.ant-alert .ant-alert-description {
|
|
23
|
+
color: #333333;
|
|
18
24
|
font-weight: normal;
|
|
19
25
|
font-size: 12px;
|
|
20
26
|
line-height: 18px;
|
|
21
27
|
}
|
|
28
|
+
.ant-alert-with-description .ant-alert-message {
|
|
29
|
+
margin-bottom: 4px;
|
|
30
|
+
font-weight: bold !important;
|
|
31
|
+
}
|
|
32
|
+
.ant-alert-warning {
|
|
33
|
+
background: rgba(250, 173, 20, 0.1);
|
|
34
|
+
border: 1px solid rgba(250, 173, 20, 0.4);
|
|
35
|
+
}
|
|
36
|
+
.ant-alert-info {
|
|
37
|
+
background: rgba(24, 144, 255, 0.1);
|
|
38
|
+
border: 1px solid rgba(24, 144, 255, 0.4);
|
|
39
|
+
}
|
|
40
|
+
.ant-alert-success {
|
|
41
|
+
background: rgba(52, 183, 124, 0.1);
|
|
42
|
+
border: 1px solid rgba(52, 183, 124, 0.4);
|
|
43
|
+
}
|
|
44
|
+
.ant-alert-error {
|
|
45
|
+
background: rgba(255, 77, 79, 0.1);
|
|
46
|
+
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
47
|
+
}
|
|
22
48
|
.ant-btn {
|
|
23
49
|
min-width: 88px;
|
|
24
50
|
box-shadow: none;
|
|
@@ -76,6 +102,9 @@
|
|
|
76
102
|
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
77
103
|
background-color: #34b77c;
|
|
78
104
|
}
|
|
105
|
+
.ant-form .ant-form-item-control .ant-select.ant-select-open .ant-select-selection-item {
|
|
106
|
+
color: #bfbfbf;
|
|
107
|
+
}
|
|
79
108
|
.ant-input::-moz-placeholder {
|
|
80
109
|
color: #bfbfbf;
|
|
81
110
|
}
|
|
@@ -97,22 +126,27 @@
|
|
|
97
126
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
98
127
|
color: #bfbfbf;
|
|
99
128
|
}
|
|
129
|
+
input.ant-input[disabled] {
|
|
130
|
+
color: #666666;
|
|
131
|
+
}
|
|
100
132
|
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] {
|
|
101
133
|
padding: 16px;
|
|
102
134
|
}
|
|
103
135
|
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
|
|
104
136
|
display: flex;
|
|
105
|
-
justify-content: flex-end;
|
|
106
137
|
align-items: center;
|
|
138
|
+
justify-content: flex-end;
|
|
107
139
|
}
|
|
108
140
|
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
|
|
109
141
|
order: 1;
|
|
110
142
|
}
|
|
111
143
|
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
|
|
112
144
|
order: 2;
|
|
145
|
+
margin-right: 0;
|
|
113
146
|
}
|
|
114
147
|
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
|
|
115
148
|
order: 3;
|
|
149
|
+
margin-left: 0.5rem;
|
|
116
150
|
}
|
|
117
151
|
.ant-message .ant-message-notice-content {
|
|
118
152
|
padding: 10px 16px;
|
|
@@ -204,7 +238,7 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
204
238
|
min-width: 88px;
|
|
205
239
|
}
|
|
206
240
|
.ant-modal-root .ant-modal-confirm .ant-modal-body {
|
|
207
|
-
padding:
|
|
241
|
+
padding: 32px 32px 28px !important;
|
|
208
242
|
}
|
|
209
243
|
.ant-modal-root .ant-modal-confirm .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
210
244
|
margin-inline-end: 16px;
|
|
@@ -325,7 +359,7 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
325
359
|
.ant-steps .ant-steps-item-icon {
|
|
326
360
|
width: 28px;
|
|
327
361
|
height: 28px;
|
|
328
|
-
margin-top:
|
|
362
|
+
margin-top: 3px;
|
|
329
363
|
display: flex;
|
|
330
364
|
justify-content: center;
|
|
331
365
|
align-items: center;
|
|
@@ -410,7 +444,7 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
410
444
|
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
|
|
411
445
|
width: 28px;
|
|
412
446
|
height: 28px;
|
|
413
|
-
margin-top:
|
|
447
|
+
margin-top: 3px;
|
|
414
448
|
display: flex;
|
|
415
449
|
justify-content: center;
|
|
416
450
|
align-items: center;
|
|
@@ -473,6 +507,10 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
473
507
|
.ant-table-wrapper .ant-table-footer td {
|
|
474
508
|
padding: 12px 8px;
|
|
475
509
|
}
|
|
510
|
+
[class$='-basic-table'] {
|
|
511
|
+
max-width: 100%;
|
|
512
|
+
height: 100%;
|
|
513
|
+
}
|
|
476
514
|
[class$='-basic-table-form-container'] {
|
|
477
515
|
padding: 16px;
|
|
478
516
|
}
|
|
@@ -492,3 +530,6 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
492
530
|
[class$='-basic-table--inset'] .ant-table-wrapper {
|
|
493
531
|
padding: 0;
|
|
494
532
|
}
|
|
533
|
+
[class$='-basic-table-row__striped'] td {
|
|
534
|
+
background-color: #fafafa;
|
|
535
|
+
}
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
min-width: 88px;
|
|
72
72
|
}
|
|
73
73
|
.ant-modal-root .ant-modal-confirm .ant-modal-body {
|
|
74
|
-
padding:
|
|
74
|
+
padding: 32px 32px 28px !important;
|
|
75
75
|
}
|
|
76
76
|
.ant-modal-root .ant-modal-confirm .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
77
77
|
margin-inline-end: 16px;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
.ant-steps .ant-steps-item-icon {
|
|
8
8
|
width: 28px;
|
|
9
9
|
height: 28px;
|
|
10
|
-
margin-top:
|
|
10
|
+
margin-top: 3px;
|
|
11
11
|
display: flex;
|
|
12
12
|
justify-content: center;
|
|
13
13
|
align-items: center;
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
|
|
93
93
|
width: 28px;
|
|
94
94
|
height: 28px;
|
|
95
|
-
margin-top:
|
|
95
|
+
margin-top: 3px;
|
|
96
96
|
display: flex;
|
|
97
97
|
justify-content: center;
|
|
98
98
|
align-items: center;
|
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
.ant-table-wrapper .ant-table-footer td {
|
|
53
53
|
padding: 12px 8px;
|
|
54
54
|
}
|
|
55
|
+
[class$='-basic-table'] {
|
|
56
|
+
max-width: 100%;
|
|
57
|
+
height: 100%;
|
|
58
|
+
}
|
|
55
59
|
[class$='-basic-table-form-container'] {
|
|
56
60
|
padding: 16px;
|
|
57
61
|
}
|
|
@@ -71,3 +75,6 @@
|
|
|
71
75
|
[class$='-basic-table--inset'] .ant-table-wrapper {
|
|
72
76
|
padding: 0;
|
|
73
77
|
}
|
|
78
|
+
[class$='-basic-table-row__striped'] td {
|
|
79
|
+
background-color: #fafafa;
|
|
80
|
+
}
|
|
@@ -1,25 +1,47 @@
|
|
|
1
1
|
.ant-alert {
|
|
2
|
+
align-items: flex-start;
|
|
2
3
|
width: 100%;
|
|
3
|
-
|
|
4
|
-
margin: 0 0 4px;
|
|
5
|
-
padding: 7px 12px;
|
|
6
|
-
line-height: 32px;
|
|
4
|
+
padding: 6px 12px;
|
|
7
5
|
border-radius: 4px;
|
|
8
6
|
}
|
|
9
7
|
.ant-alert .ant-alert-icon {
|
|
10
|
-
font-size:
|
|
8
|
+
font-size: 16px;
|
|
9
|
+
transform: translateY(1px);
|
|
10
|
+
margin-inline-end: 8px;
|
|
11
11
|
}
|
|
12
12
|
.ant-alert .ant-alert-message {
|
|
13
13
|
color: #182948;
|
|
14
|
+
font-weight: normal !important;
|
|
14
15
|
font-size: 12px;
|
|
15
|
-
line-height:
|
|
16
|
+
line-height: 18px;
|
|
16
17
|
}
|
|
17
18
|
.ant-alert .ant-alert-message .href {
|
|
18
19
|
color: #0070ff;
|
|
19
20
|
cursor: pointer;
|
|
20
21
|
}
|
|
21
22
|
.ant-alert .ant-alert-description {
|
|
23
|
+
color: #182948;
|
|
22
24
|
font-weight: normal;
|
|
23
25
|
font-size: 12px;
|
|
24
26
|
line-height: 18px;
|
|
25
27
|
}
|
|
28
|
+
.ant-alert-with-description .ant-alert-message {
|
|
29
|
+
margin-bottom: 4px;
|
|
30
|
+
font-weight: bold !important;
|
|
31
|
+
}
|
|
32
|
+
.ant-alert-warning {
|
|
33
|
+
background: rgba(255, 169, 64, 0.1);
|
|
34
|
+
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
35
|
+
}
|
|
36
|
+
.ant-alert-info {
|
|
37
|
+
background: rgba(0, 112, 255, 0.1);
|
|
38
|
+
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
39
|
+
}
|
|
40
|
+
.ant-alert-success {
|
|
41
|
+
background: rgba(46, 209, 163, 0.1);
|
|
42
|
+
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
43
|
+
}
|
|
44
|
+
.ant-alert-error {
|
|
45
|
+
background: rgba(255, 77, 79, 0.1);
|
|
46
|
+
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
47
|
+
}
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
18
18
|
background-color: #0070ff;
|
|
19
19
|
}
|
|
20
|
+
.ant-form .ant-form-item-control .ant-select.ant-select-disabled .ant-select-selector {
|
|
21
|
+
color: #526a90;
|
|
22
|
+
background-color: #f2f6f9;
|
|
23
|
+
}
|
|
20
24
|
.ant-input::-moz-placeholder {
|
|
21
25
|
color: #abb7cc;
|
|
22
26
|
}
|
|
@@ -38,20 +42,49 @@
|
|
|
38
42
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
39
43
|
color: #abb7cc;
|
|
40
44
|
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
justify-content: flex-end;
|
|
44
|
-
align-items: center;
|
|
45
|
+
input.ant-input[disabled] {
|
|
46
|
+
color: #526a90;
|
|
45
47
|
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
margin-right: 0.5rem;
|
|
48
|
+
span.ant-input-affix-wrapper-disabled {
|
|
49
|
+
background-color: #f2f6f9;
|
|
49
50
|
}
|
|
50
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact']
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item {
|
|
52
|
+
margin-bottom: 16px;
|
|
53
|
+
/** 适配Aplus UI */
|
|
54
|
+
}
|
|
55
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation {
|
|
56
|
+
border-radius: 4px 4px 4px 4px;
|
|
57
|
+
border: 1px solid #dee4ed;
|
|
58
|
+
}
|
|
59
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label {
|
|
60
|
+
padding-left: 12px;
|
|
61
|
+
}
|
|
62
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label {
|
|
63
|
+
height: 30px;
|
|
64
|
+
color: #182948;
|
|
53
65
|
}
|
|
54
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact']
|
|
55
|
-
|
|
66
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input {
|
|
67
|
+
min-height: 30px;
|
|
68
|
+
}
|
|
69
|
+
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,
|
|
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-affix-wrapper,
|
|
71
|
+
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,
|
|
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
|
+
height: 30px;
|
|
74
|
+
border: none;
|
|
75
|
+
border-color: #dee4ed;
|
|
76
|
+
box-shadow: none;
|
|
77
|
+
}
|
|
78
|
+
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,
|
|
79
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
80
|
+
width: 100%;
|
|
81
|
+
}
|
|
82
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit {
|
|
56
83
|
margin-right: 0.5rem;
|
|
57
84
|
}
|
|
85
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset {
|
|
86
|
+
margin-right: 0;
|
|
87
|
+
}
|
|
88
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse {
|
|
89
|
+
margin-left: 0.5rem;
|
|
90
|
+
}
|
|
@@ -1,28 +1,50 @@
|
|
|
1
1
|
.ant-alert {
|
|
2
|
+
align-items: flex-start;
|
|
2
3
|
width: 100%;
|
|
3
|
-
|
|
4
|
-
margin: 0 0 4px;
|
|
5
|
-
padding: 7px 12px;
|
|
6
|
-
line-height: 32px;
|
|
4
|
+
padding: 6px 12px;
|
|
7
5
|
border-radius: 4px;
|
|
8
6
|
}
|
|
9
7
|
.ant-alert .ant-alert-icon {
|
|
10
|
-
font-size:
|
|
8
|
+
font-size: 16px;
|
|
9
|
+
transform: translateY(1px);
|
|
10
|
+
margin-inline-end: 8px;
|
|
11
11
|
}
|
|
12
12
|
.ant-alert .ant-alert-message {
|
|
13
13
|
color: #182948;
|
|
14
|
+
font-weight: normal !important;
|
|
14
15
|
font-size: 12px;
|
|
15
|
-
line-height:
|
|
16
|
+
line-height: 18px;
|
|
16
17
|
}
|
|
17
18
|
.ant-alert .ant-alert-message .href {
|
|
18
19
|
color: #0070ff;
|
|
19
20
|
cursor: pointer;
|
|
20
21
|
}
|
|
21
22
|
.ant-alert .ant-alert-description {
|
|
23
|
+
color: #182948;
|
|
22
24
|
font-weight: normal;
|
|
23
25
|
font-size: 12px;
|
|
24
26
|
line-height: 18px;
|
|
25
27
|
}
|
|
28
|
+
.ant-alert-with-description .ant-alert-message {
|
|
29
|
+
margin-bottom: 4px;
|
|
30
|
+
font-weight: bold !important;
|
|
31
|
+
}
|
|
32
|
+
.ant-alert-warning {
|
|
33
|
+
background: rgba(255, 169, 64, 0.1);
|
|
34
|
+
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
35
|
+
}
|
|
36
|
+
.ant-alert-info {
|
|
37
|
+
background: rgba(0, 112, 255, 0.1);
|
|
38
|
+
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
39
|
+
}
|
|
40
|
+
.ant-alert-success {
|
|
41
|
+
background: rgba(46, 209, 163, 0.1);
|
|
42
|
+
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
43
|
+
}
|
|
44
|
+
.ant-alert-error {
|
|
45
|
+
background: rgba(255, 77, 79, 0.1);
|
|
46
|
+
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
47
|
+
}
|
|
26
48
|
.ant-btn {
|
|
27
49
|
min-width: 88px;
|
|
28
50
|
box-shadow: none;
|
|
@@ -80,6 +102,10 @@
|
|
|
80
102
|
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
81
103
|
background-color: #0070ff;
|
|
82
104
|
}
|
|
105
|
+
.ant-form .ant-form-item-control .ant-select.ant-select-disabled .ant-select-selector {
|
|
106
|
+
color: #526a90;
|
|
107
|
+
background-color: #f2f6f9;
|
|
108
|
+
}
|
|
83
109
|
.ant-input::-moz-placeholder {
|
|
84
110
|
color: #abb7cc;
|
|
85
111
|
}
|
|
@@ -101,23 +127,52 @@
|
|
|
101
127
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
102
128
|
color: #abb7cc;
|
|
103
129
|
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
justify-content: flex-end;
|
|
107
|
-
align-items: center;
|
|
130
|
+
input.ant-input[disabled] {
|
|
131
|
+
color: #526a90;
|
|
108
132
|
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
margin-right: 0.5rem;
|
|
133
|
+
span.ant-input-affix-wrapper-disabled {
|
|
134
|
+
background-color: #f2f6f9;
|
|
112
135
|
}
|
|
113
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact']
|
|
114
|
-
|
|
115
|
-
|
|
136
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item {
|
|
137
|
+
margin-bottom: 16px;
|
|
138
|
+
/** 适配Aplus UI */
|
|
139
|
+
}
|
|
140
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation {
|
|
141
|
+
border-radius: 4px 4px 4px 4px;
|
|
142
|
+
border: 1px solid #dee4ed;
|
|
143
|
+
}
|
|
144
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label {
|
|
145
|
+
padding-left: 12px;
|
|
116
146
|
}
|
|
117
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact']
|
|
118
|
-
|
|
147
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label {
|
|
148
|
+
height: 30px;
|
|
149
|
+
color: #182948;
|
|
150
|
+
}
|
|
151
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input {
|
|
152
|
+
min-height: 30px;
|
|
153
|
+
}
|
|
154
|
+
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,
|
|
155
|
+
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,
|
|
156
|
+
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,
|
|
157
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
158
|
+
height: 30px;
|
|
159
|
+
border: none;
|
|
160
|
+
border-color: #dee4ed;
|
|
161
|
+
box-shadow: none;
|
|
162
|
+
}
|
|
163
|
+
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,
|
|
164
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
165
|
+
width: 100%;
|
|
166
|
+
}
|
|
167
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit {
|
|
119
168
|
margin-right: 0.5rem;
|
|
120
169
|
}
|
|
170
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset {
|
|
171
|
+
margin-right: 0;
|
|
172
|
+
}
|
|
173
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse {
|
|
174
|
+
margin-left: 0.5rem;
|
|
175
|
+
}
|
|
121
176
|
.ant-message .ant-message-notice-content {
|
|
122
177
|
padding: 10px 16px;
|
|
123
178
|
/* 文字颜色/一级-333333 */
|
|
@@ -202,7 +257,7 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
202
257
|
min-width: 88px;
|
|
203
258
|
}
|
|
204
259
|
.ant-modal-root .ant-modal-confirm .ant-modal-body {
|
|
205
|
-
padding:
|
|
260
|
+
padding: 32px 32px 28px !important;
|
|
206
261
|
}
|
|
207
262
|
.ant-modal-root .ant-modal-confirm .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
208
263
|
margin-inline-end: 16px;
|
|
@@ -336,7 +391,7 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
336
391
|
.ant-steps .ant-steps-item-icon {
|
|
337
392
|
width: 28px;
|
|
338
393
|
height: 28px;
|
|
339
|
-
margin-top:
|
|
394
|
+
margin-top: 3px;
|
|
340
395
|
display: flex;
|
|
341
396
|
justify-content: center;
|
|
342
397
|
align-items: center;
|
|
@@ -424,7 +479,7 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
424
479
|
justify-content: center;
|
|
425
480
|
width: 28px;
|
|
426
481
|
height: 28px;
|
|
427
|
-
margin-top:
|
|
482
|
+
margin-top: 3px;
|
|
428
483
|
}
|
|
429
484
|
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
|
|
430
485
|
inset-inline-start: 13px;
|
|
@@ -474,6 +529,7 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
474
529
|
font-style: normal;
|
|
475
530
|
text-align: left;
|
|
476
531
|
text-transform: none;
|
|
532
|
+
transition: unset;
|
|
477
533
|
}
|
|
478
534
|
.ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th {
|
|
479
535
|
padding: 12px 16px;
|
|
@@ -499,3 +555,10 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
499
555
|
padding: 10.5px 16px;
|
|
500
556
|
line-height: 18px;
|
|
501
557
|
}
|
|
558
|
+
[class$='-basic-table'] {
|
|
559
|
+
max-width: 100%;
|
|
560
|
+
height: 100%;
|
|
561
|
+
}
|
|
562
|
+
[class$='-basic-table-row__striped'] td {
|
|
563
|
+
background-color: #f6f9fa;
|
|
564
|
+
}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
min-width: 88px;
|
|
66
66
|
}
|
|
67
67
|
.ant-modal-root .ant-modal-confirm .ant-modal-body {
|
|
68
|
-
padding:
|
|
68
|
+
padding: 32px 32px 28px !important;
|
|
69
69
|
}
|
|
70
70
|
.ant-modal-root .ant-modal-confirm .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
71
71
|
margin-inline-end: 16px;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
.ant-steps .ant-steps-item-icon {
|
|
8
8
|
width: 28px;
|
|
9
9
|
height: 28px;
|
|
10
|
-
margin-top:
|
|
10
|
+
margin-top: 3px;
|
|
11
11
|
display: flex;
|
|
12
12
|
justify-content: center;
|
|
13
13
|
align-items: center;
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
justify-content: center;
|
|
96
96
|
width: 28px;
|
|
97
97
|
height: 28px;
|
|
98
|
-
margin-top:
|
|
98
|
+
margin-top: 3px;
|
|
99
99
|
}
|
|
100
100
|
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
|
|
101
101
|
inset-inline-start: 13px;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
font-style: normal;
|
|
43
43
|
text-align: left;
|
|
44
44
|
text-transform: none;
|
|
45
|
+
transition: unset;
|
|
45
46
|
}
|
|
46
47
|
.ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th {
|
|
47
48
|
padding: 12px 16px;
|
|
@@ -67,3 +68,10 @@
|
|
|
67
68
|
padding: 10.5px 16px;
|
|
68
69
|
line-height: 18px;
|
|
69
70
|
}
|
|
71
|
+
[class$='-basic-table'] {
|
|
72
|
+
max-width: 100%;
|
|
73
|
+
height: 100%;
|
|
74
|
+
}
|
|
75
|
+
[class$='-basic-table-row__striped'] td {
|
|
76
|
+
background-color: #f6f9fa;
|
|
77
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
.aplus-ap-table-wrapper {
|
|
2
|
+
padding: 16px;
|
|
3
|
+
background-color: #fff;
|
|
4
|
+
}
|
|
5
|
+
.aplus-ap-table__search-wrapper {
|
|
6
|
+
padding: 16px;
|
|
7
|
+
padding-bottom: 0;
|
|
8
|
+
background-color: #fff;
|
|
9
|
+
margin-bottom: 16px;
|
|
10
|
+
}
|
|
11
|
+
.aplus-ap-table__form-wrapper {
|
|
12
|
+
padding: 16px;
|
|
13
|
+
background-color: #fff;
|
|
14
|
+
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
.fullscreen-modal {
|
|
2
|
-
overflow: hidden;
|
|
3
|
-
}
|
|
4
|
-
.fullscreen-modal .ant-modal {
|
|
5
|
-
inset: 0 !important;
|
|
6
|
-
width: 100% !important;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
height: 100%;
|
|
9
|
-
}
|
|
10
|
-
.fullscreen-modal .ant-modal-content {
|
|
11
|
-
height: 100%;
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
}
|
|
14
|
-
.fullscreen-modal .ant-modal-footer {
|
|
15
|
-
margin-top: 0;
|
|
16
|
-
}
|
|
17
|
-
.aplus-basic-modal {
|
|
18
|
-
width: 520px;
|
|
19
|
-
padding-bottom: 0;
|
|
20
|
-
}
|
|
21
|
-
.aplus-basic-modal .ant-modal-body > .aplus-scrollbar {
|
|
22
|
-
padding: 20px;
|
|
23
|
-
padding-bottom: 0;
|
|
24
|
-
}
|
|
25
|
-
.aplus-basic-modal .ant-modal-title {
|
|
26
|
-
font-size: 16px;
|
|
27
|
-
font-weight: bold;
|
|
28
|
-
}
|
|
29
|
-
.aplus-basic-modal .ant-modal-title .aplus-basic-title {
|
|
30
|
-
cursor: move !important;
|
|
31
|
-
padding-left: 0;
|
|
32
|
-
}
|
|
33
|
-
.aplus-basic-modal .ant-modal-body {
|
|
34
|
-
padding: 0;
|
|
35
|
-
}
|
|
36
|
-
.aplus-basic-modal .ant-modal-body > .aplus-scrollbar > .aplus-scrollbar__bar.is-horizontal {
|
|
37
|
-
display: none;
|
|
38
|
-
}
|
|
39
|
-
.aplus-basic-modal .ant-modal-large {
|
|
40
|
-
top: 60px;
|
|
41
|
-
}
|
|
42
|
-
.aplus-basic-modal .ant-modal-large .ant-modal--mini {
|
|
43
|
-
top: 16px;
|
|
44
|
-
}
|
|
45
|
-
.aplus-basic-modal .ant-modal-header {
|
|
46
|
-
padding: 15px 20px;
|
|
47
|
-
margin-bottom: 0;
|
|
48
|
-
border-bottom: 1px solid #dee4ed;
|
|
49
|
-
}
|
|
50
|
-
.aplus-basic-modal .ant-modal-content {
|
|
51
|
-
padding: 0 !important;
|
|
52
|
-
}
|
|
53
|
-
.aplus-basic-modal .ant-modal-footer {
|
|
54
|
-
padding: 20px;
|
|
55
|
-
margin-top: 0;
|
|
56
|
-
}
|
|
57
|
-
.aplus-basic-modal .ant-modal-footer button + button {
|
|
58
|
-
margin-left: 10px;
|
|
59
|
-
}
|
|
60
|
-
.aplus-basic-modal .ant-modal-close {
|
|
61
|
-
top: 0 !important;
|
|
62
|
-
right: 0 !important;
|
|
63
|
-
width: auto !important;
|
|
64
|
-
outline: none;
|
|
65
|
-
background: transparent !important;
|
|
66
|
-
font-weight: normal;
|
|
67
|
-
}
|
|
68
|
-
.aplus-basic-modal .ant-modal-close-x {
|
|
69
|
-
display: inline-block;
|
|
70
|
-
width: 96px;
|
|
71
|
-
height: 56px;
|
|
72
|
-
line-height: 56px !important;
|
|
73
|
-
}
|
|
74
|
-
.aplus-basic-modal .ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
75
|
-
color: #909399;
|
|
76
|
-
}
|
|
77
|
-
.aplus-basic-modal .ant-modal-confirm-confirm.error .ant-modal-confirm-body > .anticon {
|
|
78
|
-
color: #ed6f6f;
|
|
79
|
-
}
|
|
80
|
-
.aplus-basic-modal .ant-modal-confirm-btns .ant-btn:last-child {
|
|
81
|
-
margin-right: 0;
|
|
82
|
-
}
|
|
83
|
-
.aplus-basic-modal .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
84
|
-
color: #efbd47;
|
|
85
|
-
}
|
|
86
|
-
.aplus-basic-modal .ant-modal-confirm-confirm.success .ant-modal-confirm-body > .anticon {
|
|
87
|
-
color: #34b77c;
|
|
88
|
-
}
|
|
89
|
-
@media screen and (height <= 600px) {
|
|
90
|
-
.ant-modal {
|
|
91
|
-
top: 60px;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
@media screen and (height <= 540px) {
|
|
95
|
-
.ant-modal {
|
|
96
|
-
top: 30px;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
@media screen and (height <= 480px) {
|
|
100
|
-
.ant-modal {
|
|
101
|
-
top: 10px;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
.aplus-pro-table-form .table-form-admin .ant-table-wrapper {
|
|
2
|
+
padding: 0;
|
|
3
|
+
}
|
|
1
4
|
.aplus-pro-table-form .table-form-admin .ant-table .ant-table-tbody > tr > td,
|
|
2
5
|
.aplus-pro-table-form .table-form-admin .ant-table .ant-table-body .ant-table-tbody > tr.ant-table-row > td {
|
|
3
6
|
padding: 18px 16px 0px ;
|