es-grid-template 1.8.66 → 1.8.68
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/grid-component/hooks/constant.d.ts +1 -0
- package/es/grid-component/hooks/constant.js +2 -1
- package/es/grid-component/hooks/useLazyKVMap.d.ts +1 -1
- package/es/grid-component/hooks/utils.d.ts +1 -1
- package/es/grid-component/index.d.ts +1 -1
- package/es/grid-component/type.d.ts +567 -0
- package/es/grid-component/type.js +1 -490
- package/es/table-component/ColumnsChoose.d.ts +1 -1
- package/es/table-component/ColumnsChoose.js +0 -2
- package/es/table-component/ContextMenu.d.ts +1 -2
- package/es/table-component/ContextMenu.js +0 -1
- package/es/table-component/InternalTable.d.ts +1 -2
- package/es/table-component/InternalTable.js +1 -32
- package/es/table-component/TableContainer.d.ts +1 -1
- package/es/table-component/TableContainer.js +4 -2
- package/es/table-component/TableContainerEdit.d.ts +1 -1
- package/es/table-component/TableContainerEdit.js +6 -129
- package/es/table-component/body/EditableCell.d.ts +1 -1
- package/es/table-component/body/EditableCell.js +1 -18
- package/es/table-component/body/TableBody.d.ts +1 -1
- package/es/table-component/body/TableBodyCell.d.ts +1 -1
- package/es/table-component/body/TableBodyCellEdit.d.ts +1 -1
- package/es/table-component/body/TableBodyCellEdit.js +2 -9
- package/es/table-component/body/TableBodyRow.d.ts +1 -1
- package/es/table-component/components/ControlCheckbox.d.ts +1 -1
- package/es/table-component/components/EditForm/EditForm.js +0 -1
- package/es/table-component/components/InputControl/InputControl.js +0 -3
- package/es/table-component/components/async-select/index.d.ts +1 -1
- package/es/table-component/components/async-select/index.js +0 -3
- package/es/table-component/components/async-table-select/index.d.ts +1 -1
- package/es/table-component/components/async-table-select/index.js +0 -4
- package/es/table-component/components/checkbox-filter/CheckboxFilter.js +6 -2
- package/es/table-component/components/checkbox-filter/FilterSearch.d.ts +1 -1
- package/es/table-component/components/checkbox-filter/FilterSearch.js +1 -1
- package/es/table-component/components/command/Command.d.ts +1 -1
- package/es/table-component/components/number/index.d.ts +3 -2
- package/es/table-component/components/number/index.js +0 -8
- package/es/table-component/components/number-range/index.d.ts +3 -2
- package/es/table-component/components/number-range/index.js +0 -3
- package/es/table-component/footer/TableFooterRow.js +1 -22
- package/es/table-component/header/TableHead.js +0 -20
- package/es/table-component/header/TableHeadCell.js +1 -15
- package/es/table-component/header/TableHeadCell2.js +5 -3
- package/es/table-component/header/TableHeadGroupCell.js +0 -23
- package/es/table-component/header/renderFilter.d.ts +1 -1
- package/es/table-component/hook/useColumns.d.ts +1 -1
- package/es/table-component/hook/useFilterOperator.d.ts +2 -2
- package/es/table-component/hook/utils.d.ts +1 -1
- package/es/table-component/hook/utils.js +0 -3
- package/es/table-component/index.d.ts +1 -1
- package/es/table-component/index.js +0 -3
- package/es/table-component/table/Grid.d.ts +1 -1
- package/es/table-component/table/Grid.js +0 -5
- package/es/table-component/table/TableWrapper.d.ts +1 -1
- package/es/table-component/useContext.d.ts +2 -1
- package/es/table-virtuoso/InternalTable.d.ts +1 -1
- package/es/table-virtuoso/InternalTable.js +2 -1
- package/es/table-virtuoso/body/TableBodyCell.d.ts +1 -1
- package/es/table-virtuoso/body/TableBodyCell.js +1 -1
- package/es/table-virtuoso/body/TableBodyRow.d.ts +2 -2
- package/es/table-virtuoso/body/TableBodyRow.js +3 -1
- package/es/table-virtuoso/header/TableHeadCell.js +1 -3
- package/es/table-virtuoso/header/renderFilter.d.ts +1 -1
- package/es/table-virtuoso/header/renderFilter.js +0 -4
- package/es/table-virtuoso/hook/utils.d.ts +1 -1
- package/es/table-virtuoso/style.js +1 -1
- package/es/table-virtuoso/table/Grid.d.ts +1 -1
- package/es/table-virtuoso/table/Grid.js +0 -24
- package/es/table-virtuoso/table/TableContainer.d.ts +1 -1
- package/es/table-virtuoso/table/TableContainer.js +0 -2
- package/es/table-virtuoso/table/TableWrapper.d.ts +1 -1
- package/es/table-virtuoso/table/TableWrapper.js +3 -19
- package/es/table-virtuoso/useContext.d.ts +1 -1
- package/lib/grid-component/hooks/constant.d.ts +1 -0
- package/lib/grid-component/hooks/constant.js +3 -2
- package/lib/grid-component/hooks/useLazyKVMap.d.ts +1 -1
- package/lib/grid-component/hooks/utils.d.ts +1 -1
- package/lib/grid-component/index.d.ts +1 -1
- package/lib/grid-component/type.d.ts +567 -0
- package/lib/grid-component/type.js +4 -490
- package/lib/table-component/ColumnsChoose.d.ts +1 -1
- package/lib/table-component/ColumnsChoose.js +0 -2
- package/lib/table-component/ContextMenu.d.ts +1 -2
- package/lib/table-component/ContextMenu.js +0 -2
- package/lib/table-component/InternalTable.d.ts +1 -2
- package/lib/table-component/InternalTable.js +1 -28
- package/lib/table-component/TableContainer.d.ts +1 -1
- package/lib/table-component/TableContainer.js +4 -2
- package/lib/table-component/TableContainerEdit.d.ts +1 -1
- package/lib/table-component/TableContainerEdit.js +5 -128
- package/lib/table-component/body/EditableCell.d.ts +1 -1
- package/lib/table-component/body/EditableCell.js +0 -10
- package/lib/table-component/body/TableBody.d.ts +1 -1
- package/lib/table-component/body/TableBodyCell.d.ts +1 -1
- package/lib/table-component/body/TableBodyCellEdit.d.ts +1 -1
- package/lib/table-component/body/TableBodyCellEdit.js +5 -11
- package/lib/table-component/body/TableBodyRow.d.ts +1 -1
- package/lib/table-component/components/ControlCheckbox.d.ts +1 -1
- package/lib/table-component/components/EditForm/EditForm.js +0 -2
- package/lib/table-component/components/InputControl/InputControl.js +0 -4
- package/lib/table-component/components/async-select/index.d.ts +1 -1
- package/lib/table-component/components/async-select/index.js +0 -2
- package/lib/table-component/components/async-table-select/index.d.ts +1 -1
- package/lib/table-component/components/async-table-select/index.js +0 -4
- package/lib/table-component/components/checkbox-filter/CheckboxFilter.js +6 -2
- package/lib/table-component/components/checkbox-filter/FilterSearch.d.ts +1 -1
- package/lib/table-component/components/checkbox-filter/FilterSearch.js +1 -1
- package/lib/table-component/components/command/Command.d.ts +1 -1
- package/lib/table-component/components/number/index.d.ts +3 -2
- package/lib/table-component/components/number/index.js +0 -8
- package/lib/table-component/components/number-range/index.d.ts +3 -2
- package/lib/table-component/components/number-range/index.js +0 -3
- package/lib/table-component/footer/TableFooterRow.js +1 -23
- package/lib/table-component/header/TableHead.js +0 -21
- package/lib/table-component/header/TableHeadCell.js +4 -18
- package/lib/table-component/header/TableHeadCell2.js +8 -6
- package/lib/table-component/header/TableHeadGroupCell.js +0 -23
- package/lib/table-component/header/renderFilter.d.ts +1 -1
- package/lib/table-component/hook/useColumns.d.ts +1 -1
- package/lib/table-component/hook/useFilterOperator.d.ts +2 -2
- package/lib/table-component/hook/utils.d.ts +1 -1
- package/lib/table-component/hook/utils.js +0 -4
- package/lib/table-component/index.d.ts +1 -1
- package/lib/table-component/index.js +0 -1
- package/lib/table-component/table/Grid.d.ts +1 -1
- package/lib/table-component/table/Grid.js +0 -4
- package/lib/table-component/table/TableWrapper.d.ts +1 -1
- package/lib/table-component/useContext.d.ts +2 -1
- package/lib/table-virtuoso/InternalTable.d.ts +1 -1
- package/lib/table-virtuoso/InternalTable.js +3 -1
- package/lib/table-virtuoso/body/TableBodyCell.d.ts +1 -1
- package/lib/table-virtuoso/body/TableBodyCell.js +1 -1
- package/lib/table-virtuoso/body/TableBodyRow.d.ts +2 -2
- package/lib/table-virtuoso/body/TableBodyRow.js +3 -1
- package/lib/table-virtuoso/header/TableHeadCell.js +4 -6
- package/lib/table-virtuoso/header/renderFilter.d.ts +1 -1
- package/lib/table-virtuoso/header/renderFilter.js +0 -4
- package/lib/table-virtuoso/hook/utils.d.ts +1 -1
- package/lib/table-virtuoso/style.js +1 -1
- package/lib/table-virtuoso/table/Grid.d.ts +1 -1
- package/lib/table-virtuoso/table/Grid.js +0 -24
- package/lib/table-virtuoso/table/TableContainer.d.ts +1 -1
- package/lib/table-virtuoso/table/TableContainer.js +0 -2
- package/lib/table-virtuoso/table/TableWrapper.d.ts +1 -1
- package/lib/table-virtuoso/table/TableWrapper.js +3 -19
- package/lib/table-virtuoso/useContext.d.ts +1 -1
- package/package.json +1 -1
- package/es/table-component/hook/constant.d.ts +0 -73
- package/es/table-component/hook/constant.js +0 -240
- package/es/table-component/type.d.ts +0 -567
- package/es/table-component/type.js +0 -1
- package/es/table-virtuoso/hook/constant.d.ts +0 -73
- package/es/table-virtuoso/hook/constant.js +0 -240
- package/es/table-virtuoso/hook/convert.d.ts +0 -1
- package/es/table-virtuoso/hook/convert.js +0 -28
- package/es/table-virtuoso/hook/useColumns.d.ts +0 -28
- package/es/table-virtuoso/hook/useColumns.js +0 -302
- package/es/table-virtuoso/hook/useFilterOperator.d.ts +0 -7
- package/es/table-virtuoso/hook/useFilterOperator.js +0 -33
- package/es/table-virtuoso/style.scss +0 -1441
- package/es/table-virtuoso/type.d.ts +0 -0
- package/es/table-virtuoso/type.js +0 -785
- package/lib/table-component/hook/constant.d.ts +0 -73
- package/lib/table-component/hook/constant.js +0 -247
- package/lib/table-component/type.d.ts +0 -567
- package/lib/table-component/type.js +0 -5
- package/lib/table-virtuoso/hook/constant.d.ts +0 -73
- package/lib/table-virtuoso/hook/constant.js +0 -247
- package/lib/table-virtuoso/hook/convert.d.ts +0 -1
- package/lib/table-virtuoso/hook/convert.js +0 -34
- package/lib/table-virtuoso/hook/useColumns.d.ts +0 -28
- package/lib/table-virtuoso/hook/useColumns.js +0 -315
- package/lib/table-virtuoso/hook/useFilterOperator.d.ts +0 -7
- package/lib/table-virtuoso/hook/useFilterOperator.js +0 -40
- package/lib/table-virtuoso/style.scss +0 -1441
- package/lib/table-virtuoso/type.d.ts +0 -0
- package/lib/table-virtuoso/type.js +0 -786
|
@@ -1,1441 +0,0 @@
|
|
|
1
|
-
$prefix: 'ui-rc' !default;
|
|
2
|
-
$antdPrefix: 'ant' !default;
|
|
3
|
-
$boxShadowColor: rgba(5, 5, 5, 0.09) !default;
|
|
4
|
-
$fontFamily: "Montserrat", Helvetica, Arial, serif !default;
|
|
5
|
-
$border-radius: 6px !default;
|
|
6
|
-
|
|
7
|
-
$primary: #eb4619 !default;
|
|
8
|
-
|
|
9
|
-
$rowHoverBg: #FBDED6 !default;
|
|
10
|
-
$rowSelectedBg: #FEF2EF !default;
|
|
11
|
-
$tableBorderColor: #e0e0e0 !default;
|
|
12
|
-
$border-selected-color: #0550C5 !default;
|
|
13
|
-
$body-color: #ffffff !default;
|
|
14
|
-
$cell-selected-bg: #F3F8FF !default;
|
|
15
|
-
$cell-index-selected-bg: #1869E6 !default;
|
|
16
|
-
$cell-index-focus-bg: #E6EFFD !default;
|
|
17
|
-
|
|
18
|
-
// 404071
|
|
19
|
-
|
|
20
|
-
// dark
|
|
21
|
-
$tableBorderColorDark: #44485E !default;
|
|
22
|
-
|
|
23
|
-
$rowHoverBg-Dark: #404071 !default;
|
|
24
|
-
|
|
25
|
-
$rowSelectedBg-Dark: #25293C !default;
|
|
26
|
-
|
|
27
|
-
$border-selected-color-Dark: #538ff1 !default;
|
|
28
|
-
$cell-index-selected-bg-Dark: #1869E6 !default;
|
|
29
|
-
|
|
30
|
-
$body-color-Dark: #343e59 !default;
|
|
31
|
-
|
|
32
|
-
$cell-selected-bg-Dark: #F3F8FF !default;
|
|
33
|
-
$cell-index-focus-bg-Dark: #E6EFFD !default;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
* {
|
|
40
|
-
box-sizing: border-box;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
.#{$prefix}-grid {
|
|
45
|
-
|
|
46
|
-
// border: 1px solid $tableBorderColor;
|
|
47
|
-
|
|
48
|
-
color: #000000de;
|
|
49
|
-
background-color: #ffffff;
|
|
50
|
-
|
|
51
|
-
font-size: 14px;
|
|
52
|
-
|
|
53
|
-
table {
|
|
54
|
-
// border-collapse: collapse;
|
|
55
|
-
border-collapse: separate;
|
|
56
|
-
border-spacing: 0;
|
|
57
|
-
table-layout: fixed;
|
|
58
|
-
// border: 1px solid $tableBorderColor;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.#{$prefix}-grid-container {
|
|
62
|
-
|
|
63
|
-
// border: 1px solid $tableBorderColor;
|
|
64
|
-
// border-right: 0;
|
|
65
|
-
// font-size: 13px;
|
|
66
|
-
|
|
67
|
-
// &::after {
|
|
68
|
-
// content: "";
|
|
69
|
-
// position: absolute;
|
|
70
|
-
// top: 0px;
|
|
71
|
-
// right: 0;
|
|
72
|
-
// height: 100%;
|
|
73
|
-
// border-right: 1px solid $tableBorderColor;
|
|
74
|
-
// pointer-events: none;
|
|
75
|
-
// z-index: 1;
|
|
76
|
-
// }
|
|
77
|
-
|
|
78
|
-
.#{$prefix}-grid-cell {
|
|
79
|
-
|
|
80
|
-
padding: 7px 8px;
|
|
81
|
-
|
|
82
|
-
&.#{$prefix}-grid-cell-text-center {
|
|
83
|
-
text-align: center;
|
|
84
|
-
justify-content: center;
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
&.#{$prefix}-grid-cell-text-right {
|
|
89
|
-
justify-content: flex-end;
|
|
90
|
-
text-align: right;
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
&.#{$prefix}-grid-cell-ellipsis {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
.ui-rc_cell-content {
|
|
98
|
-
width: 100%;
|
|
99
|
-
overflow: hidden;
|
|
100
|
-
white-space: nowrap;
|
|
101
|
-
text-overflow: ellipsis;
|
|
102
|
-
word-break: keep-all;
|
|
103
|
-
|
|
104
|
-
&.select-cell {
|
|
105
|
-
padding-right: 18px;
|
|
106
|
-
position: relative;
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.caret-down {
|
|
111
|
-
float: right;
|
|
112
|
-
position: absolute;
|
|
113
|
-
right: 0;
|
|
114
|
-
|
|
115
|
-
&::before {
|
|
116
|
-
content: '';
|
|
117
|
-
display: inline-block;
|
|
118
|
-
margin-left: 4px;
|
|
119
|
-
vertical-align: middle;
|
|
120
|
-
width: 0;
|
|
121
|
-
height: 0;
|
|
122
|
-
border-left: 5px solid transparent;
|
|
123
|
-
border-right: 5px solid transparent;
|
|
124
|
-
border-top: 5px solid #6f7777;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
&.#{$prefix}-grid-cell-wrap {
|
|
133
|
-
white-space: normal;
|
|
134
|
-
// overflow: hidden;
|
|
135
|
-
text-overflow: ellipsis;
|
|
136
|
-
word-break: break-word;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.#{$prefix}-grid-header-text-wrap {
|
|
140
|
-
white-space: normal;
|
|
141
|
-
overflow: hidden;
|
|
142
|
-
text-overflow: ellipsis;
|
|
143
|
-
word-break: break-word;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.#{$prefix}-grid-thead {
|
|
149
|
-
// background-color: #ffffff;
|
|
150
|
-
background-color: inherit;
|
|
151
|
-
font-weight: 500;
|
|
152
|
-
|
|
153
|
-
.#{$prefix}-grid-cell {
|
|
154
|
-
font-weight: inherit;
|
|
155
|
-
color: #000000E0;
|
|
156
|
-
|
|
157
|
-
background-color: inherit;
|
|
158
|
-
// border-inline-end: 1px solid $tableBorderColor;
|
|
159
|
-
// border-bottom: 1px solid $tableBorderColor;
|
|
160
|
-
|
|
161
|
-
&.ui-rc-grid-cell-ellipsis {
|
|
162
|
-
|
|
163
|
-
.ui-rc-table-column-title,
|
|
164
|
-
.#{$prefix}-grid-cell-ellipsis {
|
|
165
|
-
width: 100%;
|
|
166
|
-
overflow: hidden;
|
|
167
|
-
white-space: nowrap;
|
|
168
|
-
text-overflow: ellipsis;
|
|
169
|
-
word-break: keep-all;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
&.ui-rc-grid-cell-wrap {
|
|
175
|
-
|
|
176
|
-
.ui-rc-table-column-title,
|
|
177
|
-
.#{$prefix}-grid-cell-text-wrap {
|
|
178
|
-
white-space: normal;
|
|
179
|
-
word-break: break-word;
|
|
180
|
-
overflow: hidden;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
&:hover {
|
|
186
|
-
.ui-rc-header-trigger {
|
|
187
|
-
|
|
188
|
-
.ui-rc-table-column-sorter-cancel {
|
|
189
|
-
opacity: 1;
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
.#{$prefix}-grid-filter-column {
|
|
198
|
-
display: flex;
|
|
199
|
-
justify-content: space-between;
|
|
200
|
-
width: 100%;
|
|
201
|
-
align-items: center;
|
|
202
|
-
position: relative;
|
|
203
|
-
z-index: 3;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.ui-rc-header-trigger {
|
|
207
|
-
padding-left: 6px;
|
|
208
|
-
display: flex;
|
|
209
|
-
align-items: center;
|
|
210
|
-
|
|
211
|
-
.ui-rc-table-column-sorter-cancel {
|
|
212
|
-
opacity: 0;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.resizer {
|
|
218
|
-
|
|
219
|
-
/* background: rgba(0, 0, 0, 0.5); */
|
|
220
|
-
cursor: col-resize;
|
|
221
|
-
height: 100%;
|
|
222
|
-
position: absolute;
|
|
223
|
-
right: 0;
|
|
224
|
-
top: 0;
|
|
225
|
-
z-index: 3;
|
|
226
|
-
touch-action: none;
|
|
227
|
-
user-select: none;
|
|
228
|
-
width: 5px;
|
|
229
|
-
|
|
230
|
-
// &::before {
|
|
231
|
-
// content: '';
|
|
232
|
-
// border-left: 2px solid blue;
|
|
233
|
-
// }
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.resizer.isResizing {
|
|
237
|
-
// &::before {
|
|
238
|
-
// content: '';
|
|
239
|
-
// // border-left: 2px solid gray;
|
|
240
|
-
// border-left: 2px solid rgb(70, 115, 228);
|
|
241
|
-
// position: absolute;
|
|
242
|
-
// // height: 50%;
|
|
243
|
-
// height: 100%;
|
|
244
|
-
// // top: 25%
|
|
245
|
-
// }
|
|
246
|
-
|
|
247
|
-
// background: blue;
|
|
248
|
-
opacity: 1;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.#{$prefix}-grid-tbody {
|
|
259
|
-
|
|
260
|
-
.#{$prefix}-grid-row {
|
|
261
|
-
border-bottom: 1px solid lightgray;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.#{$prefix}-grid-row {
|
|
265
|
-
display: flex;
|
|
266
|
-
position: absolute;
|
|
267
|
-
width: 100%;
|
|
268
|
-
// background-color: #ffffff;
|
|
269
|
-
background-color: inherit;
|
|
270
|
-
|
|
271
|
-
&:hover {
|
|
272
|
-
.#{$prefix}-grid-cell:not(.editable) {
|
|
273
|
-
// background-color: $rowHoverBg;
|
|
274
|
-
|
|
275
|
-
&.cell-editable,
|
|
276
|
-
&.#{$prefix}-grid-cell-index,
|
|
277
|
-
&.#{$prefix}-grid-cell-selection {
|
|
278
|
-
// background-color: transparent;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
// &.ui-rc-grid-cell-index {
|
|
282
|
-
// background-color: #ffffff;
|
|
283
|
-
// }
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
&.#{$prefix}-grid-row-selected {
|
|
288
|
-
|
|
289
|
-
.#{$prefix}-grid-cell {
|
|
290
|
-
background-color: $rowSelectedBg;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
&.#{$prefix}-grid-row-focus {
|
|
296
|
-
|
|
297
|
-
.#{$prefix}-grid-cell {
|
|
298
|
-
background-color: $rowHoverBg;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.#{$prefix}-grid-cell {
|
|
306
|
-
outline: none;
|
|
307
|
-
border-inline-end: 1px solid $tableBorderColor;
|
|
308
|
-
|
|
309
|
-
border-bottom: 1px solid $tableBorderColor;
|
|
310
|
-
|
|
311
|
-
// background-color: $body-color;
|
|
312
|
-
background-color: inherit;
|
|
313
|
-
|
|
314
|
-
&.#{$prefix}-grid-cell-ellipsis:not(:has(>.ui-rc_cell-content)) {
|
|
315
|
-
overflow: hidden;
|
|
316
|
-
white-space: nowrap;
|
|
317
|
-
text-overflow: ellipsis;
|
|
318
|
-
word-break: keep-all;
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
&.#{$prefix}-grid-cell-index-selected {
|
|
325
|
-
background-color: $cell-index-selected-bg !important;
|
|
326
|
-
color: #ffffff;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
&.cell-editable {
|
|
332
|
-
|
|
333
|
-
// padding: 0;
|
|
334
|
-
user-select: none;
|
|
335
|
-
|
|
336
|
-
&.cell-border-top {
|
|
337
|
-
|
|
338
|
-
//border-bottom: 1px solid $border-selected-color;
|
|
339
|
-
&::after {
|
|
340
|
-
content: "";
|
|
341
|
-
position: absolute;
|
|
342
|
-
top: 0px;
|
|
343
|
-
left: 0;
|
|
344
|
-
//right: 0;
|
|
345
|
-
//bottom: 0;
|
|
346
|
-
height: 1px;
|
|
347
|
-
width: 100%;
|
|
348
|
-
border-top: 1px solid $border-selected-color;
|
|
349
|
-
/* line đè lên border gốc */
|
|
350
|
-
pointer-events: none;
|
|
351
|
-
/* không ảnh hưởng đến tương tác */
|
|
352
|
-
z-index: 1;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
// &.ui-rc-grid-cell-fix-left-last {
|
|
356
|
-
// &::after {
|
|
357
|
-
// left: -100%;
|
|
358
|
-
// }
|
|
359
|
-
// }
|
|
360
|
-
|
|
361
|
-
// &.ui-rc-grid-cell-fix-right-first {
|
|
362
|
-
// &::after {
|
|
363
|
-
// left: 100%;
|
|
364
|
-
// }
|
|
365
|
-
// }
|
|
366
|
-
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
&.cell-border-bottom {
|
|
370
|
-
border-bottom: 1px solid $border-selected-color;
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
&.cell-border-left {
|
|
376
|
-
|
|
377
|
-
&::before {
|
|
378
|
-
content: "";
|
|
379
|
-
position: absolute;
|
|
380
|
-
top: 0;
|
|
381
|
-
left: 0;
|
|
382
|
-
//right: 0;
|
|
383
|
-
//bottom: 0;
|
|
384
|
-
height: 102%;
|
|
385
|
-
width: 1px;
|
|
386
|
-
border-left: 1px solid $border-selected-color;
|
|
387
|
-
/* line đè lên border gốc */
|
|
388
|
-
pointer-events: none;
|
|
389
|
-
/* không ảnh hưởng đến tương tác */
|
|
390
|
-
z-index: 1;
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
&.cell-border-right {
|
|
395
|
-
border-inline-end: 1px solid $border-selected-color;
|
|
396
|
-
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
&.cell-paste-border-top {
|
|
400
|
-
|
|
401
|
-
// border-bottom: 1px dashed #949494;
|
|
402
|
-
&::after {
|
|
403
|
-
content: "";
|
|
404
|
-
position: absolute;
|
|
405
|
-
top: 0px;
|
|
406
|
-
left: 0;
|
|
407
|
-
//right: 0;
|
|
408
|
-
//bottom: 0;
|
|
409
|
-
height: 1px;
|
|
410
|
-
width: 100%;
|
|
411
|
-
border-top: 1px dashed #949494;
|
|
412
|
-
/* line đè lên border gốc */
|
|
413
|
-
pointer-events: none;
|
|
414
|
-
/* không ảnh hưởng đến tương tác */
|
|
415
|
-
z-index: 1;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
&.ui-rc-grid-cell-fix-left-last {
|
|
419
|
-
&::after {
|
|
420
|
-
left: -100%;
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
&.ui-rc-grid-cell-fix-right-first {
|
|
425
|
-
&::after {
|
|
426
|
-
left: 100%;
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
&.cell-paste-border-bottom {
|
|
432
|
-
border-bottom: 1px dashed #949494;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
&.cell-paste-border-left {
|
|
436
|
-
// border-inline-end: 1px dashed #949494;
|
|
437
|
-
|
|
438
|
-
&::before {
|
|
439
|
-
content: "";
|
|
440
|
-
position: absolute;
|
|
441
|
-
top: 0;
|
|
442
|
-
left: 0;
|
|
443
|
-
//right: 0;
|
|
444
|
-
//bottom: 0;
|
|
445
|
-
height: 102%;
|
|
446
|
-
width: 1px;
|
|
447
|
-
border-left: 1px dashed #949494;
|
|
448
|
-
/* line đè lên border gốc */
|
|
449
|
-
pointer-events: none;
|
|
450
|
-
/* không ảnh hưởng đến tương tác */
|
|
451
|
-
z-index: 1;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
&.cell-paste-border-right {
|
|
456
|
-
border-inline-end: 1px dashed #949494;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.dragging-point {
|
|
460
|
-
//visibility: hidden;
|
|
461
|
-
width: 6px;
|
|
462
|
-
height: 6px;
|
|
463
|
-
position: absolute;
|
|
464
|
-
cursor: crosshair;
|
|
465
|
-
right: 0px;
|
|
466
|
-
bottom: 0px;
|
|
467
|
-
//background: red;
|
|
468
|
-
|
|
469
|
-
&.hidden {
|
|
470
|
-
display: none;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
.dot-point {
|
|
474
|
-
position: absolute;
|
|
475
|
-
width: 6px;
|
|
476
|
-
height: 6px;
|
|
477
|
-
border-radius: 0px;
|
|
478
|
-
background-color: $border-selected-color;
|
|
479
|
-
bottom: 0;
|
|
480
|
-
right: 0;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
&.cell-editing {
|
|
488
|
-
padding: 0;
|
|
489
|
-
|
|
490
|
-
//padding: 0 !important;
|
|
491
|
-
&:focus-visible {
|
|
492
|
-
outline: none;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
.ant-form-item,
|
|
496
|
-
.ant-row.ant-form-item-row,
|
|
497
|
-
.ant-col.ant-form-item-control,
|
|
498
|
-
.ant-form-item-control-input,
|
|
499
|
-
.ant-form-item-control-input-content,
|
|
500
|
-
.ant-input {
|
|
501
|
-
height: 100% !important;
|
|
502
|
-
max-height: unset !important;
|
|
503
|
-
|
|
504
|
-
&:focus-visible {
|
|
505
|
-
outline: none;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
textarea.ant-input {
|
|
510
|
-
line-height: 1.8;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
input.be-cell-editing,
|
|
514
|
-
.ant-picker,
|
|
515
|
-
.ui-rc-select-selector,
|
|
516
|
-
.ui-rc-table-select-selector {
|
|
517
|
-
padding-inline: 7px;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.#{$prefix}-checkbox-wrapper {
|
|
521
|
-
.#{$prefix}-checkbox {
|
|
522
|
-
background-color: red;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
.#{$prefix}-checkbox-input {
|
|
526
|
-
&:focus-visible {
|
|
527
|
-
outline: none;
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
.ant-input,
|
|
534
|
-
.ant-picker {
|
|
535
|
-
border-radius: 0;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
// color picker
|
|
539
|
-
|
|
540
|
-
.ant-color-picker-trigger {
|
|
541
|
-
height: 100%;
|
|
542
|
-
border-radius: 0;
|
|
543
|
-
|
|
544
|
-
.ant-color-picker-color-block {
|
|
545
|
-
height: 100%;
|
|
546
|
-
width: 100%;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
// ------------ select ---------------
|
|
553
|
-
|
|
554
|
-
.#{$prefix}-table-select-single .#{$prefix}-table-select-selector,
|
|
555
|
-
.#{$prefix}-select-single .#{$prefix}-select-selector,
|
|
556
|
-
.ui-rc-table-select-selector {
|
|
557
|
-
|
|
558
|
-
border-radius: 0 !important;
|
|
559
|
-
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.#{$prefix}-table-select-single:not(.#{$prefix}-table-select-customize-input) {
|
|
563
|
-
.#{$prefix}-table-select-selector {
|
|
564
|
-
.#{$prefix}-table-select-selection-search-input {
|
|
565
|
-
height: auto;
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
&.#{$prefix}-grid-cell-selected {
|
|
572
|
-
background-color: $cell-selected-bg !important;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
&.disable {
|
|
576
|
-
padding: 7px 8px !important;
|
|
577
|
-
background-color: #f0f0f0;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
&.#{$prefix}-grid-cell-command {
|
|
581
|
-
padding: 2px 8px;
|
|
582
|
-
|
|
583
|
-
.ui-rc_cell-content {
|
|
584
|
-
display: flex;
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
.isValid {
|
|
590
|
-
&::after {
|
|
591
|
-
content: "";
|
|
592
|
-
position: absolute;
|
|
593
|
-
top: 0;
|
|
594
|
-
right: 0;
|
|
595
|
-
width: 0;
|
|
596
|
-
height: 0;
|
|
597
|
-
border-top: 0 solid transparent;
|
|
598
|
-
border-right: 8px solid red;
|
|
599
|
-
border-bottom: 8px solid transparent;
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
.#{$prefix}-grid-tfoot {
|
|
607
|
-
// background-color: rgb(250, 250, 250);
|
|
608
|
-
|
|
609
|
-
.#{$prefix}-grid-footer-row {
|
|
610
|
-
border-bottom-width: 1px;
|
|
611
|
-
border-bottom-color: $tableBorderColor;
|
|
612
|
-
border-bottom-style: solid;
|
|
613
|
-
|
|
614
|
-
border-top-width: 1px;
|
|
615
|
-
border-top-color: $tableBorderColor;
|
|
616
|
-
border-top-style: solid;
|
|
617
|
-
|
|
618
|
-
background-color: #fafafa;
|
|
619
|
-
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
.#{$prefix}-grid-cell {
|
|
623
|
-
|
|
624
|
-
background-color: inherit;
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
// border-inline-end: 1px solid $tableBorderColor;
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
.#{$prefix}-grid-container {
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
&.ui-rc-table-ping-left {
|
|
640
|
-
|
|
641
|
-
.#{$prefix}-grid-cell {
|
|
642
|
-
|
|
643
|
-
&.cell-editable {
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
&.cell-border-top {
|
|
647
|
-
|
|
648
|
-
&.ui-rc-grid-cell-fix-left-last {
|
|
649
|
-
&::after {
|
|
650
|
-
left: -100%;
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
&.cell-paste-border-top {
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
&.ui-rc-grid-cell-fix-left-last {
|
|
660
|
-
&::after {
|
|
661
|
-
left: -100%;
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
&.ui-rc-grid-cell-fix-right-first {
|
|
666
|
-
&::after {
|
|
667
|
-
left: 100%;
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
&.#{$prefix}-grid-cell-fix-left-last {
|
|
677
|
-
|
|
678
|
-
&::after {
|
|
679
|
-
position: absolute;
|
|
680
|
-
top: 0;
|
|
681
|
-
right: 0;
|
|
682
|
-
bottom: -1px;
|
|
683
|
-
width: 30px;
|
|
684
|
-
transform: translateX(100%);
|
|
685
|
-
transition: box-shadow 0.3s;
|
|
686
|
-
content: "";
|
|
687
|
-
pointer-events: none;
|
|
688
|
-
box-shadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.09);
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
&.ui-rc-table-ping-right {
|
|
701
|
-
|
|
702
|
-
.#{$prefix}-grid-cell {
|
|
703
|
-
|
|
704
|
-
&.#{$prefix}-grid-cell-fix-right-first {
|
|
705
|
-
&::after {
|
|
706
|
-
position: absolute;
|
|
707
|
-
top: 0;
|
|
708
|
-
bottom: -1px;
|
|
709
|
-
left: 0;
|
|
710
|
-
width: 30px;
|
|
711
|
-
transform: translateX(-100%);
|
|
712
|
-
transition: box-shadow 0.3s;
|
|
713
|
-
content: "";
|
|
714
|
-
pointer-events: none;
|
|
715
|
-
box-shadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.09);
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
&::before {
|
|
719
|
-
content: "";
|
|
720
|
-
position: absolute;
|
|
721
|
-
inset-block: 0;
|
|
722
|
-
inset-inline-start: -1px;
|
|
723
|
-
border-inline-start: 1px solid #e0e0e0;
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
&.cell-editable {
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
&.cell-border-top {
|
|
732
|
-
|
|
733
|
-
// &::after {
|
|
734
|
-
// content: "";
|
|
735
|
-
// position: absolute;
|
|
736
|
-
// top: 0px;
|
|
737
|
-
// left: 0;
|
|
738
|
-
// //right: 0;
|
|
739
|
-
// //bottom: 0;
|
|
740
|
-
// height: 1px;
|
|
741
|
-
// width: 100%;
|
|
742
|
-
// border-top: 1px solid $border-selected-color;
|
|
743
|
-
// /* line đè lên border gốc */
|
|
744
|
-
// pointer-events: none;
|
|
745
|
-
// /* không ảnh hưởng đến tương tác */
|
|
746
|
-
// z-index: 1;
|
|
747
|
-
// }
|
|
748
|
-
|
|
749
|
-
// &.ui-rc-grid-cell-fix-left-last {
|
|
750
|
-
// &::after {
|
|
751
|
-
// left: -100%;
|
|
752
|
-
// }
|
|
753
|
-
// }
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
&.ui-rc-grid-cell-fix-right-first {
|
|
757
|
-
&::after {
|
|
758
|
-
left: 100%;
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
&.cell-paste-border-top {
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
&.ui-rc-grid-cell-fix-left-last {
|
|
769
|
-
&::after {
|
|
770
|
-
left: -100%;
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
&.ui-rc-grid-cell-fix-right-first {
|
|
775
|
-
&::after {
|
|
776
|
-
left: 100%;
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
// bottom toolbar
|
|
793
|
-
.ui-rc-toolbar-bottom {
|
|
794
|
-
// border-bottom: 1px solid #e0e0e0;
|
|
795
|
-
border-right: 1px solid #e0e0e0;
|
|
796
|
-
border-left: 1px solid #e0e0e0;
|
|
797
|
-
|
|
798
|
-
.be-toolbar-item {
|
|
799
|
-
.toolbar-dropdown-button {
|
|
800
|
-
.ant-btn.ant-btn-default.ant-btn-variant-outlined.ant-btn-compact-item.ant-btn-compact-first-item {
|
|
801
|
-
border-color: #28c76f;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.ant-btn.ant-btn-default.ant-btn-variant-outlined.ant-btn-compact-item.ant-btn-compact-last-item {
|
|
805
|
-
border-color: #28c76f;
|
|
806
|
-
|
|
807
|
-
.ant-btn-icon {
|
|
808
|
-
color: #28c76f;
|
|
809
|
-
}
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
}
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.ui-rc-toolbar-bottom_border-bottom {
|
|
817
|
-
border-bottom: 1px solid #e0e0e0;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
.ui-rc-toolbar-bottom {
|
|
821
|
-
position: relative;
|
|
822
|
-
padding: .25rem 1rem;
|
|
823
|
-
background-color: #ffffff;
|
|
824
|
-
|
|
825
|
-
// &::before {
|
|
826
|
-
// content: "";
|
|
827
|
-
// position: absolute;
|
|
828
|
-
// border-left: 1px solid #e0e0e0;
|
|
829
|
-
// height: 100%;
|
|
830
|
-
// bottom: 0;
|
|
831
|
-
// left: 0;
|
|
832
|
-
// //z-index: -1;
|
|
833
|
-
// }
|
|
834
|
-
|
|
835
|
-
// &::after {
|
|
836
|
-
// content: "";
|
|
837
|
-
// position: absolute;
|
|
838
|
-
// border-left: 1px solid #e0e0e0;
|
|
839
|
-
// height: 100%;
|
|
840
|
-
// bottom: 0;
|
|
841
|
-
// visibility: visible;
|
|
842
|
-
// right: 0;
|
|
843
|
-
// //z-index: -1;
|
|
844
|
-
// }
|
|
845
|
-
|
|
846
|
-
.toolbar-button {
|
|
847
|
-
border-radius: 0;
|
|
848
|
-
|
|
849
|
-
.ant-btn,
|
|
850
|
-
.ui-rc-btn {
|
|
851
|
-
border-radius: 0;
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
.spinner-loading {
|
|
857
|
-
position: absolute;
|
|
858
|
-
top: 0;
|
|
859
|
-
left: 0;
|
|
860
|
-
width: 100%;
|
|
861
|
-
height: 100%;
|
|
862
|
-
z-index: 4;
|
|
863
|
-
background-color: #ffffff80;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
.#{$prefix}-grid {
|
|
871
|
-
.#{$prefix}-grid-top-toolbar {
|
|
872
|
-
padding: 5px 10px;
|
|
873
|
-
border-inline: 1px solid $tableBorderColor;
|
|
874
|
-
border-top: 1px solid $tableBorderColor;
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
// ------------ paging ---------------
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
.#{$prefix}-grid {
|
|
886
|
-
|
|
887
|
-
.#{$prefix}-pagination {
|
|
888
|
-
// &::before {
|
|
889
|
-
// content: "";
|
|
890
|
-
// position: absolute;
|
|
891
|
-
// border-left: 1px solid $tableBorderColor;
|
|
892
|
-
// height: 55px;
|
|
893
|
-
// bottom: 0;
|
|
894
|
-
// left: 0;
|
|
895
|
-
// }
|
|
896
|
-
|
|
897
|
-
// &::after {
|
|
898
|
-
// content: "";
|
|
899
|
-
// position: absolute;
|
|
900
|
-
// border-left: 1px solid $tableBorderColor;
|
|
901
|
-
// height: 55px;
|
|
902
|
-
// bottom: 0;
|
|
903
|
-
// visibility: visible;
|
|
904
|
-
// right: 0;
|
|
905
|
-
// }
|
|
906
|
-
|
|
907
|
-
&.top-pagination {
|
|
908
|
-
border: none;
|
|
909
|
-
padding-top: 0;
|
|
910
|
-
padding-bottom: 0;
|
|
911
|
-
|
|
912
|
-
.#{$prefix}-pagination-total-text {
|
|
913
|
-
margin-left: auto;
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
padding: 10px;
|
|
918
|
-
|
|
919
|
-
border-bottom: 1px solid $tableBorderColor;
|
|
920
|
-
border-inline: 1px solid $tableBorderColor;
|
|
921
|
-
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.#{$prefix}-pagination {
|
|
925
|
-
|
|
926
|
-
.#{$prefix}-pagination-total-text {
|
|
927
|
-
white-space: nowrap;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.#{$prefix}-pagination-item-active {
|
|
931
|
-
border-color: $primary;
|
|
932
|
-
|
|
933
|
-
&:hover {
|
|
934
|
-
border-color: $primary;
|
|
935
|
-
|
|
936
|
-
a {
|
|
937
|
-
color: $primary;
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
a {
|
|
942
|
-
color: $primary;
|
|
943
|
-
}
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
.#{$prefix}-pagination-jump-prev,
|
|
947
|
-
.#{$prefix}-pagination-jump-next {
|
|
948
|
-
.#{$prefix}-pagination-item-container {
|
|
949
|
-
.#{$prefix}-pagination-item-link-icon {
|
|
950
|
-
color: $primary;
|
|
951
|
-
}
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
// .container {
|
|
958
|
-
// margin: 1rem auto;
|
|
959
|
-
// }
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
.ui-rc-table-row-expand {
|
|
963
|
-
color: inherit;
|
|
964
|
-
text-decoration: none;
|
|
965
|
-
outline: none;
|
|
966
|
-
cursor: pointer;
|
|
967
|
-
transition: all 0.3s;
|
|
968
|
-
border: 1px solid #f0f0f0;
|
|
969
|
-
padding: 0;
|
|
970
|
-
background: #ffffff;
|
|
971
|
-
user-select: none;
|
|
972
|
-
position: relative;
|
|
973
|
-
float: left;
|
|
974
|
-
width: 17px;
|
|
975
|
-
height: 17px;
|
|
976
|
-
line-height: 17px;
|
|
977
|
-
border-radius: 6px;
|
|
978
|
-
transform: scale(0.9411764705882353);
|
|
979
|
-
margin-inline-end: 8px;
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
.ui-rc-table-row-expand-icon {
|
|
983
|
-
color: inherit;
|
|
984
|
-
text-decoration: none;
|
|
985
|
-
outline: none;
|
|
986
|
-
cursor: pointer;
|
|
987
|
-
transition: all 0.3s;
|
|
988
|
-
border: 1px solid #f0f0f0;
|
|
989
|
-
padding: 0;
|
|
990
|
-
background: #ffffff;
|
|
991
|
-
user-select: none;
|
|
992
|
-
position: relative;
|
|
993
|
-
float: left;
|
|
994
|
-
width: 17px;
|
|
995
|
-
height: 17px;
|
|
996
|
-
line-height: 17px;
|
|
997
|
-
border-radius: 6px;
|
|
998
|
-
transform: scale(0.9411764705882353);
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
.ui-rc-table-row-expand-icon::before {
|
|
1002
|
-
top: 7px;
|
|
1003
|
-
inset-inline-end: 3px;
|
|
1004
|
-
inset-inline-start: 3px;
|
|
1005
|
-
height: 1px;
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
.ui-rc-table-row-expand-icon::after {
|
|
1009
|
-
top: 3px;
|
|
1010
|
-
bottom: 3px;
|
|
1011
|
-
inset-inline-start: 7px;
|
|
1012
|
-
width: 1px;
|
|
1013
|
-
transform: rotate(90deg);
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
.ui-rc-table-row-expand-icon::before,
|
|
1017
|
-
.ui-rc-table-row-expand-icon::after {
|
|
1018
|
-
position: absolute;
|
|
1019
|
-
background: #000000de;
|
|
1020
|
-
transition: transform 0.3s ease-out;
|
|
1021
|
-
content: "";
|
|
1022
|
-
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.ui-rc-table-row-expand-icon-spaced {
|
|
1026
|
-
background: transparent;
|
|
1027
|
-
border: 0;
|
|
1028
|
-
visibility: hidden;
|
|
1029
|
-
margin-inline-end: 8px;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
.ui-rc-table-row-expand-icon-expanded::after {
|
|
1034
|
-
top: 3px;
|
|
1035
|
-
bottom: 3px;
|
|
1036
|
-
inset-inline-start: 7px;
|
|
1037
|
-
width: 1px;
|
|
1038
|
-
transform: rotate(90deg);
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
.ui-rc-table-row-expand-icon-collapsed::after {
|
|
1042
|
-
transform: rotate(0deg);
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.ui-rc-table-row-expand-icon-collapsed::before {
|
|
1046
|
-
transform: rotate(-180deg);
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
.#{$prefix}-grid-filter-dropdown {
|
|
1051
|
-
box-sizing: border-box;
|
|
1052
|
-
margin: 0;
|
|
1053
|
-
padding: 0;
|
|
1054
|
-
color: rgba(0, 0, 0, 0.88);
|
|
1055
|
-
font-size: 14px;
|
|
1056
|
-
line-height: 1.5714285714285714;
|
|
1057
|
-
list-style: none;
|
|
1058
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
1059
|
-
min-width: 120px;
|
|
1060
|
-
background-color: #ffffff;
|
|
1061
|
-
border-radius: 6px;
|
|
1062
|
-
box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
1063
|
-
overflow: hidden;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
.rc-menu-popup {
|
|
1069
|
-
z-index: 1090 !important;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
// -------------- Checkbox ----------
|
|
1074
|
-
|
|
1075
|
-
.#{$prefix}-checkbox-indeterminate {
|
|
1076
|
-
&:hover {
|
|
1077
|
-
.#{$prefix}-checkbox-inner {
|
|
1078
|
-
border-color: $primary !important;
|
|
1079
|
-
;
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.#{$prefix}-checkbox-inner {
|
|
1084
|
-
&:after {
|
|
1085
|
-
background-color: $primary;
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
//.#{$prefix}-checkbox-input {
|
|
1091
|
-
// &:focus-visible {
|
|
1092
|
-
// outline: none;
|
|
1093
|
-
// }
|
|
1094
|
-
//}
|
|
1095
|
-
|
|
1096
|
-
.#{$prefix}-checkbox .#{$prefix}-checkbox-input:focus-visible+.#{$prefix}-checkbox-inner {
|
|
1097
|
-
outline: none;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
.#{$prefix}-checkbox {
|
|
1101
|
-
&.#{$prefix}-checkbox-checked {
|
|
1102
|
-
&:hover {
|
|
1103
|
-
.#{$prefix}-checkbox-inner {
|
|
1104
|
-
background-color: $primary;
|
|
1105
|
-
border-color: $primary;
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
.#{$prefix}-checkbox-inner {
|
|
1110
|
-
background-color: $primary;
|
|
1111
|
-
border-color: $primary;
|
|
1112
|
-
}
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
.#{$prefix}-checkbox:not(.#{$prefix}-checkbox-disabled):hover {
|
|
1117
|
-
.#{$prefix}-checkbox-inner {
|
|
1118
|
-
border-color: $primary;
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
.#{$prefix}-checkbox-wrapper:not(.#{$prefix}-checkbox-wrapper-disabled):hover {
|
|
1123
|
-
.#{$prefix}-checkbox-inner {
|
|
1124
|
-
border-color: $primary;
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
.#{$prefix}-checkbox-checked:not(.#{$prefix}-checkbox-disabled) {
|
|
1128
|
-
.#{$prefix}-checkbox-inner {
|
|
1129
|
-
background-color: $primary;
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
// -------------- radio ----------
|
|
1136
|
-
|
|
1137
|
-
.ui-rc-radio-wrapper {
|
|
1138
|
-
.ui-rc-radio-checked {
|
|
1139
|
-
.ui-rc-radio-inner {
|
|
1140
|
-
background-color: $primary;
|
|
1141
|
-
border-color: $primary;
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
&:hover {
|
|
1146
|
-
.ui-rc-radio-inner {
|
|
1147
|
-
border-color: $primary;
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
// ------------ Tree ---------------
|
|
1153
|
-
|
|
1154
|
-
.#{$prefix}-tree {
|
|
1155
|
-
.#{$prefix}-tree-checkbox-checked {
|
|
1156
|
-
.#{$prefix}-tree-checkbox-inner {
|
|
1157
|
-
background-color: $primary;
|
|
1158
|
-
border-color: $primary;
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
.#{$prefix}-tree-checkbox-wrapper-checked:not(.#{$prefix}-tree-checkbox-wrapper-disabled):hover,
|
|
1163
|
-
.#{$prefix}-tree-checkbox-checked:not(.#{$prefix}-tree-checkbox-disabled):hover {
|
|
1164
|
-
.#{$prefix}-tree-checkbox-inner {
|
|
1165
|
-
background-color: $primary;
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
.#{$prefix}-tree-checkbox-wrapper:not(.#{$prefix}-tree-checkbox-wrapper-disabled):hover,
|
|
1170
|
-
.#{$prefix}-tree-checkbox:not(.#{$prefix}-tree-checkbox-disabled):hover {
|
|
1171
|
-
.#{$prefix}-tree-checkbox-inner {
|
|
1172
|
-
border-color: $primary;
|
|
1173
|
-
}
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
// ------------ ant Tree ---------------
|
|
1179
|
-
|
|
1180
|
-
.#{$antdPrefix}-tree {
|
|
1181
|
-
.#{$antdPrefix}-tree-checkbox-checked {
|
|
1182
|
-
.#{$antdPrefix}-tree-checkbox-inner {
|
|
1183
|
-
background-color: $primary;
|
|
1184
|
-
border-color: $primary;
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
.#{$antdPrefix}-tree-checkbox-wrapper-checked:not(.#{$antdPrefix}-tree-checkbox-wrapper-disabled):hover,
|
|
1189
|
-
.#{$antdPrefix}-tree-checkbox-checked:not(.#{$antdPrefix}-tree-checkbox-disabled):hover {
|
|
1190
|
-
.#{$antdPrefix}-tree-checkbox-inner {
|
|
1191
|
-
background-color: $primary;
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
.#{$antdPrefix}-tree-checkbox-wrapper:not(.#{$antdPrefix}-tree-checkbox-wrapper-disabled):hover,
|
|
1196
|
-
.#{$antdPrefix}-tree-checkbox:not(.#{$antdPrefix}-tree-checkbox-disabled):hover {
|
|
1197
|
-
.#{$antdPrefix}-tree-checkbox-inner {
|
|
1198
|
-
border-color: $primary;
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
.ui-rc-pagination {
|
|
1204
|
-
border-bottom: 1px solid #e0e0e0;
|
|
1205
|
-
border-top: 1px solid #e0e0e0;
|
|
1206
|
-
margin: 0;
|
|
1207
|
-
padding: .75rem 1rem;
|
|
1208
|
-
background-color: #ffffff;
|
|
1209
|
-
|
|
1210
|
-
.ui-rc-pagination-total-text {
|
|
1211
|
-
order: 2;
|
|
1212
|
-
margin-left: auto;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
&.pagination-template {
|
|
1218
|
-
position: relative;
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
// #region theme
|
|
1229
|
-
// theme
|
|
1230
|
-
|
|
1231
|
-
// ------------light-----------
|
|
1232
|
-
|
|
1233
|
-
.#{$prefix}-grid-light {
|
|
1234
|
-
background-color: #ffffff;
|
|
1235
|
-
|
|
1236
|
-
&.ui-rc-grid .ui-rc-grid-container .ui-rc-grid-thead .ui-rc-grid-cell {}
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
// rgb(225 222 245 / 0.12
|
|
1241
|
-
|
|
1242
|
-
.#{$prefix}-grid-dark {
|
|
1243
|
-
background-color: $body-color-Dark;
|
|
1244
|
-
color: #ffffff;
|
|
1245
|
-
|
|
1246
|
-
&.ui-rc-grid .ui-rc-grid-container .ui-rc-grid-thead .ui-rc-grid-cell {
|
|
1247
|
-
background-color: $body-color-Dark;
|
|
1248
|
-
color: #E1DEF5E6;
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
&.ui-rc-grid .ui-rc-grid-container .ui-rc-grid-tbody .ui-rc-grid-cell {
|
|
1252
|
-
// background-color: $body-color-Dark;
|
|
1253
|
-
// color: #E1DEF5E6;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
&.ui-rc-grid .ui-rc-grid-container .ui-rc-grid-tfoot .ui-rc-grid-cell {
|
|
1257
|
-
background-color: #25293C;
|
|
1258
|
-
color: #E1DEF5E6;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
&.ui-rc-grid {
|
|
1262
|
-
.ui-rc-toolbar-bottom {
|
|
1263
|
-
background-color: $body-color-Dark;
|
|
1264
|
-
color: #E1DEF5E6;
|
|
1265
|
-
border-color: $tableBorderColorDark;
|
|
1266
|
-
}
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
&.ui-rc-grid .ui-rc-grid-container.ui-rc-table-ping-right .ui-rc-grid-cell.ui-rc-grid-cell-fix-right-first::before {
|
|
1270
|
-
border-inline-start-color: $tableBorderColorDark;
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
&.ui-rc-grid .ui-rc-grid-container .ui-rc-grid-tbody .ui-rc-grid-cell.cell-editable {
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
&.cell-border-right {
|
|
1277
|
-
border-right-color: $border-selected-color-Dark;
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
&.cell-border-bottom {
|
|
1281
|
-
border-bottom-color: $border-selected-color-Dark;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
&.cell-border-left::before {
|
|
1285
|
-
border-color: $border-selected-color-Dark;
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
&.cell-border-top::after {
|
|
1289
|
-
border-color: $border-selected-color-Dark;
|
|
1290
|
-
}
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
.ui-rc-pagination {
|
|
1294
|
-
background-color: $body-color-Dark;
|
|
1295
|
-
color: #E1DEF5E6;
|
|
1296
|
-
|
|
1297
|
-
border-bottom: 1px solid $tableBorderColorDark;
|
|
1298
|
-
border-top: 1px solid $tableBorderColorDark;
|
|
1299
|
-
border-inline-color: $tableBorderColorDark;
|
|
1300
|
-
|
|
1301
|
-
.ui-rc-pagination-prev {
|
|
1302
|
-
.anticon.anticon-left {
|
|
1303
|
-
color: #ffffff;
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
.ui-rc-pagination-disabled {
|
|
1308
|
-
.anticon.anticon-left {
|
|
1309
|
-
color: #7d7a7a;
|
|
1310
|
-
}
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
.ui-rc-pagination-next {
|
|
1314
|
-
.anticon.anticon-right {
|
|
1315
|
-
color: #ffffff;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
&.ui-rc-pagination-disabled {
|
|
1319
|
-
.anticon.anticon-right {
|
|
1320
|
-
color: #7d7a7a;
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
}
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
.ui-rc-toolbar {
|
|
1328
|
-
.ui-rc-toolbar-selection-item {
|
|
1329
|
-
background-color: #25293C;
|
|
1330
|
-
color: #E1DEF5E6;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
&.ui-rc-grid {
|
|
1336
|
-
.ui-rc-grid-top-toolbar {
|
|
1337
|
-
border-top-color: $tableBorderColorDark;
|
|
1338
|
-
border-inline-color: $tableBorderColorDark;
|
|
1339
|
-
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
&.ui-rc-grid .ui-rc-grid-container::after {
|
|
1344
|
-
border-right-color: $tableBorderColorDark;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
&.ui-rc-grid {
|
|
1348
|
-
.ui-rc-grid-container {
|
|
1349
|
-
// border-bottom: 0;
|
|
1350
|
-
border-color: $tableBorderColorDark;
|
|
1351
|
-
|
|
1352
|
-
.ui-rc-grid-tbody {
|
|
1353
|
-
.ui-rc-grid-row {
|
|
1354
|
-
border-bottom-color: $tableBorderColorDark;
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
.ui-rc-grid-cell {
|
|
1360
|
-
border-inline-end-color: $tableBorderColorDark;
|
|
1361
|
-
background-color: $body-color-Dark;
|
|
1362
|
-
color: #E1DEF5E6;
|
|
1363
|
-
|
|
1364
|
-
&.ui-rc-grid-cell-selected {
|
|
1365
|
-
|
|
1366
|
-
background-color: #33335d !important;
|
|
1367
|
-
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
&.disable {
|
|
1371
|
-
background-color: #272A2F;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
// input
|
|
1375
|
-
// .ui-rc-table-select-selector,
|
|
1376
|
-
// .ui-rc-select-selector,
|
|
1377
|
-
// .ant-input-outlined,
|
|
1378
|
-
// .ant-picker-outlined {
|
|
1379
|
-
// background-color: #272933;
|
|
1380
|
-
// color: #ffffff;
|
|
1381
|
-
|
|
1382
|
-
// .ui-rc-table-select-selection-placeholder,
|
|
1383
|
-
// .ui-rc-select-selection-placeholder {
|
|
1384
|
-
// color: #797171;
|
|
1385
|
-
// }
|
|
1386
|
-
// }
|
|
1387
|
-
// .ant-picker-input {
|
|
1388
|
-
|
|
1389
|
-
// input {
|
|
1390
|
-
// &::placeholder {
|
|
1391
|
-
// color: #797171;
|
|
1392
|
-
// }
|
|
1393
|
-
// }
|
|
1394
|
-
// }
|
|
1395
|
-
// .ant-input-outlined::placeholder {
|
|
1396
|
-
// color: #797171;
|
|
1397
|
-
// }
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
.ui-rc-grid-row-selected {
|
|
1403
|
-
.ui-rc-grid-cell {
|
|
1404
|
-
background-color: $rowSelectedBg-Dark;
|
|
1405
|
-
|
|
1406
|
-
// &.disable {
|
|
1407
|
-
// background-color: #272A2F;
|
|
1408
|
-
// }
|
|
1409
|
-
}
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
.ui-rc-grid-thead {
|
|
1415
|
-
.ui-rc-grid-cell {
|
|
1416
|
-
border-inline-end-color: $tableBorderColorDark;
|
|
1417
|
-
border-bottom-color: $tableBorderColorDark;
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
.ui-rc-grid-tfoot {
|
|
1422
|
-
.#{$prefix}-grid-footer-row {
|
|
1423
|
-
border-bottom-color: $tableBorderColorDark;
|
|
1424
|
-
|
|
1425
|
-
border-top-color: $tableBorderColorDark;
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
.ui-rc-grid-cell {
|
|
1432
|
-
border-inline-end-color: $tableBorderColorDark;
|
|
1433
|
-
}
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
.ui-rc-toolbar-bottom_border-bottom {
|
|
1439
|
-
border-bottom-color: $tableBorderColorDark;
|
|
1440
|
-
}
|
|
1441
|
-
}
|