@aplus-frontend/ui 0.5.2 → 0.5.4

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 (107) hide show
  1. package/es/index.mjs +37 -33
  2. package/es/src/ap-field/text/index.vue2.mjs +13 -13
  3. package/es/src/ap-grid/editable/form-item.vue.d.ts +16 -0
  4. package/es/src/ap-grid/editable/form-item.vue.mjs +257 -0
  5. package/es/src/ap-grid/editable/form-item.vue2.mjs +4 -0
  6. package/es/src/ap-grid/editable/index.vue.d.ts +18 -0
  7. package/es/src/ap-grid/editable/index.vue.mjs +288 -0
  8. package/es/src/ap-grid/editable/index.vue2.mjs +4 -0
  9. package/es/src/ap-grid/editable/interface.d.ts +95 -0
  10. package/es/src/ap-grid/editable/interface.mjs +1 -0
  11. package/es/src/ap-grid/editable/style/css.d.ts +0 -0
  12. package/es/src/ap-grid/editable/style/css.js +1 -0
  13. package/es/src/ap-grid/editable/style/index.d.ts +0 -0
  14. package/es/src/ap-grid/editable/style/index.js +1 -0
  15. package/es/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
  16. package/es/src/ap-grid/hooks/use-editable-columns.mjs +68 -0
  17. package/es/src/ap-grid/index.d.ts +4 -1
  18. package/es/src/ap-grid/index.mjs +3 -0
  19. package/es/src/ap-grid/index.vue.mjs +114 -104
  20. package/es/src/ap-grid/interface.d.ts +15 -0
  21. package/es/src/ap-grid/utils/col.mjs +39 -39
  22. package/es/src/ap-grid/utils/editable.d.ts +3 -0
  23. package/es/src/ap-grid/utils/editable.mjs +27 -0
  24. package/es/src/ap-grid/utils/table.mjs +24 -17
  25. package/es/src/business/batch-input-group/index.vue.mjs +6 -5
  26. package/es/src/config-provider/config-provider-props.mjs +1 -1
  27. package/es/src/editable-table/utils.d.ts +3 -2
  28. package/es/src/index.mjs +24 -20
  29. package/es/src/path-map.mjs +3 -1
  30. package/lib/index.js +1 -1
  31. package/lib/src/ap-field/text/index.vue2.js +1 -1
  32. package/lib/src/ap-grid/editable/form-item.vue.d.ts +16 -0
  33. package/lib/src/ap-grid/editable/form-item.vue.js +1 -0
  34. package/lib/src/ap-grid/editable/form-item.vue2.js +1 -0
  35. package/lib/src/ap-grid/editable/index.vue.d.ts +18 -0
  36. package/lib/src/ap-grid/editable/index.vue.js +1 -0
  37. package/lib/src/ap-grid/editable/index.vue2.js +1 -0
  38. package/lib/src/ap-grid/editable/interface.d.ts +95 -0
  39. package/lib/src/ap-grid/editable/interface.js +1 -0
  40. package/lib/src/ap-grid/editable/style/css.cjs +1 -0
  41. package/lib/src/ap-grid/editable/style/css.d.ts +0 -0
  42. package/lib/src/ap-grid/editable/style/index.cjs +1 -0
  43. package/lib/src/ap-grid/editable/style/index.d.ts +0 -0
  44. package/lib/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
  45. package/lib/src/ap-grid/hooks/use-editable-columns.js +1 -0
  46. package/lib/src/ap-grid/index.d.ts +4 -1
  47. package/lib/src/ap-grid/index.js +1 -1
  48. package/lib/src/ap-grid/index.vue.js +1 -1
  49. package/lib/src/ap-grid/interface.d.ts +15 -0
  50. package/lib/src/ap-grid/utils/col.js +1 -1
  51. package/lib/src/ap-grid/utils/editable.d.ts +3 -0
  52. package/lib/src/ap-grid/utils/editable.js +1 -0
  53. package/lib/src/ap-grid/utils/table.js +1 -1
  54. package/lib/src/business/batch-input-group/index.vue.js +2 -2
  55. package/lib/src/config-provider/config-provider-props.js +1 -1
  56. package/lib/src/editable-table/utils.d.ts +3 -2
  57. package/lib/src/index.js +1 -1
  58. package/lib/src/path-map.js +1 -1
  59. package/package.json +1 -1
  60. package/theme/antd-global-overwrite/admin/index.css +54 -54
  61. package/theme/antd-global-overwrite/admin/table.css +54 -54
  62. package/theme/antd-global-overwrite/admin/table.less +4 -3
  63. package/theme/antd-global-overwrite/aplus/index.css +54 -54
  64. package/theme/antd-global-overwrite/aplus/table.css +54 -54
  65. package/theme/antd-global-overwrite/aplus/table.less +4 -3
  66. package/theme/ap-grid/editable.css +22 -0
  67. package/theme/ap-grid/editable.less +28 -0
  68. package/theme/index.css +22 -0
  69. package/theme/index.less +1 -0
  70. package/es/src/theme/antd-global-overwrite/admin/alert.css +0 -50
  71. package/es/src/theme/antd-global-overwrite/admin/button.css +0 -27
  72. package/es/src/theme/antd-global-overwrite/admin/form.css +0 -60
  73. package/es/src/theme/antd-global-overwrite/admin/index.css +0 -838
  74. package/es/src/theme/antd-global-overwrite/admin/message.css +0 -17
  75. package/es/src/theme/antd-global-overwrite/admin/modal.css +0 -117
  76. package/es/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
  77. package/es/src/theme/antd-global-overwrite/admin/steps.css +0 -127
  78. package/es/src/theme/antd-global-overwrite/admin/table.css +0 -318
  79. package/es/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
  80. package/es/src/theme/antd-global-overwrite/aplus/button.css +0 -27
  81. package/es/src/theme/antd-global-overwrite/aplus/form.css +0 -93
  82. package/es/src/theme/antd-global-overwrite/aplus/index.css +0 -873
  83. package/es/src/theme/antd-global-overwrite/aplus/message.css +0 -17
  84. package/es/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
  85. package/es/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  86. package/es/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
  87. package/es/src/theme/antd-global-overwrite/aplus/table.css +0 -303
  88. package/es/src/theme/reset.css +0 -257
  89. package/lib/src/theme/antd-global-overwrite/admin/alert.css +0 -50
  90. package/lib/src/theme/antd-global-overwrite/admin/button.css +0 -27
  91. package/lib/src/theme/antd-global-overwrite/admin/form.css +0 -60
  92. package/lib/src/theme/antd-global-overwrite/admin/index.css +0 -838
  93. package/lib/src/theme/antd-global-overwrite/admin/message.css +0 -17
  94. package/lib/src/theme/antd-global-overwrite/admin/modal.css +0 -117
  95. package/lib/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
  96. package/lib/src/theme/antd-global-overwrite/admin/steps.css +0 -127
  97. package/lib/src/theme/antd-global-overwrite/admin/table.css +0 -318
  98. package/lib/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
  99. package/lib/src/theme/antd-global-overwrite/aplus/button.css +0 -27
  100. package/lib/src/theme/antd-global-overwrite/aplus/form.css +0 -93
  101. package/lib/src/theme/antd-global-overwrite/aplus/index.css +0 -873
  102. package/lib/src/theme/antd-global-overwrite/aplus/message.css +0 -17
  103. package/lib/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
  104. package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  105. package/lib/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
  106. package/lib/src/theme/antd-global-overwrite/aplus/table.css +0 -303
  107. package/lib/src/theme/reset.css +0 -257
@@ -1,17 +0,0 @@
1
- .ant-message .ant-message-notice-content {
2
- padding: 10px 16px;
3
- /* 文字颜色/一级-333333 */
4
- color: #333333;
5
- font-weight: normal;
6
- font-size: 14px;
7
- line-height: 22px;
8
- letter-spacing: 0;
9
- border-radius: 4px;
10
- box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
11
- }
12
- .ant-message .ant-message-notice .anticon {
13
- font-size: 14px;
14
- line-height: 22px;
15
- vertical-align: -0.18em;
16
- margin-inline-end: 9px;
17
- }
@@ -1,117 +0,0 @@
1
- .ant-modal-root .ant-modal .ant-modal-close {
2
- top: 0;
3
- right: 0;
4
- width: auto;
5
- color: #666666;
6
- font-weight: normal;
7
- background: transparent;
8
- outline: none;
9
- cursor: default;
10
- }
11
- .ant-modal-root .ant-modal .ant-modal-close:hover {
12
- color: #666666;
13
- background-color: transparent;
14
- }
15
- .ant-modal-root .ant-modal .ant-modal-close-x {
16
- display: inline-block;
17
- width: 96px;
18
- height: 54px;
19
- line-height: 54px;
20
- text-align: start;
21
- }
22
- .ant-modal-root .ant-modal .ant-modal-close-x > div {
23
- height: 100%;
24
- }
25
- .ant-modal-root .ant-modal .ant-modal-close-x > span {
26
- display: inline-block;
27
- margin-left: 48px;
28
- padding: 10px;
29
- cursor: pointer;
30
- transition: all 0.2s;
31
- }
32
- .ant-modal-root .ant-modal .ant-modal-close-x > span:hover {
33
- color: #ed6f6f;
34
- }
35
- .ant-modal-root .ant-modal .ant-modal-content {
36
- padding: 0;
37
- }
38
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
39
- margin-bottom: 0;
40
- padding: 15px 20px;
41
- border-bottom: 1px solid #E9E9E9;
42
- }
43
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
44
- color: #333333;
45
- font-weight: normal;
46
- font-size: 16px;
47
- line-height: 24px;
48
- }
49
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
50
- padding-left: 0;
51
- color: #333333;
52
- font-weight: normal;
53
- font-size: 16px;
54
- line-height: 24px;
55
- }
56
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
57
- padding: 20px !important;
58
- }
59
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
60
- padding: 0;
61
- }
62
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
63
- margin-bottom: 0 !important;
64
- }
65
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
66
- margin-top: 0;
67
- padding: 11px 20px;
68
- border-top: 1px solid #E9E9E9;
69
- }
70
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
71
- min-width: 88px;
72
- }
73
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
74
- padding: 32px 32px 28px !important;
75
- }
76
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
77
- margin-inline-end: 16px;
78
- font-size: 24px;
79
- }
80
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
81
- color: #333333;
82
- font-weight: normal;
83
- font-size: 16px;
84
- line-height: 24px;
85
- }
86
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
87
- max-width: calc(100% - 40px);
88
- color: #999999;
89
- font-weight: normal;
90
- font-size: 14px;
91
- line-height: 200%;
92
- margin-block-start: 8px;
93
- margin-inline-start: 40px;
94
- }
95
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
96
- color: #999999;
97
- }
98
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
99
- margin-top: 0;
100
- padding-top: 24px;
101
- }
102
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
103
- min-width: 88px;
104
- }
105
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
106
- color: #06c687;
107
- }
108
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
109
- color: #1890ff;
110
- }
111
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
112
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
113
- color: #faad14;
114
- }
115
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
116
- color: #ff4d4f;
117
- }
@@ -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,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
- }