滚动条优化
This commit is contained in:
parent
b2de6b0b1b
commit
5eb5005642
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue