fix: 调整ele升级后table部分样式

This commit is contained in:
chenjinsong
2024-03-20 15:57:07 +08:00
parent b0954f6a21
commit e9942ae88f
2 changed files with 13 additions and 12 deletions

View File

@@ -408,7 +408,18 @@
width: calc(100% - 20px);
}
}
.operation-dropdown-text {
.el-table {
// 令no data垂直居中
.el-scrollbar__view {
height: 100%;
}
// 令no data出现时table底部不出现滚动条
.el-table__empty-block {
width: calc(100% - 8px) !important;
}
}
/*.operation-dropdown-text {
display: inline-block;
font-size: 13px;
}
@@ -441,7 +452,7 @@
top: -1px;
height: 1px;
background-color: white;
}
}*/
.col-resize-area {
position: absolute;
top: 0;