feat: 添加分页组件 用户表格的编辑框的正确打开
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
}
|
||||
}
|
||||
/* end--覆盖el-table边框、gutter等样式 */
|
||||
.pagination-bottom {
|
||||
.cn-pagination{
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
height: 48px;
|
||||
@@ -379,3 +379,11 @@
|
||||
height: 1px;
|
||||
background-color: white;
|
||||
}
|
||||
.col-resize-area {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user