@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,284 +1 @@
|
|
|
1
|
-
|
|
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
|
-
}
|
|
41
|
-
.ant-btn {
|
|
42
|
-
box-shadow: none;
|
|
43
|
-
}
|
|
44
|
-
.ant-btn.ant-btn-primary[disabled],
|
|
45
|
-
.ant-btn.ant-btn-primary[disabled]:hover {
|
|
46
|
-
color: #ffffff;
|
|
47
|
-
background: #cce2ff;
|
|
48
|
-
border-color: #cce2ff;
|
|
49
|
-
}
|
|
50
|
-
.ant-btn.ant-btn-dangerous.ant-btn-default[disabled],
|
|
51
|
-
.ant-btn.ant-btn-dangerous.ant-btn-default[disabled]:hover {
|
|
52
|
-
color: #ffffff;
|
|
53
|
-
background: #ffdbdc;
|
|
54
|
-
border-color: #ffdbdc;
|
|
55
|
-
}
|
|
56
|
-
.ant-btn.ant-btn-default[disabled],
|
|
57
|
-
.ant-btn.ant-btn-default[disabled]:hover {
|
|
58
|
-
color: #abb7cc;
|
|
59
|
-
background: #f9f9fa;
|
|
60
|
-
border-color: #dee4ed;
|
|
61
|
-
}
|
|
62
|
-
.ant-btn.ant-btn-link[disabled],
|
|
63
|
-
.ant-btn.ant-btn-link[disabled]:hover,
|
|
64
|
-
.ant-btn.ant-btn-text[disabled],
|
|
65
|
-
.ant-btn.ant-btn-text[disabled]:hover {
|
|
66
|
-
color: #cce2ff;
|
|
67
|
-
}
|
|
68
|
-
.ant-message div.ant-message-notice-content {
|
|
69
|
-
padding: 10px 16px;
|
|
70
|
-
font-size: 14px;
|
|
71
|
-
line-height: 22px;
|
|
72
|
-
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
73
|
-
}
|
|
74
|
-
.ant-message .ant-message-notice .anticon {
|
|
75
|
-
margin-bottom: 1px;
|
|
76
|
-
margin-inline-end: 9px;
|
|
77
|
-
}
|
|
78
|
-
.ant-modal-root .ant-modal .ant-modal-close {
|
|
79
|
-
top: 14px;
|
|
80
|
-
inset-inline-end: 18px;
|
|
81
|
-
color: #8796b0;
|
|
82
|
-
}
|
|
83
|
-
.ant-modal-root .ant-modal .ant-modal-close:hover {
|
|
84
|
-
background-color: transparent;
|
|
85
|
-
}
|
|
86
|
-
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
87
|
-
line-height: 0;
|
|
88
|
-
}
|
|
89
|
-
.ant-modal-root .ant-modal .ant-modal-content {
|
|
90
|
-
padding: 0;
|
|
91
|
-
}
|
|
92
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
93
|
-
margin-bottom: 0;
|
|
94
|
-
padding: 12px 20px;
|
|
95
|
-
border-bottom: 1px solid #E9EDF3;
|
|
96
|
-
}
|
|
97
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
98
|
-
padding: 16px 20px;
|
|
99
|
-
}
|
|
100
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
|
|
101
|
-
padding: 20px 0 !important;
|
|
102
|
-
}
|
|
103
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) [class*='ap-modal-body-wrapper'] {
|
|
104
|
-
padding: 0 20px;
|
|
105
|
-
overflow: hidden auto;
|
|
106
|
-
}
|
|
107
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
108
|
-
margin-top: 0;
|
|
109
|
-
padding: 0 20px 12px;
|
|
110
|
-
}
|
|
111
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
112
|
-
min-width: 72px;
|
|
113
|
-
}
|
|
114
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
115
|
-
margin-inline-start: 8px;
|
|
116
|
-
}
|
|
117
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
118
|
-
padding: 20px 24px;
|
|
119
|
-
}
|
|
120
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
121
|
-
margin-inline-end: 10px;
|
|
122
|
-
font-size: 22px;
|
|
123
|
-
}
|
|
124
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
|
|
125
|
-
color: #182948;
|
|
126
|
-
font-weight: normal;
|
|
127
|
-
}
|
|
128
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
129
|
-
max-width: calc(100% - 40px);
|
|
130
|
-
color: #8896b0;
|
|
131
|
-
font-weight: normal;
|
|
132
|
-
line-height: 1.5;
|
|
133
|
-
margin-block-start: 4px;
|
|
134
|
-
margin-inline-start: 34px;
|
|
135
|
-
}
|
|
136
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
137
|
-
color: #8896b0;
|
|
138
|
-
}
|
|
139
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
|
|
140
|
-
margin-top: 0;
|
|
141
|
-
padding-top: 16px;
|
|
142
|
-
}
|
|
143
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
144
|
-
min-width: 72px;
|
|
145
|
-
}
|
|
146
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
147
|
-
margin-inline-start: 8px;
|
|
148
|
-
}
|
|
149
|
-
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
150
|
-
color: #06c687;
|
|
151
|
-
}
|
|
152
|
-
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
153
|
-
color: #0070ff;
|
|
154
|
-
}
|
|
155
|
-
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
156
|
-
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
157
|
-
color: #ffa940;
|
|
158
|
-
}
|
|
159
|
-
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
160
|
-
color: #ff4d4f;
|
|
161
|
-
}
|
|
162
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
163
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
164
|
-
padding-bottom: 0;
|
|
165
|
-
}
|
|
166
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
167
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
168
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
169
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
170
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
171
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
172
|
-
overflow: visible;
|
|
173
|
-
}
|
|
174
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
175
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
176
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
177
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
178
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
179
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
180
|
-
overflow: visible;
|
|
181
|
-
}
|
|
182
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
183
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
184
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
185
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
186
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
187
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
188
|
-
overflow: visible;
|
|
189
|
-
}
|
|
190
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
191
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
192
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
193
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
194
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
195
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
196
|
-
position: sticky;
|
|
197
|
-
top: 0;
|
|
198
|
-
z-index: 90;
|
|
199
|
-
border-top: 4px solid #ffffff;
|
|
200
|
-
}
|
|
201
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
202
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
203
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
204
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
205
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
206
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
207
|
-
position: sticky;
|
|
208
|
-
bottom: -1px;
|
|
209
|
-
z-index: 90;
|
|
210
|
-
}
|
|
211
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
212
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
213
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
214
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
215
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
216
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
217
|
-
bottom: 44px;
|
|
218
|
-
}
|
|
219
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
220
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
221
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
222
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
223
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
224
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
225
|
-
position: sticky;
|
|
226
|
-
bottom: 0;
|
|
227
|
-
z-index: 90;
|
|
228
|
-
margin: 0;
|
|
229
|
-
padding: 8px 0;
|
|
230
|
-
background-color: #ffffff;
|
|
231
|
-
}
|
|
232
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
233
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
234
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
235
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
236
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
237
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
238
|
-
padding-top: 4px;
|
|
239
|
-
}
|
|
240
|
-
.ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
|
|
241
|
-
border-color: #d3d7de;
|
|
242
|
-
}
|
|
243
|
-
.ant-radio:not(.ant-radio-checked) .ant-radio-inner {
|
|
244
|
-
border-color: #d3d7de;
|
|
245
|
-
}
|
|
246
|
-
.ant-input::-moz-placeholder {
|
|
247
|
-
color: #abb7cc;
|
|
248
|
-
}
|
|
249
|
-
.ant-input::placeholder {
|
|
250
|
-
color: #abb7cc;
|
|
251
|
-
}
|
|
252
|
-
.ant-select .ant-select-selection-placeholder {
|
|
253
|
-
color: #abb7cc;
|
|
254
|
-
}
|
|
255
|
-
.ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
256
|
-
color: #abb7cc;
|
|
257
|
-
}
|
|
258
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
259
|
-
color: #abb7cc;
|
|
260
|
-
}
|
|
261
|
-
.ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
262
|
-
color: #abb7cc;
|
|
263
|
-
}
|
|
264
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
265
|
-
color: #abb7cc;
|
|
266
|
-
}
|
|
267
|
-
input[disabled].ant-input {
|
|
268
|
-
color: var(--ap-text-color-1);
|
|
269
|
-
}
|
|
270
|
-
textarea[disabled].ant-input {
|
|
271
|
-
color: var(--ap-text-color-1);
|
|
272
|
-
}
|
|
273
|
-
.ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
|
|
274
|
-
color: var(--ap-text-color-1);
|
|
275
|
-
}
|
|
276
|
-
.ant-select-disabled .ant-select-selection-item {
|
|
277
|
-
color: var(--ap-text-color-1) !important;
|
|
278
|
-
}
|
|
279
|
-
.ant-input-clear-icon {
|
|
280
|
-
line-height: 18px;
|
|
281
|
-
}
|
|
282
|
-
.ant-tooltip div[role='tooltip'] {
|
|
283
|
-
padding-block: 6px;
|
|
284
|
-
}
|
|
1
|
+
/* intentionally left blank */
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import './button.less'; // 按钮
|
|
3
|
-
@import './message.less'; // 全局提示
|
|
4
|
-
@import './modal.less'; // 弹框
|
|
5
|
-
@import './table.less'; // 表格
|
|
6
|
-
@import './field.less'; // 输入类型控件
|
|
7
|
-
@import './tooltip.less'; // 文字提示
|
|
1
|
+
/* intentionally left blank */
|