ng-ytl-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
24 lines (20 loc) • 354 B
text/less
.nz-resize-container {
position: relative;
}
.nz-resize-y {
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 102%;
background: transparent;
cursor: col-resize;
}
.nz-resizing {
th, td {
user-select: none;
}
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
overflow-x: hidden;
}