@aplus-frontend/ui 0.1.15 → 0.1.16
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 +56 -54
- package/es/src/ap-table/ap-table.vue.mjs +132 -129
- package/es/src/ap-table/interface.d.ts +20 -13
- package/es/src/ap-table/utils.d.ts +8340 -1
- package/es/src/ap-table/utils.mjs +135 -79
- package/es/src/business/index.d.ts +2 -0
- package/es/src/business/index.mjs +20 -18
- package/es/src/config-provider/config-provider-props.d.ts +5 -1
- package/es/src/config-provider/config-provider-props.mjs +4 -0
- package/es/src/config-provider/config-provider.d.ts +10 -1
- package/es/src/config-provider/config-provider.mjs +18 -17
- package/es/src/config-provider/constants.d.ts +6 -2
- package/es/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/es/src/config-provider/index.d.ts +20 -1
- package/es/src/editable-table/form-item.vue.mjs +85 -72
- package/es/src/editable-table/index.vue.mjs +99 -86
- package/es/src/editable-table/utils.mjs +31 -30
- package/es/src/index.mjs +45 -43
- package/es/src/theme/antd-global-overwrite/admin/form.css +10 -5
- package/es/src/theme/antd-global-overwrite/admin/index.css +117 -38
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +54 -16
- package/es/src/theme/antd-global-overwrite/admin/table.css +53 -17
- package/es/src/theme/antd-global-overwrite/aplus/form.css +28 -14
- package/es/src/theme/antd-global-overwrite/aplus/index.css +159 -67
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +66 -20
- package/es/src/theme/antd-global-overwrite/aplus/table.css +65 -33
- package/es/src/utils/ap-trans-data/index.d.ts +9 -10
- package/es/src/utils/ap-trans-data/index.mjs +20 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/interface.d.ts +20 -13
- package/lib/src/ap-table/utils.d.ts +8340 -1
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/business/index.d.ts +2 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +5 -1
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +10 -1
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +6 -2
- package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/lib/src/config-provider/index.d.ts +20 -1
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/form.css +10 -5
- package/lib/src/theme/antd-global-overwrite/admin/index.css +117 -38
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +54 -16
- package/lib/src/theme/antd-global-overwrite/admin/table.css +53 -17
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +28 -14
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +159 -67
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +66 -20
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +65 -33
- package/lib/src/utils/ap-trans-data/index.d.ts +9 -10
- package/lib/src/utils/ap-trans-data/index.js +1 -0
- package/package.json +1 -1
|
@@ -1,20 +1,28 @@
|
|
|
1
1
|
[class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
|
|
2
|
-
[class
|
|
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 {
|
|
3
5
|
margin: 16px 0 0;
|
|
4
6
|
}
|
|
5
7
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination,
|
|
6
|
-
[class
|
|
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 {
|
|
7
11
|
position: relative;
|
|
8
12
|
}
|
|
9
13
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
|
|
10
|
-
[class
|
|
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 {
|
|
11
17
|
position: absolute;
|
|
12
18
|
left: 0;
|
|
13
19
|
height: 30px;
|
|
14
20
|
line-height: 30px;
|
|
15
21
|
}
|
|
16
22
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
17
|
-
[class
|
|
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 {
|
|
18
26
|
box-sizing: border-box;
|
|
19
27
|
min-width: 30px;
|
|
20
28
|
height: 30px;
|
|
@@ -26,13 +34,27 @@
|
|
|
26
34
|
border-radius: 4px;
|
|
27
35
|
}
|
|
28
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),
|
|
29
|
-
[class
|
|
30
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class
|
|
31
|
-
[class
|
|
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) {
|
|
32
52
|
border: 1px solid #d9d9d9;
|
|
33
53
|
}
|
|
34
54
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
35
|
-
[class
|
|
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 {
|
|
36
58
|
width: 30px;
|
|
37
59
|
height: 30px;
|
|
38
60
|
margin: 0 4px;
|
|
@@ -40,7 +62,9 @@
|
|
|
40
62
|
border: 1px solid #d9d9d9;
|
|
41
63
|
}
|
|
42
64
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
43
|
-
[class
|
|
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 {
|
|
44
68
|
width: 30px;
|
|
45
69
|
height: 30px;
|
|
46
70
|
margin: 0 4px;
|
|
@@ -48,34 +72,48 @@
|
|
|
48
72
|
border: 1px solid #d9d9d9;
|
|
49
73
|
}
|
|
50
74
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
|
|
51
|
-
[class
|
|
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 {
|
|
52
78
|
border: 1px solid #d9d9d9;
|
|
53
79
|
}
|
|
54
80
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
|
|
55
|
-
[class
|
|
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 {
|
|
56
84
|
margin-left: 4px;
|
|
57
85
|
}
|
|
58
86
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
|
|
59
|
-
[class
|
|
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 {
|
|
60
90
|
min-width: 90px;
|
|
61
91
|
height: 30px;
|
|
62
92
|
}
|
|
63
93
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
|
|
64
|
-
[class
|
|
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 {
|
|
65
97
|
line-height: 28px;
|
|
66
98
|
}
|
|
67
99
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
|
|
68
|
-
[class
|
|
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 {
|
|
69
103
|
color: #333333;
|
|
70
104
|
}
|
|
71
105
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
|
|
72
|
-
[class
|
|
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 {
|
|
73
109
|
margin-left: 20px;
|
|
74
110
|
color: #333333;
|
|
75
111
|
font-size: 14px;
|
|
76
112
|
}
|
|
77
113
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
|
|
78
|
-
[class
|
|
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 {
|
|
79
117
|
min-width: 60px;
|
|
80
118
|
height: 30px;
|
|
81
119
|
margin: 0 8px;
|
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
[class$='-basic-table'],
|
|
2
|
-
[class$='-basic-table-form-container']
|
|
2
|
+
[class$='-basic-table-form-container'],
|
|
3
|
+
[class$='-basic-table ap-table--sticky'],
|
|
4
|
+
[class$='-basic-table-form-container ap-table--sticky'] {
|
|
3
5
|
width: 100%;
|
|
4
6
|
height: 100%;
|
|
5
7
|
}
|
|
6
8
|
[class$='-basic-table'] .ant-table-wrapper,
|
|
7
|
-
[class$='-basic-table-form-container'] .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 {
|
|
8
12
|
padding: 12px 16px 16px;
|
|
9
13
|
background-color: #ffffff;
|
|
10
14
|
border-radius: 0;
|
|
11
15
|
}
|
|
12
16
|
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
13
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,
|
|
14
20
|
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
|
|
15
|
-
[class$='-basic-table-form-container'] .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 {
|
|
16
24
|
display: flex;
|
|
17
25
|
align-items: center;
|
|
18
26
|
justify-content: space-between;
|
|
@@ -21,63 +29,91 @@
|
|
|
21
29
|
border: none;
|
|
22
30
|
}
|
|
23
31
|
[class$='-basic-table'] .ant-table-wrapper .ant-table,
|
|
24
|
-
[class$='-basic-table-form-container'] .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 {
|
|
25
35
|
width: 100%;
|
|
26
36
|
overflow-x: hidden;
|
|
27
37
|
border-radius: 0;
|
|
28
38
|
}
|
|
29
39
|
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container,
|
|
30
|
-
[class$='-basic-table-form-container'] .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 {
|
|
31
43
|
border-radius: 0;
|
|
32
44
|
}
|
|
33
45
|
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table,
|
|
34
|
-
[class$='-basic-table-form-container'] .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 {
|
|
35
49
|
border-radius: 0;
|
|
36
50
|
}
|
|
37
51
|
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
|
|
38
|
-
[class$='-basic-table-form-container'] .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 {
|
|
39
55
|
border-radius: 0;
|
|
40
56
|
}
|
|
41
57
|
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
42
|
-
[class$='-basic-table-form-container'] .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 {
|
|
43
61
|
border-radius: 0;
|
|
44
62
|
}
|
|
45
63
|
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
|
|
46
|
-
[class$='-basic-table-form-container'] .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 {
|
|
47
67
|
background-color: #f3fbf7;
|
|
48
68
|
}
|
|
49
69
|
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
|
|
50
|
-
[class$='-basic-table-form-container'] .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 {
|
|
51
73
|
background-color: #e6f6ef;
|
|
52
74
|
}
|
|
53
75
|
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
|
|
54
|
-
[class$='-basic-table-form-container'] .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 {
|
|
55
79
|
padding: 13.5px 16px;
|
|
56
80
|
line-height: 20px;
|
|
57
81
|
}
|
|
58
82
|
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
|
|
59
|
-
[class$='-basic-table-form-container'] .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 {
|
|
60
86
|
padding: 13.5px 16px;
|
|
61
87
|
line-height: 20px;
|
|
62
88
|
}
|
|
63
89
|
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer,
|
|
64
|
-
[class$='-basic-table-form-container'] .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 {
|
|
65
93
|
padding: 0;
|
|
66
94
|
}
|
|
67
95
|
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
|
|
68
|
-
[class$='-basic-table-form-container'] .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 {
|
|
69
99
|
padding: 0;
|
|
70
100
|
}
|
|
71
101
|
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer table,
|
|
72
|
-
[class$='-basic-table-form-container'] .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 {
|
|
73
105
|
border: none;
|
|
74
106
|
}
|
|
75
107
|
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-body,
|
|
76
|
-
[class$='-basic-table-form-container'] .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 {
|
|
77
111
|
overflow-x: hidden;
|
|
78
112
|
}
|
|
79
113
|
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer td,
|
|
80
|
-
[class$='-basic-table-form-container'] .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 {
|
|
81
117
|
padding: 12px 8px;
|
|
82
118
|
}
|
|
83
119
|
[class$='-basic-table-form-container'] {
|
|
@@ -41,43 +41,57 @@ input.ant-input[disabled] {
|
|
|
41
41
|
span.ant-input-affix-wrapper-disabled {
|
|
42
42
|
background-color: #f2f6f9;
|
|
43
43
|
}
|
|
44
|
-
div[class
|
|
44
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item,
|
|
45
|
+
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item {
|
|
45
46
|
margin-bottom: 16px;
|
|
46
47
|
/** 适配Aplus UI */
|
|
47
48
|
}
|
|
48
|
-
div[class
|
|
49
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation,
|
|
50
|
+
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation {
|
|
49
51
|
border: 1px solid #dee4ed;
|
|
50
52
|
border-radius: 4px;
|
|
51
53
|
}
|
|
52
|
-
div[class
|
|
54
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-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 {
|
|
53
56
|
padding-left: 12px;
|
|
54
57
|
}
|
|
55
|
-
div[class
|
|
58
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label,
|
|
59
|
+
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
60
|
height: 30px;
|
|
57
61
|
color: #182948;
|
|
58
62
|
}
|
|
59
|
-
div[class
|
|
63
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input,
|
|
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 {
|
|
60
65
|
min-height: 30px;
|
|
61
66
|
}
|
|
62
|
-
div[class
|
|
63
|
-
div[class
|
|
64
|
-
div[class
|
|
65
|
-
div[class
|
|
67
|
+
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,
|
|
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-select-selector,
|
|
69
|
+
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,
|
|
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-input-affix-wrapper,
|
|
71
|
+
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,
|
|
72
|
+
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,
|
|
73
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker,
|
|
74
|
+
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 {
|
|
66
75
|
height: 30px;
|
|
67
76
|
border: none;
|
|
68
77
|
border-color: #dee4ed;
|
|
69
78
|
box-shadow: none;
|
|
70
79
|
}
|
|
71
|
-
div[class
|
|
72
|
-
div[class
|
|
80
|
+
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,
|
|
81
|
+
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,
|
|
82
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker,
|
|
83
|
+
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 {
|
|
73
84
|
width: 100%;
|
|
74
85
|
}
|
|
75
|
-
div[class
|
|
86
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit,
|
|
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.submit {
|
|
76
88
|
margin-right: 0.5rem;
|
|
77
89
|
}
|
|
78
|
-
div[class
|
|
90
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset,
|
|
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.reset {
|
|
79
92
|
margin-right: 0;
|
|
80
93
|
}
|
|
81
|
-
div[class
|
|
94
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse,
|
|
95
|
+
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 {
|
|
82
96
|
margin-left: 0.5rem;
|
|
83
97
|
}
|