新增表格列宽拖动插件

This commit is contained in:
RuoYi
2020-09-15 14:09:29 +08:00
parent ded9916649
commit c523be9f34
8 changed files with 133 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -872,6 +872,26 @@ label {
height: 32px!important;
}
/** 表格列宽拖动样式 **/
.rc-handle-container {
position: relative;
}
.rc-handle {
position: absolute;
width: 7px;
cursor: ew-resize;
margin-left: -3px;
z-index: 2;
}
table.rc-table-resizing {
cursor: ew-resize;
}
table.rc-table-resizing thead,
table.rc-table-resizing thead > th,
table.rc-table-resizing thead > th > a {
cursor: ew-resize;
}
/** 表格冻结列样式 **/
.fixed-columns, .fixed-columns-right {
position: absolute;