1234567891011121314151617181920212223 |
- /**Variable**/
- .vxe-table--footer-wrapper {
- margin-top: -1px;
- background-color: $vxe-table-background-color;
- &.body--wrapper{
- overflow-x: auto;
- }
- }
- .vxe-footer--column {
- &.col--ellipsis {
- & > .vxe-cell {
- display: flex;
- align-items: center;
- .vxe-cell--item {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
- }
|