@aplus-frontend/ui 0.6.1 → 0.6.3

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 (77) hide show
  1. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +4 -0
  2. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +32 -35
  3. package/es/src/ap-grid/index.vue.mjs +140 -135
  4. package/es/src/ap-grid/utils/table.mjs +24 -21
  5. package/es/src/ap-table/utils.mjs +3 -3
  6. package/es/src/business/ap-card/ApCard.vue2.mjs +18 -18
  7. package/es/src/version.d.ts +1 -1
  8. package/es/src/version.mjs +1 -1
  9. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +4 -0
  10. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  11. package/lib/src/ap-grid/index.vue.js +1 -1
  12. package/lib/src/ap-grid/utils/table.js +1 -1
  13. package/lib/src/ap-table/utils.js +1 -1
  14. package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
  15. package/lib/src/version.d.ts +1 -1
  16. package/lib/src/version.js +1 -1
  17. package/package.json +3 -4
  18. package/theme/antd-global-overwrite/admin/index.css +1 -288
  19. package/theme/antd-global-overwrite/admin/index.less +1 -7
  20. package/theme/antd-global-overwrite/aplus/index.css +1 -284
  21. package/theme/antd-global-overwrite/aplus/index.less +1 -7
  22. package/theme/antdv-override.css +572 -0
  23. package/theme/antdv-override.less +659 -0
  24. package/theme/ap-grid/index.css +7 -0
  25. package/theme/ap-grid/index.less +7 -0
  26. package/theme/index.css +579 -0
  27. package/theme/index.less +2 -1
  28. package/es/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
  29. package/lib/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
  30. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  31. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  32. package/theme/antd-global-overwrite/admin/button.css +0 -27
  33. package/theme/antd-global-overwrite/admin/button.less +0 -31
  34. package/theme/antd-global-overwrite/admin/drawer.css +0 -3
  35. package/theme/antd-global-overwrite/admin/drawer.less +0 -5
  36. package/theme/antd-global-overwrite/admin/field.css +0 -42
  37. package/theme/antd-global-overwrite/admin/field.less +0 -43
  38. package/theme/antd-global-overwrite/admin/form.css +0 -57
  39. package/theme/antd-global-overwrite/admin/form.less +0 -97
  40. package/theme/antd-global-overwrite/admin/message.css +0 -10
  41. package/theme/antd-global-overwrite/admin/message.less +0 -13
  42. package/theme/antd-global-overwrite/admin/modal.css +0 -91
  43. package/theme/antd-global-overwrite/admin/modal.less +0 -125
  44. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  45. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  46. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  47. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  48. package/theme/antd-global-overwrite/admin/table.css +0 -78
  49. package/theme/antd-global-overwrite/admin/table.less +0 -62
  50. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  51. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  52. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  53. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  54. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  55. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  56. package/theme/antd-global-overwrite/aplus/drawer.css +0 -3
  57. package/theme/antd-global-overwrite/aplus/drawer.less +0 -5
  58. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  59. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  60. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  61. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  62. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  63. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  64. package/theme/antd-global-overwrite/aplus/modal.css +0 -84
  65. package/theme/antd-global-overwrite/aplus/modal.less +0 -117
  66. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  67. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  68. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  69. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  70. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  71. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  72. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  73. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  74. package/theme/ap-table/ap-table-pagination.css +0 -12
  75. package/theme/ap-table/ap-table-pagination.less +0 -14
  76. /package/theme/{ui-mode.css → css-var.css} +0 -0
  77. /package/theme/{ui-mode.less → css-var.less} +0 -0
@@ -1,122 +0,0 @@
1
- [class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
2
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
3
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
4
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
5
- margin: 16px 0 0;
6
- }
7
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination,
8
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination,
9
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination,
10
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination {
11
- position: relative;
12
- }
13
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
14
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
15
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
16
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
17
- position: absolute;
18
- left: 0;
19
- height: 30px;
20
- line-height: 30px;
21
- }
22
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
23
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
24
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
25
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
26
- box-sizing: border-box;
27
- min-width: 30px;
28
- height: 30px;
29
- margin: 0 4px;
30
- font-weight: 400;
31
- font-size: 14px;
32
- line-height: 28px;
33
- text-align: center;
34
- border-radius: 4px;
35
- }
36
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
37
- [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),
38
- [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),
39
- [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),
40
- [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),
41
- [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),
42
- [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),
43
- [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),
44
- [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),
45
- [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),
46
- [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),
47
- [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),
48
- [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),
49
- [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),
50
- [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),
51
- [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) {
52
- border: 1px solid #d9d9d9;
53
- }
54
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
55
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
56
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
57
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
58
- width: 30px;
59
- height: 30px;
60
- margin: 0 4px;
61
- line-height: 28px;
62
- border: 1px solid #d9d9d9;
63
- }
64
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
65
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
66
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
67
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
68
- width: 30px;
69
- height: 30px;
70
- margin: 0 4px;
71
- line-height: 28px;
72
- border: 1px solid #d9d9d9;
73
- }
74
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
75
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
76
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
77
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled {
78
- border: 1px solid #d9d9d9;
79
- }
80
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
81
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
82
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
83
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
84
- margin-left: 4px;
85
- }
86
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
87
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
88
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
89
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
90
- min-width: 90px;
91
- height: 30px;
92
- }
93
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
94
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
95
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
96
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
97
- line-height: 28px;
98
- }
99
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
100
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
101
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
102
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
103
- color: #333333;
104
- }
105
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
106
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
107
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
108
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
109
- margin-left: 20px;
110
- color: #333333;
111
- font-size: 14px;
112
- }
113
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
114
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
115
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
116
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
117
- min-width: 60px;
118
- height: 30px;
119
- margin: 0 8px;
120
- padding: 0;
121
- border-radius: 4px;
122
- }
@@ -1,91 +0,0 @@
1
- // 新增对sticky表格的样式类型
2
- [class$='-basic-table'],
3
- [class$='-basic-table-form-container'],
4
- [class$='-basic-table ap-table--sticky'],
5
- [class$='-basic-table-form-container ap-table--sticky'] {
6
- .ant-table-wrapper {
7
- .ant-spin-container {
8
- .ant-pagination.ant-table-pagination.ant-table-pagination-right {
9
- margin: 16px 0 0;
10
- }
11
- }
12
-
13
- .ant-pagination {
14
- position: relative;
15
-
16
- .ant-pagination-total-text {
17
- position: absolute;
18
- left: 0;
19
- height: 30px;
20
- line-height: 30px;
21
- }
22
-
23
- .ant-pagination-item {
24
- box-sizing: border-box;
25
- min-width: 30px;
26
- height: 30px;
27
- margin: 0 4px;
28
- font-weight: 400;
29
- font-size: 14px;
30
- line-height: 28px;
31
- text-align: center;
32
- border-radius: 4px;
33
-
34
- &:not(&-active) {
35
- border: 1px solid #d9d9d9;
36
- }
37
- }
38
-
39
- .ant-pagination-prev {
40
- width: 30px;
41
- height: 30px;
42
- margin: 0 4px;
43
- line-height: 28px;
44
- border: 1px solid #d9d9d9;
45
- }
46
-
47
- .ant-pagination-next {
48
- width: 30px;
49
- height: 30px;
50
- margin: 0 4px;
51
- line-height: 28px;
52
- border: 1px solid #d9d9d9;
53
-
54
- .ant-pagination-disabled {
55
- border: 1px solid #d9d9d9;
56
- }
57
- }
58
-
59
- .ant-pagination-options {
60
- margin-left: 4px;
61
-
62
- .ant-select-selector {
63
- min-width: 90px;
64
- height: 30px;
65
- }
66
-
67
- .ant-select-selection-item {
68
- line-height: 28px;
69
- }
70
-
71
- .ant-select .ant-select-arrow {
72
- color: #333333;
73
- }
74
-
75
- .ant-pagination-options-quick-jumper {
76
- margin-left: 20px;
77
- color: #333333;
78
- font-size: 14px;
79
-
80
- input {
81
- min-width: 60px;
82
- height: 30px;
83
- margin: 0 8px;
84
- padding: 0;
85
- border-radius: 4px;
86
- }
87
- }
88
- }
89
- }
90
- }
91
- }
@@ -1,127 +0,0 @@
1
- .ant-steps > * {
2
- margin-right: 8px;
3
- }
4
- .ant-steps .ant-steps-item-container {
5
- display: flex;
6
- }
7
- .ant-steps .ant-steps-item-icon {
8
- flex-shrink: 0;
9
- width: 28px;
10
- height: 28px;
11
- margin-top: 3px;
12
- line-height: 27px;
13
- }
14
- .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
15
- font-weight: 500;
16
- font-size: 16px;
17
- }
18
- .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-container .ant-steps-item-description {
19
- min-height: 16px;
20
- margin-top: 5px;
21
- color: #999999;
22
- font-weight: 400;
23
- font-size: 12px;
24
- line-height: 1.2rem;
25
- }
26
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
27
- background-color: #ffffff;
28
- border-color: #34b77c;
29
- }
30
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
31
- width: 12px;
32
- height: 12px;
33
- }
34
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon svg {
35
- width: 12px;
36
- height: 12px;
37
- }
38
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
39
- min-height: 16px;
40
- margin-top: 5px;
41
- color: #999999;
42
- font-weight: 400;
43
- font-size: 12px;
44
- line-height: 1.2rem;
45
- }
46
- .ant-steps .ant-steps-item-title {
47
- height: 24px;
48
- font-weight: 400;
49
- font-size: 16px;
50
- padding-inline-end: 24px;
51
- }
52
- .ant-steps .ant-steps-item-content {
53
- margin-left: 4px;
54
- }
55
- .ant-steps .ant-steps-item-error.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
56
- background-color: #ff4d4f;
57
- }
58
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
59
- background-color: #34b77c;
60
- }
61
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
62
- color: #ffffff;
63
- font-weight: 500;
64
- font-size: 16px;
65
- }
66
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
67
- min-height: 16px;
68
- margin-top: 5px;
69
- color: #999999;
70
- font-weight: 400;
71
- font-size: 12px;
72
- line-height: 1.2rem;
73
- }
74
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
75
- background-color: #ffffff;
76
- border-color: #dee4ed;
77
- }
78
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
79
- color: #dee4ed;
80
- font-weight: 500;
81
- font-size: 16px;
82
- }
83
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
84
- min-height: 16px;
85
- margin-top: 5px;
86
- color: #999999;
87
- font-weight: 400;
88
- font-size: 12px;
89
- line-height: 1.2rem;
90
- }
91
- .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
92
- inset-inline-start: 13px;
93
- margin: 4px 0;
94
- }
95
- .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
96
- background-color: #ffffff;
97
- }
98
- .ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
99
- margin-inline-end: 8px;
100
- }
101
- .ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
102
- inset-inline-start: 13px;
103
- }
104
- .ant-steps.ant-steps-vertical .ant-steps-item-icon {
105
- width: 28px;
106
- height: 28px;
107
- margin-top: 3px;
108
- }
109
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-icon {
110
- width: 24px;
111
- height: 24px;
112
- margin-top: 3px;
113
- line-height: 25px;
114
- }
115
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-content {
116
- margin-top: 2px;
117
- }
118
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
119
- inset-inline-start: 13px;
120
- margin: 3px -1px;
121
- }
122
- .ant-steps.ant-steps-horizontal.ant-steps-small .ant-steps-item-icon {
123
- flex-shrink: 0;
124
- width: 24px;
125
- height: 24px;
126
- line-height: 25px;
127
- }
@@ -1,197 +0,0 @@
1
- .ant-steps {
2
- & > * {
3
- margin-right: 8px;
4
- }
5
-
6
- .ant-steps-item-container {
7
- display: flex;
8
- }
9
-
10
- .ant-steps-item-icon {
11
- flex-shrink: 0;
12
- width: 28px;
13
- height: 28px;
14
- margin-top: 3px;
15
- line-height: 27px;
16
- }
17
-
18
- .ant-steps-item.ant-steps-item-process {
19
- .ant-steps-item-icon {
20
- .ant-steps-icon {
21
- font-weight: 500;
22
- font-size: 16px;
23
- }
24
- }
25
-
26
- .ant-steps-item-container {
27
- .ant-steps-item-description {
28
- min-height: 16px;
29
- margin-top: 5px;
30
- color: #999999;
31
- font-weight: 400;
32
- font-size: 12px;
33
- line-height: 1.2rem;
34
- }
35
- }
36
- }
37
-
38
- .ant-steps-item-finish {
39
- .ant-steps-item-container {
40
- .ant-steps-item-icon {
41
- background-color: #ffffff;
42
- border-color: #34b77c;
43
- }
44
-
45
- .ant-steps-finish-icon {
46
- width: 12px;
47
- height: 12px;
48
-
49
- svg {
50
- width: 12px;
51
- height: 12px;
52
- }
53
- }
54
-
55
- .ant-steps-item-content {
56
- .ant-steps-item-description {
57
- min-height: 16px;
58
- margin-top: 5px;
59
- color: #999999;
60
- font-weight: 400;
61
- font-size: 12px;
62
- line-height: 1.2rem;
63
- }
64
- }
65
- }
66
- }
67
-
68
- .ant-steps-item-title {
69
- height: 24px;
70
- font-weight: 400;
71
- font-size: 16px;
72
- padding-inline-end: 24px;
73
- }
74
-
75
- .ant-steps-item-content {
76
- margin-left: 4px;
77
- }
78
-
79
- .ant-steps-item-error.ant-steps-item-active {
80
- .ant-steps-item-container {
81
- .ant-steps-item-icon {
82
- background-color: #ff4d4f;
83
- }
84
- }
85
- }
86
-
87
- .ant-steps-item-active {
88
- .ant-steps-item-container {
89
- .ant-steps-item-icon {
90
- background-color: #34b77c;
91
-
92
- .ant-steps-icon {
93
- color: #ffffff;
94
- font-weight: 500;
95
- font-size: 16px;
96
- }
97
- }
98
-
99
- .ant-steps-item-content {
100
- .ant-steps-item-description {
101
- min-height: 16px;
102
- margin-top: 5px;
103
- color: #999999;
104
- font-weight: 400;
105
- font-size: 12px;
106
- line-height: 1.2rem;
107
- }
108
- }
109
- }
110
- }
111
-
112
- .ant-steps-item-wait {
113
- .ant-steps-item-container {
114
- .ant-steps-item-icon {
115
- background-color: #ffffff;
116
- border-color: #dee4ed;
117
-
118
- .ant-steps-icon {
119
- color: #dee4ed;
120
- font-weight: 500;
121
- font-size: 16px;
122
- }
123
- }
124
-
125
- .ant-steps-item-description {
126
- min-height: 16px;
127
- margin-top: 5px;
128
- color: #999999;
129
- font-weight: 400;
130
- font-size: 12px;
131
- line-height: 1.2rem;
132
- }
133
- }
134
- }
135
- }
136
-
137
- .ant-steps-item.ant-steps-item-finish.ant-steps-item-active {
138
- .ant-steps-item-container {
139
- .ant-steps-item-tail {
140
- inset-inline-start: 13px;
141
- margin: 4px 0;
142
- }
143
-
144
- .ant-steps-item-icon {
145
- background-color: #ffffff;
146
- }
147
- }
148
- }
149
-
150
- .ant-steps.ant-steps-vertical {
151
- .ant-steps-item .ant-steps-item-icon {
152
- margin-inline-end: 8px;
153
- }
154
-
155
- .ant-steps-item {
156
- .ant-steps-item-container {
157
- .ant-steps-item-tail {
158
- inset-inline-start: 13px;
159
- }
160
- }
161
- }
162
-
163
- .ant-steps-item-icon {
164
- width: 28px;
165
- height: 28px;
166
- margin-top: 3px;
167
- }
168
- }
169
-
170
- .ant-steps.ant-steps-vertical.ant-steps-small {
171
- .ant-steps-item-icon {
172
- width: 24px;
173
- height: 24px;
174
- margin-top: 3px;
175
- line-height: 25px;
176
- }
177
-
178
- .ant-steps-item .ant-steps-item-content {
179
- margin-top: 2px;
180
- }
181
-
182
- .ant-steps-item {
183
- .ant-steps-item-tail {
184
- inset-inline-start: 13px;
185
- margin: 3px -1px;
186
- }
187
- }
188
- }
189
-
190
- .ant-steps.ant-steps-horizontal.ant-steps-small {
191
- .ant-steps-item-icon {
192
- flex-shrink: 0;
193
- width: 24px;
194
- height: 24px;
195
- line-height: 25px;
196
- }
197
- }
@@ -1,78 +0,0 @@
1
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
2
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
3
- padding-bottom: 0;
4
- }
5
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
6
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
7
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
8
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
9
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
10
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
11
- overflow: visible;
12
- }
13
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
14
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
15
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
16
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
17
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
18
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
19
- overflow: visible;
20
- }
21
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
22
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
23
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
24
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
25
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
26
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
27
- overflow: visible;
28
- }
29
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
30
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
31
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
32
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
33
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
34
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
35
- position: sticky;
36
- top: 0;
37
- z-index: 90;
38
- border-top: 4px solid #ffffff;
39
- }
40
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
41
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
42
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
43
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
44
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
45
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
46
- position: sticky;
47
- bottom: -1px;
48
- z-index: 90;
49
- }
50
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
51
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
52
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
53
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
54
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
55
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
56
- bottom: 44px;
57
- }
58
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
59
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
60
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
61
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
62
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
63
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
64
- position: sticky;
65
- bottom: 0;
66
- z-index: 90;
67
- margin: 0;
68
- padding: 8px 0;
69
- background-color: #ffffff;
70
- }
71
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
72
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
73
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
74
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
75
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
76
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
77
- padding-top: 4px;
78
- }
@@ -1,62 +0,0 @@
1
- @import '../../mixins/config.less';
2
-
3
- @tw: ~'@{ns}-ap-table__table-wrapper';
4
- @sb: ~'@{ns}-scroll-bar';
5
-
6
- // 三种表格ApTable的表头+分页器的sticky定位样式
7
- [class*='-ap-table'].ap-table--sticky {
8
- .@{tw},
9
- .ant-table-wrapper {
10
- &:has(ul.ant-pagination) {
11
- padding-bottom: 0;
12
- }
13
-
14
- & .ant-spin-container,
15
- &,
16
- .ant-spin-container {
17
- overflow: visible;
18
-
19
- .ant-table {
20
- overflow: visible;
21
-
22
- .ant-table-container {
23
- overflow: visible;
24
-
25
- .ant-table-header {
26
- position: sticky;
27
- top: 0;
28
- z-index: 90;
29
- border-top: 4px solid #ffffff;
30
- }
31
- }
32
- }
33
-
34
- .@{sb} {
35
- position: sticky;
36
- bottom: -1px;
37
- z-index: 90;
38
- }
39
-
40
- &:has(ul.ant-pagination) {
41
- .@{sb} {
42
- bottom: 44px;
43
- }
44
- }
45
-
46
- ul.ant-pagination {
47
- position: sticky;
48
- bottom: 0;
49
- z-index: 90;
50
- margin: 0;
51
- padding: 8px 0;
52
- background-color: #ffffff;
53
- }
54
-
55
- &:has(.@{sb}) {
56
- ul.ant-pagination {
57
- padding-top: 4px;
58
- }
59
- }
60
- }
61
- }
62
- }
@@ -1,3 +0,0 @@
1
- .ant-tooltip div[role='tooltip'] {
2
- padding-block: 6px;
3
- }
@@ -1,3 +0,0 @@
1
- .ant-tooltip div[role='tooltip'] {
2
- padding-block: 6px;
3
- }