@aplus-frontend/ui 0.6.0-beta.10 → 0.6.0-beta.11

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 (87) hide show
  1. package/es/index.mjs +294 -289
  2. package/es/src/ap-form/item/index.vue.mjs +7 -7
  3. package/es/src/ap-table/ap-table.vue2.mjs +1 -1
  4. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
  5. package/es/src/business/ap-radio-group/ap-radio-group.vue.mjs +4 -0
  6. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +60 -0
  7. package/es/src/business/ap-radio-group/index.d.ts +55 -0
  8. package/es/src/business/ap-radio-group/index.mjs +8 -0
  9. package/es/src/business/ap-radio-group/interface.d.ts +11 -0
  10. package/es/src/business/ap-radio-group/interface.mjs +1 -0
  11. package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
  12. package/es/src/business/ap-radio-group/style/css.js +1 -0
  13. package/es/src/business/ap-radio-group/style/index.d.ts +0 -0
  14. package/es/src/business/ap-radio-group/style/index.js +1 -0
  15. package/es/src/business/hooks/usePageListApGrid.d.ts +2 -0
  16. package/es/src/business/hooks/usePageListApGrid.mjs +69 -44
  17. package/es/src/business/index.d.ts +1 -0
  18. package/es/src/business/index.mjs +15 -13
  19. package/es/src/index.mjs +166 -164
  20. package/es/src/path-map.mjs +2 -1
  21. package/es/src/version.d.ts +2 -0
  22. package/es/src/version.mjs +4 -0
  23. package/lib/index.js +1 -1
  24. package/lib/src/ap-form/item/index.vue.js +1 -1
  25. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  26. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
  27. package/lib/src/business/ap-radio-group/ap-radio-group.vue.js +1 -0
  28. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -0
  29. package/lib/src/business/ap-radio-group/index.d.ts +55 -0
  30. package/lib/src/business/ap-radio-group/index.js +1 -0
  31. package/lib/src/business/ap-radio-group/interface.d.ts +11 -0
  32. package/lib/src/business/ap-radio-group/interface.js +1 -0
  33. package/lib/src/business/ap-radio-group/style/css.cjs +1 -0
  34. package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
  35. package/lib/src/business/ap-radio-group/style/index.cjs +1 -0
  36. package/lib/src/business/ap-radio-group/style/index.d.ts +0 -0
  37. package/lib/src/business/hooks/usePageListApGrid.d.ts +2 -0
  38. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  39. package/lib/src/business/index.d.ts +1 -0
  40. package/lib/src/business/index.js +1 -1
  41. package/lib/src/index.js +1 -1
  42. package/lib/src/path-map.js +1 -1
  43. package/lib/src/version.d.ts +2 -0
  44. package/lib/src/version.js +1 -0
  45. package/package.json +4 -2
  46. package/theme/antd-global-overwrite/admin/alert.css +6 -19
  47. package/theme/antd-global-overwrite/admin/alert.less +25 -36
  48. package/theme/antd-global-overwrite/admin/button.css +13 -13
  49. package/theme/antd-global-overwrite/admin/button.less +24 -24
  50. package/theme/antd-global-overwrite/admin/field.css +27 -0
  51. package/theme/antd-global-overwrite/admin/field.less +23 -0
  52. package/theme/antd-global-overwrite/admin/index.css +70 -446
  53. package/theme/antd-global-overwrite/admin/index.less +1 -3
  54. package/theme/antd-global-overwrite/admin/message.css +2 -9
  55. package/theme/antd-global-overwrite/admin/message.less +2 -10
  56. package/theme/antd-global-overwrite/admin/modal.css +4 -27
  57. package/theme/antd-global-overwrite/admin/modal.less +4 -32
  58. package/theme/antd-global-overwrite/admin/table.css +18 -72
  59. package/theme/antd-global-overwrite/admin/table.less +1 -4
  60. package/theme/antd-global-overwrite/aplus/alert.css +9 -19
  61. package/theme/antd-global-overwrite/aplus/alert.less +27 -34
  62. package/theme/antd-global-overwrite/aplus/button.css +20 -20
  63. package/theme/antd-global-overwrite/aplus/button.less +24 -24
  64. package/theme/antd-global-overwrite/aplus/field.css +21 -0
  65. package/theme/antd-global-overwrite/aplus/field.less +16 -0
  66. package/theme/antd-global-overwrite/aplus/index.css +71 -504
  67. package/theme/antd-global-overwrite/aplus/index.less +0 -3
  68. package/theme/antd-global-overwrite/aplus/message.css +2 -9
  69. package/theme/antd-global-overwrite/aplus/message.less +2 -10
  70. package/theme/antd-global-overwrite/aplus/modal.css +5 -35
  71. package/theme/antd-global-overwrite/aplus/modal.less +6 -42
  72. package/theme/antd-global-overwrite/aplus/table.css +16 -64
  73. package/theme/antd-global-overwrite/aplus/table.less +1 -4
  74. package/theme/ap-form/ap-form-item.css +1 -1
  75. package/theme/ap-form/ap-form-item.less +1 -1
  76. package/theme/ap-form/index.css +1 -1
  77. package/theme/ap-form/search-form.css +1 -1
  78. package/theme/ap-grid/index.css +1 -1
  79. package/theme/ap-radio-group/ap-radio-group.css +64 -0
  80. package/theme/ap-radio-group/ap-radio-group.less +23 -0
  81. package/theme/ap-table/ap-table.css +1 -1
  82. package/theme/ap-table-modal/index.css +1 -1
  83. package/theme/editable-table/index.css +1 -1
  84. package/theme/index.css +27 -1
  85. package/theme/index.less +1 -0
  86. package/theme/ui-mode.css +8 -0
  87. package/theme/ui-mode.less +8 -0
@@ -0,0 +1,23 @@
1
+ .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
2
+ border-color: #d9d9d9;
3
+ }
4
+
5
+ .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
6
+ border-color: #d9d9d9;
7
+ }
8
+
9
+ .ant-input::placeholder {
10
+ color: #bfbfbf;
11
+ }
12
+
13
+ .ant-select .ant-select-selection-placeholder {
14
+ color: #bfbfbf;
15
+ }
16
+
17
+ .ant-picker .ant-picker-input > input::placeholder {
18
+ color: #bfbfbf;
19
+ }
20
+
21
+ .ant-input-number .ant-input-number-input-wrap > input::placeholder {
22
+ color: #bfbfbf;
23
+ }
@@ -1,187 +1,87 @@
1
- .ant-alert {
2
- align-items: flex-start;
3
- width: 100%;
4
- padding: 6px 12px;
5
- border-radius: 4px;
6
- }
7
1
  .ant-alert .ant-alert-close-icon {
8
2
  line-height: 18px;
9
3
  }
10
4
  .ant-alert .ant-alert-icon {
11
5
  font-size: 16px;
12
- transform: translateY(1px);
13
6
  margin-inline-end: 8px;
14
7
  }
15
8
  .ant-alert .ant-alert-message {
16
9
  color: #333333;
17
10
  font-weight: normal !important;
18
11
  font-size: 12px;
19
- line-height: 18px;
12
+ line-height: 1.5;
20
13
  }
21
14
  .ant-alert .ant-alert-message .href {
22
15
  color: #1890ff;
23
16
  cursor: pointer;
24
17
  }
25
- .ant-alert .ant-alert-description {
26
- color: #333333;
27
- font-weight: normal;
28
- font-size: 12px;
29
- line-height: 18px;
30
- }
31
- .ant-alert-with-description .ant-alert-message {
18
+ .ant-alert.ant-alert-with-description .ant-alert-message {
32
19
  margin-bottom: 4px;
33
20
  font-weight: bold !important;
34
21
  }
35
- .ant-alert-warning {
22
+ .ant-alert.ant-alert-warning {
36
23
  background: rgba(250, 173, 20, 0.1);
37
24
  border: 1px solid rgba(250, 173, 20, 0.4);
38
25
  }
39
- .ant-alert-info {
26
+ .ant-alert.ant-alert-info {
40
27
  background: rgba(24, 144, 255, 0.1);
41
28
  border: 1px solid rgba(24, 144, 255, 0.4);
42
29
  }
43
- .ant-alert-success {
30
+ .ant-alert.ant-alert-success {
44
31
  background: rgba(52, 183, 124, 0.1);
45
32
  border: 1px solid rgba(52, 183, 124, 0.4);
46
33
  }
47
- .ant-alert-error {
34
+ .ant-alert.ant-alert-error {
48
35
  background: rgba(255, 77, 79, 0.1);
49
36
  border: 1px solid rgba(255, 77, 79, 0.4);
50
37
  }
51
38
  .ant-btn {
52
39
  box-shadow: none;
53
40
  }
54
- .ant-btn-primary[disabled],
55
- .ant-btn-primary[disabled]:hover {
56
- color: #ffffff !important;
57
- background: #d6f1e5 !important;
58
- border-color: #d6f1e5 !important;
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;
59
46
  }
60
- .ant-btn-dangerous[disabled],
61
- .ant-btn-dangerous[disabled]:hover {
47
+ .ant-btn.ant-btn-dangerous.ant-btn-dangerous[disabled],
48
+ .ant-btn.ant-btn-dangerous.ant-btn-dangerous[disabled]:hover {
62
49
  color: #ffffff !important;
63
50
  background: #ffdbdc !important;
64
51
  border-color: #ffdbdc !important;
65
52
  }
66
- .ant-btn-default[disabled],
67
- .ant-btn-default[disabled]:hover {
53
+ .ant-btn.ant-btn-default[disabled],
54
+ .ant-btn.ant-btn-default[disabled]:hover {
68
55
  color: #bfbfbf !important;
69
56
  background: #fafafa !important;
70
57
  border-color: #d9d9d9 !important;
71
58
  }
72
- .ant-btn-link[disabled],
73
- .ant-btn-link[disabled]:hover,
74
- .ant-btn-text[disabled],
75
- .ant-btn-text[disabled]:hover {
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 {
76
63
  color: rgba(24, 144, 255, 0.2) !important;
77
64
  }
78
- .ant-form .ant-form-item label {
79
- font-weight: normal;
80
- }
81
- .ant-form .ant-form-item label svg {
82
- color: #34b77c;
83
- }
84
- .ant-form .ant-form-item-control {
85
- padding-left: 0;
86
- }
87
- .ant-form .ant-form-item-control .ant-form-item-explain-error {
88
- font-size: 12px;
89
- }
90
- .ant-input::-moz-placeholder {
91
- color: #bfbfbf;
92
- }
93
- .ant-input::placeholder {
94
- color: #bfbfbf;
95
- }
96
- .ant-select .ant-select-selection-placeholder {
97
- color: #bfbfbf;
98
- }
99
- .ant-picker .ant-picker-input > input::-moz-placeholder {
100
- color: #bfbfbf;
101
- }
102
- .ant-picker .ant-picker-input > input::placeholder {
103
- color: #bfbfbf;
104
- }
105
- .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
106
- color: #bfbfbf;
107
- }
108
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
109
- color: #bfbfbf;
110
- }
111
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'],
112
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] {
113
- padding: 16px;
114
- }
115
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content,
116
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
117
- display: flex;
118
- align-items: center;
119
- justify-content: flex-end;
120
- }
121
- 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,
122
- 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.ant-btn-primary {
123
- order: 1;
124
- }
125
- 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,
126
- 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.ant-btn-default {
127
- order: 2;
128
- margin-right: 0;
129
- }
130
- 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,
131
- 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.ant-btn-link {
132
- order: 3;
133
- margin-left: 0.5rem;
134
- }
135
- .ant-message .ant-message-notice-content {
65
+ .ant-message div.ant-message-notice-content {
136
66
  padding: 10px 16px;
137
- /* 文字颜色/一级-333333 */
138
- color: #333333;
139
- font-weight: normal;
140
67
  font-size: 14px;
141
68
  line-height: 22px;
142
- letter-spacing: 0;
143
- border-radius: 4px;
144
69
  box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
145
70
  }
146
71
  .ant-message .ant-message-notice .anticon {
147
- font-size: 14px;
148
- line-height: 22px;
149
- vertical-align: -0.18em;
72
+ margin-bottom: 1px;
150
73
  margin-inline-end: 9px;
151
74
  }
152
75
  .ant-modal-root .ant-modal .ant-modal-close {
153
- top: 0;
154
- right: 0;
155
- width: auto;
76
+ top: 14px;
77
+ inset-inline-end: 18px;
156
78
  color: #666666;
157
- font-weight: normal;
158
- background: transparent;
159
- outline: none;
160
- cursor: default;
161
79
  }
162
80
  .ant-modal-root .ant-modal .ant-modal-close:hover {
163
- color: #666666;
164
81
  background-color: transparent;
165
82
  }
166
83
  .ant-modal-root .ant-modal .ant-modal-close-x {
167
- display: inline-block;
168
- width: 96px;
169
- height: 47px;
170
- line-height: 47px;
171
- text-align: start;
172
- }
173
- .ant-modal-root .ant-modal .ant-modal-close-x > div {
174
- height: 100%;
175
- }
176
- .ant-modal-root .ant-modal .ant-modal-close-x > span {
177
- display: inline-block;
178
- margin-left: 48px;
179
- padding: 10px;
180
- cursor: pointer;
181
- transition: all 0.2s;
182
- }
183
- .ant-modal-root .ant-modal .ant-modal-close-x > span:hover {
184
- color: #ed6f6f;
84
+ line-height: 0;
185
85
  }
186
86
  .ant-modal-root .ant-modal .ant-modal-content {
187
87
  padding: 0;
@@ -239,7 +139,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
239
139
  }
240
140
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
241
141
  margin-top: 0;
242
- padding-top: 24px;
142
+ padding-top: 12px;
243
143
  }
244
144
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
245
145
  min-width: 72px;
@@ -257,278 +157,17 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
257
157
  .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
258
158
  color: #ff4d4f;
259
159
  }
260
- [class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
261
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
262
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
263
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
264
- margin: 16px 0 0;
265
- }
266
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination,
267
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination,
268
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination,
269
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination {
270
- position: relative;
271
- }
272
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
273
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
274
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
275
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
276
- position: absolute;
277
- left: 0;
278
- height: 30px;
279
- line-height: 30px;
280
- }
281
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
282
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
283
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
284
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
285
- box-sizing: border-box;
286
- min-width: 30px;
287
- height: 30px;
288
- margin: 0 4px;
289
- font-weight: 400;
290
- font-size: 14px;
291
- line-height: 28px;
292
- text-align: center;
293
- border-radius: 4px;
294
- }
295
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
296
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
297
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
298
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
299
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
300
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
301
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
302
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
303
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
304
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
305
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
306
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
307
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
308
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
309
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
310
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
311
- border: 1px solid #d9d9d9;
312
- }
313
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
314
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
315
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
316
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
317
- width: 30px;
318
- height: 30px;
319
- margin: 0 4px;
320
- line-height: 28px;
321
- border: 1px solid #d9d9d9;
322
- }
323
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
324
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
325
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
326
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
327
- width: 30px;
328
- height: 30px;
329
- margin: 0 4px;
330
- line-height: 28px;
331
- border: 1px solid #d9d9d9;
332
- }
333
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
334
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
335
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
336
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled {
337
- border: 1px solid #d9d9d9;
338
- }
339
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
340
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
341
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
342
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
343
- margin-left: 4px;
344
- }
345
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
346
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
347
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
348
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
349
- min-width: 90px;
350
- height: 30px;
351
- }
352
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
353
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
354
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
355
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
356
- line-height: 28px;
357
- }
358
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
359
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
360
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
361
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
362
- color: #333333;
363
- }
364
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
365
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
366
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
367
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
368
- margin-left: 20px;
369
- color: #333333;
370
- font-size: 14px;
371
- }
372
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
373
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
374
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
375
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
376
- min-width: 60px;
377
- height: 30px;
378
- margin: 0 8px;
379
- padding: 0;
380
- border-radius: 4px;
381
- }
382
- .ant-steps > * {
383
- margin-right: 8px;
384
- }
385
- .ant-steps .ant-steps-item-container {
386
- display: flex;
387
- }
388
- .ant-steps .ant-steps-item-icon {
389
- flex-shrink: 0;
390
- width: 28px;
391
- height: 28px;
392
- margin-top: 3px;
393
- line-height: 27px;
394
- }
395
- .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
396
- font-weight: 500;
397
- font-size: 16px;
398
- }
399
- .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-container .ant-steps-item-description {
400
- min-height: 16px;
401
- margin-top: 5px;
402
- color: #999999;
403
- font-weight: 400;
404
- font-size: 12px;
405
- line-height: 1.2rem;
406
- }
407
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
408
- background-color: #ffffff;
409
- border-color: #34b77c;
410
- }
411
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
412
- width: 12px;
413
- height: 12px;
414
- }
415
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon svg {
416
- width: 12px;
417
- height: 12px;
418
- }
419
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
420
- min-height: 16px;
421
- margin-top: 5px;
422
- color: #999999;
423
- font-weight: 400;
424
- font-size: 12px;
425
- line-height: 1.2rem;
426
- }
427
- .ant-steps .ant-steps-item-title {
428
- height: 24px;
429
- font-weight: 400;
430
- font-size: 16px;
431
- padding-inline-end: 24px;
432
- }
433
- .ant-steps .ant-steps-item-content {
434
- margin-left: 4px;
435
- }
436
- .ant-steps .ant-steps-item-error.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
437
- background-color: #ff4d4f;
438
- }
439
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
440
- background-color: #34b77c;
441
- }
442
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
443
- color: #ffffff;
444
- font-weight: 500;
445
- font-size: 16px;
446
- }
447
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
448
- min-height: 16px;
449
- margin-top: 5px;
450
- color: #999999;
451
- font-weight: 400;
452
- font-size: 12px;
453
- line-height: 1.2rem;
454
- }
455
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
456
- background-color: #ffffff;
457
- border-color: #dee4ed;
458
- }
459
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
460
- color: #dee4ed;
461
- font-weight: 500;
462
- font-size: 16px;
463
- }
464
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
465
- min-height: 16px;
466
- margin-top: 5px;
467
- color: #999999;
468
- font-weight: 400;
469
- font-size: 12px;
470
- line-height: 1.2rem;
471
- }
472
- .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
473
- inset-inline-start: 13px;
474
- margin: 4px 0;
475
- }
476
- .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
477
- background-color: #ffffff;
478
- }
479
- .ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
480
- margin-inline-end: 8px;
481
- }
482
- .ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
483
- inset-inline-start: 13px;
484
- }
485
- .ant-steps.ant-steps-vertical .ant-steps-item-icon {
486
- width: 28px;
487
- height: 28px;
488
- margin-top: 3px;
489
- }
490
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-icon {
491
- width: 24px;
492
- height: 24px;
493
- margin-top: 3px;
494
- line-height: 25px;
495
- }
496
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-content {
497
- margin-top: 2px;
498
- }
499
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
500
- inset-inline-start: 13px;
501
- margin: 3px -1px;
502
- }
503
- .ant-steps.ant-steps-horizontal.ant-steps-small .ant-steps-item-icon {
504
- flex-shrink: 0;
505
- width: 24px;
506
- height: 24px;
507
- line-height: 25px;
508
- }
509
- [class$='-basic-table'],
510
- [class$='-basic-table-form-container'],
511
- [class$='-basic-table ap-table--sticky'],
512
- [class$='-basic-table-form-container ap-table--sticky'] {
160
+ [class$='ap-table--sticky'] {
513
161
  width: 100%;
514
162
  height: 100%;
515
163
  }
516
- [class$='-basic-table'] .ant-table-wrapper,
517
- [class$='-basic-table-form-container'] .ant-table-wrapper,
518
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper,
519
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper {
164
+ [class$='ap-table--sticky'] .ant-table-wrapper {
520
165
  padding: 12px 16px 16px;
521
166
  background-color: #ffffff;
522
167
  border-radius: 0;
523
168
  }
524
- [class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
525
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
526
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
527
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
528
- [class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
529
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
530
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
531
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
169
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
170
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
532
171
  display: flex;
533
172
  align-items: center;
534
173
  justify-content: space-between;
@@ -536,92 +175,50 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
536
175
  padding: 0 0 12px;
537
176
  border: none;
538
177
  }
539
- [class$='-basic-table'] .ant-table-wrapper .ant-table,
540
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table,
541
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table,
542
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table {
178
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table {
543
179
  width: 100%;
544
180
  overflow-x: hidden;
545
181
  border-radius: 0;
546
182
  }
547
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container,
548
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container,
549
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container,
550
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
183
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
551
184
  border-radius: 0;
552
185
  }
553
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table,
554
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table,
555
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table,
556
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
186
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
557
187
  border-radius: 0;
558
188
  }
559
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
560
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
561
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
562
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
189
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
563
190
  border-radius: 0;
564
191
  }
565
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
566
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
567
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
568
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
192
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
569
193
  border-radius: 0;
570
194
  }
571
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
572
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
573
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
574
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
195
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
575
196
  background-color: #f3fbf7;
576
197
  }
577
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
578
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
579
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
580
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
198
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
581
199
  background-color: #e6f6ef;
582
200
  }
583
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
584
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
585
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
586
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
201
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
587
202
  padding: 13.5px 16px;
588
203
  line-height: 20px;
589
204
  }
590
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
591
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
592
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
593
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
205
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
594
206
  padding: 13.5px 16px;
595
207
  line-height: 20px;
596
208
  }
597
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer,
598
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer,
599
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer,
600
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
209
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
601
210
  padding: 0;
602
211
  }
603
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
604
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
605
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
606
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
212
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
607
213
  padding: 0;
608
214
  }
609
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer table,
610
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer table,
611
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer table,
612
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
215
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
613
216
  border: none;
614
217
  }
615
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-body,
616
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-body,
617
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body,
618
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
218
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
619
219
  overflow-x: hidden;
620
220
  }
621
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer td,
622
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer td,
623
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer td,
624
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
221
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
625
222
  padding: 12px 8px;
626
223
  }
627
224
  [class$='-basic-table-form-container'] {
@@ -827,3 +424,30 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
827
424
  .ant-tooltip div[role='tooltip'] {
828
425
  padding-block: 6px;
829
426
  }
427
+ .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
428
+ border-color: #d9d9d9;
429
+ }
430
+ .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
431
+ border-color: #d9d9d9;
432
+ }
433
+ .ant-input::-moz-placeholder {
434
+ color: #bfbfbf;
435
+ }
436
+ .ant-input::placeholder {
437
+ color: #bfbfbf;
438
+ }
439
+ .ant-select .ant-select-selection-placeholder {
440
+ color: #bfbfbf;
441
+ }
442
+ .ant-picker .ant-picker-input > input::-moz-placeholder {
443
+ color: #bfbfbf;
444
+ }
445
+ .ant-picker .ant-picker-input > input::placeholder {
446
+ color: #bfbfbf;
447
+ }
448
+ .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
449
+ color: #bfbfbf;
450
+ }
451
+ .ant-input-number .ant-input-number-input-wrap > input::placeholder {
452
+ color: #bfbfbf;
453
+ }
@@ -1,9 +1,7 @@
1
1
  @import './alert.less'; // 警告提示
2
2
  @import './button.less'; // 按钮
3
- @import './form.less'; // 表单
4
3
  @import './message.less'; // 全局提示
5
4
  @import './modal.less'; // 弹框
6
- @import './pagination.less'; // 分页
7
- @import './steps.less'; // 步骤条
8
5
  @import './table.less'; // 表格
9
6
  @import './tooltip.less'; // 文字提示
7
+ @import './field.less'; // 表单项