@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.
- package/es/index.mjs +37 -33
- package/es/src/ap-field/text/index.vue2.mjs +13 -13
- package/es/src/ap-grid/editable/form-item.vue.d.ts +16 -0
- package/es/src/ap-grid/editable/form-item.vue.mjs +257 -0
- package/es/src/ap-grid/editable/form-item.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/index.vue.d.ts +18 -0
- package/es/src/ap-grid/editable/index.vue.mjs +288 -0
- package/es/src/ap-grid/editable/index.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/interface.d.ts +95 -0
- package/es/src/ap-grid/editable/interface.mjs +1 -0
- package/es/src/ap-grid/editable/style/css.d.ts +0 -0
- package/es/src/ap-grid/editable/style/css.js +1 -0
- package/es/src/ap-grid/editable/style/index.d.ts +0 -0
- package/es/src/ap-grid/editable/style/index.js +1 -0
- package/es/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
- package/es/src/ap-grid/hooks/use-editable-columns.mjs +68 -0
- package/es/src/ap-grid/index.d.ts +4 -1
- package/es/src/ap-grid/index.mjs +3 -0
- package/es/src/ap-grid/index.vue.mjs +114 -104
- package/es/src/ap-grid/interface.d.ts +15 -0
- package/es/src/ap-grid/utils/col.mjs +39 -39
- package/es/src/ap-grid/utils/editable.d.ts +3 -0
- package/es/src/ap-grid/utils/editable.mjs +27 -0
- package/es/src/ap-grid/utils/table.mjs +24 -17
- package/es/src/business/batch-input-group/index.vue.mjs +6 -5
- package/es/src/config-provider/config-provider-props.mjs +1 -1
- package/es/src/editable-table/utils.d.ts +3 -2
- package/es/src/index.mjs +24 -20
- package/es/src/path-map.mjs +3 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-field/text/index.vue2.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +16 -0
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -0
- package/lib/src/ap-grid/editable/form-item.vue2.js +1 -0
- package/lib/src/ap-grid/editable/index.vue.d.ts +18 -0
- package/lib/src/ap-grid/editable/index.vue.js +1 -0
- package/lib/src/ap-grid/editable/index.vue2.js +1 -0
- package/lib/src/ap-grid/editable/interface.d.ts +95 -0
- package/lib/src/ap-grid/editable/interface.js +1 -0
- package/lib/src/ap-grid/editable/style/css.cjs +1 -0
- package/lib/src/ap-grid/editable/style/css.d.ts +0 -0
- package/lib/src/ap-grid/editable/style/index.cjs +1 -0
- package/lib/src/ap-grid/editable/style/index.d.ts +0 -0
- package/lib/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
- package/lib/src/ap-grid/hooks/use-editable-columns.js +1 -0
- package/lib/src/ap-grid/index.d.ts +4 -1
- package/lib/src/ap-grid/index.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +15 -0
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/ap-grid/utils/editable.d.ts +3 -0
- package/lib/src/ap-grid/utils/editable.js +1 -0
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/editable-table/utils.d.ts +3 -2
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/package.json +1 -1
- package/theme/antd-global-overwrite/admin/index.css +54 -54
- package/theme/antd-global-overwrite/admin/table.css +54 -54
- package/theme/antd-global-overwrite/admin/table.less +4 -3
- package/theme/antd-global-overwrite/aplus/index.css +54 -54
- package/theme/antd-global-overwrite/aplus/table.css +54 -54
- package/theme/antd-global-overwrite/aplus/table.less +4 -3
- package/theme/ap-grid/editable.css +22 -0
- package/theme/ap-grid/editable.less +28 -0
- package/theme/index.css +22 -0
- package/theme/index.less +1 -0
- package/es/src/theme/antd-global-overwrite/admin/alert.css +0 -50
- package/es/src/theme/antd-global-overwrite/admin/button.css +0 -27
- package/es/src/theme/antd-global-overwrite/admin/form.css +0 -60
- package/es/src/theme/antd-global-overwrite/admin/index.css +0 -838
- package/es/src/theme/antd-global-overwrite/admin/message.css +0 -17
- package/es/src/theme/antd-global-overwrite/admin/modal.css +0 -117
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/es/src/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/es/src/theme/antd-global-overwrite/admin/table.css +0 -318
- package/es/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
- package/es/src/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/es/src/theme/antd-global-overwrite/aplus/form.css +0 -93
- package/es/src/theme/antd-global-overwrite/aplus/index.css +0 -873
- package/es/src/theme/antd-global-overwrite/aplus/message.css +0 -17
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/es/src/theme/antd-global-overwrite/aplus/table.css +0 -303
- package/es/src/theme/reset.css +0 -257
- package/lib/src/theme/antd-global-overwrite/admin/alert.css +0 -50
- package/lib/src/theme/antd-global-overwrite/admin/button.css +0 -27
- package/lib/src/theme/antd-global-overwrite/admin/form.css +0 -60
- package/lib/src/theme/antd-global-overwrite/admin/index.css +0 -838
- package/lib/src/theme/antd-global-overwrite/admin/message.css +0 -17
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +0 -117
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/lib/src/theme/antd-global-overwrite/admin/table.css +0 -318
- package/lib/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +0 -93
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +0 -873
- package/lib/src/theme/antd-global-overwrite/aplus/message.css +0 -17
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +0 -303
- package/lib/src/theme/reset.css +0 -257
|
@@ -1,318 +0,0 @@
|
|
|
1
|
-
[class$='-basic-table'],
|
|
2
|
-
[class$='-basic-table-form-container'],
|
|
3
|
-
[class$='-basic-table ap-table--sticky'],
|
|
4
|
-
[class$='-basic-table-form-container ap-table--sticky'] {
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: 100%;
|
|
7
|
-
}
|
|
8
|
-
[class$='-basic-table'] .ant-table-wrapper,
|
|
9
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper,
|
|
10
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper,
|
|
11
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper {
|
|
12
|
-
padding: 12px 16px 16px;
|
|
13
|
-
background-color: #ffffff;
|
|
14
|
-
border-radius: 0;
|
|
15
|
-
}
|
|
16
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
17
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
18
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
19
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
20
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
|
|
21
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
|
|
22
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
|
|
23
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: space-between;
|
|
27
|
-
min-height: 40px;
|
|
28
|
-
padding: 0 0 12px;
|
|
29
|
-
border: none;
|
|
30
|
-
}
|
|
31
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table,
|
|
32
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table,
|
|
33
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table,
|
|
34
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
35
|
-
width: 100%;
|
|
36
|
-
overflow-x: hidden;
|
|
37
|
-
border-radius: 0;
|
|
38
|
-
}
|
|
39
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container,
|
|
40
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container,
|
|
41
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container,
|
|
42
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
|
|
43
|
-
border-radius: 0;
|
|
44
|
-
}
|
|
45
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table,
|
|
46
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table,
|
|
47
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table,
|
|
48
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
|
|
49
|
-
border-radius: 0;
|
|
50
|
-
}
|
|
51
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
|
|
52
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
|
|
53
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
|
|
54
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
|
|
55
|
-
border-radius: 0;
|
|
56
|
-
}
|
|
57
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
58
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
59
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
60
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
61
|
-
border-radius: 0;
|
|
62
|
-
}
|
|
63
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
|
|
64
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
|
|
65
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
|
|
66
|
-
[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 {
|
|
67
|
-
background-color: #f3fbf7;
|
|
68
|
-
}
|
|
69
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
|
|
70
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
|
|
71
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
|
|
72
|
-
[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 {
|
|
73
|
-
background-color: #e6f6ef;
|
|
74
|
-
}
|
|
75
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
|
|
76
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
|
|
77
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
|
|
78
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
|
|
79
|
-
padding: 13.5px 16px;
|
|
80
|
-
line-height: 20px;
|
|
81
|
-
}
|
|
82
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
|
|
83
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
|
|
84
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
|
|
85
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
|
|
86
|
-
padding: 13.5px 16px;
|
|
87
|
-
line-height: 20px;
|
|
88
|
-
}
|
|
89
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer,
|
|
90
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer,
|
|
91
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer,
|
|
92
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
|
|
93
|
-
padding: 0;
|
|
94
|
-
}
|
|
95
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
|
|
96
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
|
|
97
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
|
|
98
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
|
|
99
|
-
padding: 0;
|
|
100
|
-
}
|
|
101
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer table,
|
|
102
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer table,
|
|
103
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer table,
|
|
104
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
|
|
105
|
-
border: none;
|
|
106
|
-
}
|
|
107
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-body,
|
|
108
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-body,
|
|
109
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body,
|
|
110
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
|
|
111
|
-
overflow-x: hidden;
|
|
112
|
-
}
|
|
113
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer td,
|
|
114
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer td,
|
|
115
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer td,
|
|
116
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
|
|
117
|
-
padding: 12px 8px;
|
|
118
|
-
}
|
|
119
|
-
[class$='-basic-table-form-container'] {
|
|
120
|
-
padding: 16px;
|
|
121
|
-
}
|
|
122
|
-
[class$='-basic-table-form-container'] .ant-form {
|
|
123
|
-
width: 100%;
|
|
124
|
-
margin-bottom: 16px;
|
|
125
|
-
padding: 16px;
|
|
126
|
-
background-color: #ffffff;
|
|
127
|
-
border-radius: 0;
|
|
128
|
-
}
|
|
129
|
-
[class$='-basic-table-form-container'] .ant-form .ant-row {
|
|
130
|
-
row-gap: 16px;
|
|
131
|
-
}
|
|
132
|
-
[class$='-basic-table-form-container'] .ant-form .ant-form-item {
|
|
133
|
-
margin-bottom: 0;
|
|
134
|
-
}
|
|
135
|
-
[class$='-basic-table--inset'] .ant-table-wrapper {
|
|
136
|
-
padding: 0;
|
|
137
|
-
}
|
|
138
|
-
[class$='-basic-table-row__striped'] td {
|
|
139
|
-
background-color: #fafafa;
|
|
140
|
-
}
|
|
141
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
142
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
143
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
144
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
145
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
146
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
147
|
-
padding-bottom: 0;
|
|
148
|
-
}
|
|
149
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
150
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
151
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
152
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
153
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
154
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
155
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
156
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
157
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
158
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
|
|
159
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
160
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
|
|
161
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
162
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
163
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
164
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
165
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
166
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
167
|
-
overflow: visible;
|
|
168
|
-
}
|
|
169
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
170
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
171
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
172
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
173
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
174
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
175
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
176
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
177
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
178
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
179
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
180
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
181
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
182
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
183
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
184
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
185
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
186
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
187
|
-
overflow: visible;
|
|
188
|
-
}
|
|
189
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
190
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
191
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
192
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
193
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
194
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
195
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
196
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
197
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
198
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
199
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
200
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
201
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
202
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
203
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
204
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
205
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
206
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
207
|
-
overflow: visible;
|
|
208
|
-
}
|
|
209
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
210
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
211
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
212
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
213
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
214
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
215
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
216
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
217
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
218
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
219
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
220
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
221
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
222
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
223
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
224
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
225
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
226
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
227
|
-
position: sticky;
|
|
228
|
-
top: 0;
|
|
229
|
-
z-index: 90;
|
|
230
|
-
border-top: 4px solid #ffffff;
|
|
231
|
-
}
|
|
232
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
233
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
234
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
235
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
236
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
237
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
238
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .'aplus'-scroll-bar,
|
|
239
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .'aplus'-scroll-bar,
|
|
240
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .'aplus'-scroll-bar,
|
|
241
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .'aplus'-scroll-bar,
|
|
242
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .'aplus'-scroll-bar,
|
|
243
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .'aplus'-scroll-bar,
|
|
244
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
245
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
246
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
247
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
248
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
249
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar {
|
|
250
|
-
position: sticky;
|
|
251
|
-
bottom: -1px;
|
|
252
|
-
z-index: 90;
|
|
253
|
-
}
|
|
254
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
255
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
256
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
257
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
258
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
259
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
260
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
261
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
262
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
263
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
264
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
265
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
266
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
267
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
268
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
269
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
270
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
271
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar {
|
|
272
|
-
bottom: 56px;
|
|
273
|
-
}
|
|
274
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
275
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
276
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
277
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
278
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
279
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
280
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
281
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
282
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
283
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
284
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
285
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
286
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
287
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
288
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
289
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
290
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
291
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
292
|
-
position: sticky;
|
|
293
|
-
bottom: 0;
|
|
294
|
-
z-index: 90;
|
|
295
|
-
margin: 0;
|
|
296
|
-
padding: 16px 0;
|
|
297
|
-
background-color: #ffffff;
|
|
298
|
-
}
|
|
299
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
300
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
301
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
302
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
303
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
304
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
305
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
306
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
307
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
308
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
309
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
310
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
311
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
312
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
313
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
314
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
315
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
316
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination {
|
|
317
|
-
padding-top: 8px;
|
|
318
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
.ant-alert {
|
|
2
|
-
align-items: flex-start;
|
|
3
|
-
width: 100%;
|
|
4
|
-
padding: 6px 12px;
|
|
5
|
-
border-radius: 4px;
|
|
6
|
-
}
|
|
7
|
-
.ant-alert .ant-alert-close-icon {
|
|
8
|
-
line-height: 18px;
|
|
9
|
-
}
|
|
10
|
-
.ant-alert .ant-alert-icon {
|
|
11
|
-
font-size: 16px;
|
|
12
|
-
transform: translateY(1px);
|
|
13
|
-
margin-inline-end: 8px;
|
|
14
|
-
}
|
|
15
|
-
.ant-alert .ant-alert-message {
|
|
16
|
-
color: #182948;
|
|
17
|
-
font-weight: normal !important;
|
|
18
|
-
font-size: 12px;
|
|
19
|
-
line-height: 18px;
|
|
20
|
-
}
|
|
21
|
-
.ant-alert .ant-alert-message .href {
|
|
22
|
-
color: #0070ff;
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
}
|
|
25
|
-
.ant-alert .ant-alert-description {
|
|
26
|
-
color: #182948;
|
|
27
|
-
font-weight: normal;
|
|
28
|
-
font-size: 12px;
|
|
29
|
-
line-height: 18px;
|
|
30
|
-
}
|
|
31
|
-
.ant-alert-with-description .ant-alert-message {
|
|
32
|
-
margin-bottom: 4px;
|
|
33
|
-
font-weight: bold !important;
|
|
34
|
-
}
|
|
35
|
-
.ant-alert-warning {
|
|
36
|
-
background: rgba(255, 169, 64, 0.1);
|
|
37
|
-
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
38
|
-
}
|
|
39
|
-
.ant-alert-info {
|
|
40
|
-
background: rgba(0, 112, 255, 0.1);
|
|
41
|
-
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
42
|
-
}
|
|
43
|
-
.ant-alert-success {
|
|
44
|
-
background: rgba(46, 209, 163, 0.1);
|
|
45
|
-
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
46
|
-
}
|
|
47
|
-
.ant-alert-error {
|
|
48
|
-
background: rgba(255, 77, 79, 0.1);
|
|
49
|
-
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
50
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.ant-btn {
|
|
2
|
-
box-shadow: none;
|
|
3
|
-
}
|
|
4
|
-
.ant-btn-primary[disabled],
|
|
5
|
-
.ant-btn-primary[disabled]:hover {
|
|
6
|
-
color: #ffffff !important;
|
|
7
|
-
background: #cce2ff !important;
|
|
8
|
-
border-color: #cce2ff !important;
|
|
9
|
-
}
|
|
10
|
-
.ant-btn-dangerous[disabled],
|
|
11
|
-
.ant-btn-dangerous[disabled]:hover {
|
|
12
|
-
color: #ffffff !important;
|
|
13
|
-
background: #ffdbdc !important;
|
|
14
|
-
border-color: #ffdbdc !important;
|
|
15
|
-
}
|
|
16
|
-
.ant-btn-default[disabled],
|
|
17
|
-
.ant-btn-default[disabled]:hover {
|
|
18
|
-
color: #abb7cc !important;
|
|
19
|
-
background: #f9f9fa !important;
|
|
20
|
-
border-color: #dee4ed !important;
|
|
21
|
-
}
|
|
22
|
-
.ant-btn-link[disabled],
|
|
23
|
-
.ant-btn-link[disabled]:hover,
|
|
24
|
-
.ant-btn-text[disabled],
|
|
25
|
-
.ant-btn-text[disabled]:hover {
|
|
26
|
-
color: #cce2ff !important;
|
|
27
|
-
}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
.ant-form .ant-form-item label {
|
|
2
|
-
font-weight: normal;
|
|
3
|
-
}
|
|
4
|
-
.ant-form .ant-form-item label svg {
|
|
5
|
-
color: #0070ff;
|
|
6
|
-
}
|
|
7
|
-
.ant-form .ant-form-item-control {
|
|
8
|
-
padding-left: 0;
|
|
9
|
-
}
|
|
10
|
-
.ant-form .ant-form-item-control .ant-form-item-explain-error {
|
|
11
|
-
font-size: 12px;
|
|
12
|
-
}
|
|
13
|
-
.ant-input::-moz-placeholder {
|
|
14
|
-
color: #abb7cc;
|
|
15
|
-
}
|
|
16
|
-
.ant-input::placeholder {
|
|
17
|
-
color: #abb7cc;
|
|
18
|
-
}
|
|
19
|
-
.ant-select .ant-select-selection-placeholder {
|
|
20
|
-
color: #abb7cc;
|
|
21
|
-
}
|
|
22
|
-
.ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
23
|
-
color: #abb7cc;
|
|
24
|
-
}
|
|
25
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
26
|
-
color: #abb7cc;
|
|
27
|
-
}
|
|
28
|
-
.ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
29
|
-
color: #abb7cc;
|
|
30
|
-
}
|
|
31
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
32
|
-
color: #abb7cc;
|
|
33
|
-
}
|
|
34
|
-
input.ant-input[disabled] {
|
|
35
|
-
color: #526a90;
|
|
36
|
-
}
|
|
37
|
-
span.ant-input-affix-wrapper-disabled {
|
|
38
|
-
background-color: #f2f6f9;
|
|
39
|
-
}
|
|
40
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item,
|
|
41
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item {
|
|
42
|
-
margin-bottom: 16px;
|
|
43
|
-
/** 适配Aplus UI */
|
|
44
|
-
}
|
|
45
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation,
|
|
46
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation {
|
|
47
|
-
border: 1px solid #dee4ed;
|
|
48
|
-
border-radius: 4px;
|
|
49
|
-
}
|
|
50
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label,
|
|
51
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label {
|
|
52
|
-
padding-left: 12px;
|
|
53
|
-
}
|
|
54
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label,
|
|
55
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label {
|
|
56
|
-
height: 30px;
|
|
57
|
-
color: #182948;
|
|
58
|
-
}
|
|
59
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input,
|
|
60
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input {
|
|
61
|
-
min-height: 30px;
|
|
62
|
-
}
|
|
63
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-select-selector,
|
|
64
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-select-selector,
|
|
65
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-affix-wrapper,
|
|
66
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-affix-wrapper,
|
|
67
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
68
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
69
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker,
|
|
70
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
71
|
-
height: 30px;
|
|
72
|
-
border: none;
|
|
73
|
-
border-color: #dee4ed;
|
|
74
|
-
box-shadow: none;
|
|
75
|
-
}
|
|
76
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
77
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
78
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker,
|
|
79
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
80
|
-
width: 100%;
|
|
81
|
-
}
|
|
82
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit,
|
|
83
|
-
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.submit {
|
|
84
|
-
margin-right: 0.5rem;
|
|
85
|
-
}
|
|
86
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset,
|
|
87
|
-
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.reset {
|
|
88
|
-
margin-right: 0;
|
|
89
|
-
}
|
|
90
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse,
|
|
91
|
-
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.collapse {
|
|
92
|
-
margin-left: 0.5rem;
|
|
93
|
-
}
|