1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| .without-table-base-header {
| background: #dbdfe7;
| .vxe-header--column.col--ellipsis {
| font-size: 16px;
| font-weight: bold;
| color: #35363b;
| height: 44px !important;
| }
| }
|
| .without-table-base-row {
| &:hover {
| background: #dce3f0 !important;
| }
| .vxe-body--column.col--ellipsis {
| height: 44px !important;
| font-size: 14px;
| font-weight: 400;
| color: #333333;
| }
| }
|
|