滚动条优化

This commit is contained in:
刘龙龙 2023-12-14 09:47:56 +08:00
parent b2de6b0b1b
commit 5eb5005642
2 changed files with 28 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

View File

@ -410,6 +410,24 @@ export default {
date3: "19.19",
date4: "19.19",
},
{
date1: "生料收尘",
date2: "19.19",
date3: "19.19",
date4: "19.19",
},
{
date1: "生料收尘",
date2: "19.19",
date3: "19.19",
date4: "19.19",
},
{
date1: "生料收尘",
date2: "19.19",
date3: "19.19",
date4: "19.19",
},
],
url: require("../../assets/img/大的拓扑图.png"),
};
@ -1019,6 +1037,16 @@ export default {
color: #56f671;
}
}
//table
/deep/ .el-table__body-wrapper {
overflow-y: auto;
height: 300px;
}
//
/deep/ .el-table__body-wrapper::-webkit-scrollbar {
display: none;
}
/deep/.el-table tr {
background: #16253b;
color: #fff;