@aplus-frontend/ui 0.6.0 → 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.
Files changed (99) hide show
  1. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  2. package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -0
  3. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +4 -1
  4. package/es/src/ap-grid/hooks/use-table-style.d.ts +2 -0
  5. package/es/src/ap-grid/hooks/use-table-style.mjs +8 -6
  6. package/es/src/ap-grid/index.vue.mjs +140 -135
  7. package/es/src/ap-grid/utils/table.mjs +24 -21
  8. package/es/src/ap-table/utils.mjs +3 -3
  9. package/es/src/business/ap-card/ApCard.vue2.mjs +18 -18
  10. package/es/src/version.d.ts +1 -1
  11. package/es/src/version.mjs +1 -1
  12. package/lib/src/ap-button/ap-button.vue.js +1 -1
  13. package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -0
  14. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  15. package/lib/src/ap-grid/hooks/use-table-style.d.ts +2 -0
  16. package/lib/src/ap-grid/hooks/use-table-style.js +1 -1
  17. package/lib/src/ap-grid/index.vue.js +1 -1
  18. package/lib/src/ap-grid/utils/table.js +1 -1
  19. package/lib/src/ap-table/utils.js +1 -1
  20. package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
  21. package/lib/src/version.d.ts +1 -1
  22. package/lib/src/version.js +1 -1
  23. package/package.json +1 -2
  24. package/theme/antd-global-overwrite/admin/index.css +1 -291
  25. package/theme/antd-global-overwrite/admin/index.less +1 -7
  26. package/theme/antd-global-overwrite/aplus/index.css +1 -287
  27. package/theme/antd-global-overwrite/aplus/index.less +1 -7
  28. package/theme/antdv-override.css +572 -0
  29. package/theme/antdv-override.less +659 -0
  30. package/theme/ap-download/ap-download.css +1 -1
  31. package/theme/ap-form/index.css +3 -1
  32. package/theme/ap-form/search-form-sorter.css +3 -1
  33. package/theme/ap-form/search-form-sorter.less +3 -1
  34. package/theme/ap-form/search-form.css +3 -1
  35. package/theme/ap-grid/index.css +10 -1
  36. package/theme/ap-grid/index.less +7 -0
  37. package/theme/ap-select-layout/ap-select-layout.css +2 -2
  38. package/theme/ap-table/ap-table.css +4 -1
  39. package/theme/ap-table/setting/index.css +1 -0
  40. package/theme/ap-table/setting/modal.css +1 -0
  41. package/theme/ap-table/setting/modal.less +1 -0
  42. package/theme/ap-table-modal/index.css +4 -1
  43. package/theme/ap-tag/ap-tag.css +1 -1
  44. package/theme/ap-upload/index.css +1 -1
  45. package/theme/ap-upload/single-file.css +1 -1
  46. package/theme/{ui-mode.css → css-var.css} +2 -0
  47. package/theme/{ui-mode.less → css-var.less} +4 -0
  48. package/theme/editable-table/index.css +3 -1
  49. package/theme/index.css +590 -6
  50. package/theme/index.less +2 -1
  51. package/theme/mixins/config.less +1 -1
  52. package/es/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
  53. package/lib/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
  54. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  55. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  56. package/theme/antd-global-overwrite/admin/button.css +0 -27
  57. package/theme/antd-global-overwrite/admin/button.less +0 -31
  58. package/theme/antd-global-overwrite/admin/drawer.css +0 -3
  59. package/theme/antd-global-overwrite/admin/drawer.less +0 -5
  60. package/theme/antd-global-overwrite/admin/field.css +0 -42
  61. package/theme/antd-global-overwrite/admin/field.less +0 -43
  62. package/theme/antd-global-overwrite/admin/form.css +0 -57
  63. package/theme/antd-global-overwrite/admin/form.less +0 -97
  64. package/theme/antd-global-overwrite/admin/message.css +0 -10
  65. package/theme/antd-global-overwrite/admin/message.less +0 -13
  66. package/theme/antd-global-overwrite/admin/modal.css +0 -94
  67. package/theme/antd-global-overwrite/admin/modal.less +0 -128
  68. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  69. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  70. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  71. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  72. package/theme/antd-global-overwrite/admin/table.css +0 -78
  73. package/theme/antd-global-overwrite/admin/table.less +0 -62
  74. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  75. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  76. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  77. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  78. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  79. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  80. package/theme/antd-global-overwrite/aplus/drawer.css +0 -3
  81. package/theme/antd-global-overwrite/aplus/drawer.less +0 -5
  82. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  83. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  84. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  85. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  86. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  87. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  88. package/theme/antd-global-overwrite/aplus/modal.css +0 -87
  89. package/theme/antd-global-overwrite/aplus/modal.less +0 -120
  90. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  91. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  92. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  93. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  94. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  95. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  96. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  97. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  98. package/theme/ap-table/ap-table-pagination.css +0 -12
  99. package/theme/ap-table/ap-table-pagination.less +0 -14
@@ -1,291 +1 @@
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: #333333;
10
- font-weight: normal !important;
11
- font-size: 12px;
12
- line-height: 18px;
13
- }
14
- .ant-alert .ant-alert-message .href {
15
- color: #1890ff;
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-warning {
23
- background: rgba(250, 173, 20, 0.1);
24
- border: 1px solid rgba(250, 173, 20, 0.4);
25
- }
26
- .ant-alert.ant-alert-info {
27
- background: rgba(24, 144, 255, 0.1);
28
- border: 1px solid rgba(24, 144, 255, 0.4);
29
- }
30
- .ant-alert.ant-alert-success {
31
- background: rgba(52, 183, 124, 0.1);
32
- border: 1px solid rgba(52, 183, 124, 0.4);
33
- }
34
- .ant-alert.ant-alert-error {
35
- background: rgba(255, 77, 79, 0.1);
36
- border: 1px solid rgba(255, 77, 79, 0.4);
37
- }
38
- .ant-btn {
39
- box-shadow: none;
40
- }
41
- .ant-btn.ant-btn-primary[disabled],
42
- .ant-btn.ant-btn-primary[disabled]:hover {
43
- color: #ffffff;
44
- background: #d6f1e5;
45
- border-color: #d6f1e5;
46
- }
47
- .ant-btn.ant-btn-dangerous.ant-btn-dangerous[disabled],
48
- .ant-btn.ant-btn-dangerous.ant-btn-dangerous[disabled]:hover {
49
- color: #ffffff !important;
50
- background: #ffdbdc !important;
51
- border-color: #ffdbdc !important;
52
- }
53
- .ant-btn.ant-btn-default[disabled],
54
- .ant-btn.ant-btn-default[disabled]:hover {
55
- color: #bfbfbf !important;
56
- background: #fafafa !important;
57
- border-color: #d9d9d9 !important;
58
- }
59
- .ant-btn.ant-btn-link[disabled],
60
- .ant-btn.ant-btn-link[disabled]:hover,
61
- .ant-btn.ant-btn-text[disabled],
62
- .ant-btn.ant-btn-text[disabled]:hover {
63
- color: rgba(24, 144, 255, 0.2) !important;
64
- }
65
- .ant-message div.ant-message-notice-content {
66
- padding: 10px 16px;
67
- font-size: 14px;
68
- line-height: 22px;
69
- box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
70
- }
71
- .ant-message .ant-message-notice .anticon {
72
- margin-bottom: 1px;
73
- margin-inline-end: 9px;
74
- }
75
- .ant-modal-root .ant-modal .ant-modal-close {
76
- top: 14px;
77
- inset-inline-end: 18px;
78
- color: #666666;
79
- }
80
- .ant-modal-root .ant-modal .ant-modal-close:hover {
81
- background-color: transparent;
82
- }
83
- .ant-modal-root .ant-modal .ant-modal-close-x {
84
- line-height: 0;
85
- }
86
- .ant-modal-root .ant-modal .ant-modal-content {
87
- padding: 0;
88
- }
89
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
90
- margin-bottom: 0;
91
- padding: 12px 20px;
92
- border-bottom: 1px solid #E9E9E9;
93
- }
94
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
95
- padding: 16px 20px;
96
- }
97
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
98
- padding: 0;
99
- }
100
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
101
- margin-bottom: 0 !important;
102
- }
103
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
104
- padding: 20px 0 !important;
105
- }
106
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) [class*='ap-modal-body-wrapper'] {
107
- padding: 0 20px;
108
- overflow: hidden auto;
109
- }
110
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
111
- margin-top: 0;
112
- padding: 0 20px 12px;
113
- border-top: none;
114
- }
115
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
116
- min-width: 72px;
117
- }
118
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
119
- margin-inline-start: 8px;
120
- }
121
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
122
- padding: 20px 24px;
123
- }
124
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
125
- margin-inline-end: 10px;
126
- font-size: 22px;
127
- }
128
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
129
- color: #333333;
130
- font-weight: normal;
131
- font-size: 16px;
132
- line-height: 24px;
133
- }
134
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
135
- max-width: calc(100% - 40px);
136
- color: #999999;
137
- font-weight: normal;
138
- font-size: 14px;
139
- line-height: 200%;
140
- margin-block-start: 4px;
141
- margin-inline-start: 34px;
142
- }
143
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
144
- color: #999999;
145
- }
146
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
147
- margin-top: 0;
148
- padding-top: 16px;
149
- }
150
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
151
- min-width: 72px;
152
- }
153
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
154
- margin-inline-start: 8px;
155
- }
156
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
157
- color: #06c687;
158
- }
159
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
160
- color: #1890ff;
161
- }
162
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
163
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
164
- color: #faad14;
165
- }
166
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
167
- color: #ff4d4f;
168
- }
169
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
170
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
171
- padding-bottom: 0;
172
- }
173
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
174
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
175
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
176
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
177
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
178
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
179
- overflow: visible;
180
- }
181
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
182
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
183
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
184
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
185
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
186
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
187
- overflow: visible;
188
- }
189
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
190
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
191
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
192
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
193
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
194
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
195
- overflow: visible;
196
- }
197
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
198
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
199
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
200
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
201
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
202
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
203
- position: sticky;
204
- top: 0;
205
- z-index: 90;
206
- border-top: 4px solid #ffffff;
207
- }
208
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
209
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
210
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
211
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
212
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
213
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
214
- position: sticky;
215
- bottom: -1px;
216
- z-index: 90;
217
- }
218
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
219
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
220
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
221
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
222
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
223
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
224
- bottom: 44px;
225
- }
226
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
227
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
228
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
229
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
230
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
231
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
232
- position: sticky;
233
- bottom: 0;
234
- z-index: 90;
235
- margin: 0;
236
- padding: 8px 0;
237
- background-color: #ffffff;
238
- }
239
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
240
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
241
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
242
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
243
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
244
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
245
- padding-top: 4px;
246
- }
247
- .ant-tooltip div[role='tooltip'] {
248
- padding-block: 6px;
249
- }
250
- .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
251
- border-color: #d9d9d9;
252
- }
253
- .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
254
- border-color: #d9d9d9;
255
- }
256
- .ant-input::-moz-placeholder {
257
- color: #bfbfbf;
258
- }
259
- .ant-input::placeholder {
260
- color: #bfbfbf;
261
- }
262
- .ant-select .ant-select-selection-placeholder {
263
- color: #bfbfbf;
264
- }
265
- .ant-picker .ant-picker-input > input::-moz-placeholder {
266
- color: #bfbfbf;
267
- }
268
- .ant-picker .ant-picker-input > input::placeholder {
269
- color: #bfbfbf;
270
- }
271
- .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
272
- color: #bfbfbf;
273
- }
274
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
275
- color: #bfbfbf;
276
- }
277
- input[disabled].ant-input {
278
- color: var(--ap-text-color-1);
279
- }
280
- textarea[disabled].ant-input {
281
- color: var(--ap-text-color-1);
282
- }
283
- .ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
284
- color: var(--ap-text-color-1);
285
- }
286
- .ant-select-disabled .ant-select-selection-item {
287
- color: var(--ap-text-color-1) !important;
288
- }
289
- .ant-input-clear-icon {
290
- line-height: 18px;
291
- }
1
+ /* intentionally left blank */
@@ -1,7 +1 @@
1
- @import './alert.less'; // 警告提示
2
- @import './button.less'; // 按钮
3
- @import './message.less'; // 全局提示
4
- @import './modal.less'; // 弹框
5
- @import './table.less'; // 表格
6
- @import './tooltip.less'; // 文字提示
7
- @import './field.less'; // 表单项
1
+ /* intentionally left blank */
@@ -1,287 +1 @@
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
- }
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
- font-size: 16px;
128
- line-height: 24px;
129
- }
130
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
131
- max-width: calc(100% - 40px);
132
- color: #8896b0;
133
- font-weight: normal;
134
- font-size: 14px;
135
- line-height: 200%;
136
- margin-block-start: 4px;
137
- margin-inline-start: 34px;
138
- }
139
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
140
- color: #8896b0;
141
- }
142
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
143
- margin-top: 0;
144
- padding-top: 16px;
145
- }
146
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
147
- min-width: 72px;
148
- }
149
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
150
- margin-inline-start: 8px;
151
- }
152
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
153
- color: #06c687;
154
- }
155
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
156
- color: #0070ff;
157
- }
158
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
159
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
160
- color: #ffa940;
161
- }
162
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
163
- color: #ff4d4f;
164
- }
165
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
166
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
167
- padding-bottom: 0;
168
- }
169
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
170
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
171
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
172
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
173
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
174
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
175
- overflow: visible;
176
- }
177
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
178
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
179
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
180
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
181
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
182
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
183
- overflow: visible;
184
- }
185
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
186
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
187
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
188
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
189
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
190
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
191
- overflow: visible;
192
- }
193
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
194
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
195
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
196
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
197
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
198
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
199
- position: sticky;
200
- top: 0;
201
- z-index: 90;
202
- border-top: 4px solid #ffffff;
203
- }
204
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
205
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
206
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
207
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
208
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
209
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
210
- position: sticky;
211
- bottom: -1px;
212
- z-index: 90;
213
- }
214
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
215
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
216
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
217
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
218
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
219
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
220
- bottom: 44px;
221
- }
222
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
223
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
224
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
225
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
226
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
227
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
228
- position: sticky;
229
- bottom: 0;
230
- z-index: 90;
231
- margin: 0;
232
- padding: 8px 0;
233
- background-color: #ffffff;
234
- }
235
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
236
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
237
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
238
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
239
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
240
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
241
- padding-top: 4px;
242
- }
243
- .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
244
- border-color: #d3d7de;
245
- }
246
- .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
247
- border-color: #d3d7de;
248
- }
249
- .ant-input::-moz-placeholder {
250
- color: #abb7cc;
251
- }
252
- .ant-input::placeholder {
253
- color: #abb7cc;
254
- }
255
- .ant-select .ant-select-selection-placeholder {
256
- color: #abb7cc;
257
- }
258
- .ant-picker .ant-picker-input > input::-moz-placeholder {
259
- color: #abb7cc;
260
- }
261
- .ant-picker .ant-picker-input > input::placeholder {
262
- color: #abb7cc;
263
- }
264
- .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
265
- color: #abb7cc;
266
- }
267
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
268
- color: #abb7cc;
269
- }
270
- input[disabled].ant-input {
271
- color: var(--ap-text-color-1);
272
- }
273
- textarea[disabled].ant-input {
274
- color: var(--ap-text-color-1);
275
- }
276
- .ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
277
- color: var(--ap-text-color-1);
278
- }
279
- .ant-select-disabled .ant-select-selection-item {
280
- color: var(--ap-text-color-1) !important;
281
- }
282
- .ant-input-clear-icon {
283
- line-height: 18px;
284
- }
285
- .ant-tooltip div[role='tooltip'] {
286
- padding-block: 6px;
287
- }
1
+ /* intentionally left blank */
@@ -1,7 +1 @@
1
- @import './alert.less'; // 警告提示
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 */