新增表格列宽拖动插件
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
Reference in New Issue
Block a user