调整table滚动兼顾使用滚动条

This commit is contained in:
2024-08-05 03:20:14 +08:00
parent f9bbba68b4
commit 1d8d0a05e5
2 changed files with 33 additions and 11 deletions

View File

@@ -168,11 +168,23 @@ a, .green {
width: 100% !important;
}
.scrollTable .el-table__body-wrapper {
overflow-x: hidden !important;
}
.scrollTable .tableCell {
color: #fff;
border-color: transparent !important;
}
.scrollTable .cell {
text-wrap: unset !important;
word-break: break-all;
font-size: 12px;
padding-left: 6px !important;
padding-right: 6px !important;
}
.scrollTable .el-table__cell {
padding: 3px 0 !important;
}