调整table滚动兼顾使用滚动条
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user