fix:修改路径图横向滚动条

This commit is contained in:
lixg
2022-12-19 16:11:48 +08:00
parent a5069646ef
commit b0c01a7c58
2 changed files with 3 additions and 2 deletions

View File

@@ -278,7 +278,7 @@ function toUnTask() {}
margin-right: 54px;
width: calc(100% - 107px);
// min-width: 770px;
overflow-x: scroll;
overflow-x: auto;
.el-table th.el-table__cell {
background: rgba(249, 249, 249, 1);