update 滑动条

This commit is contained in:
lb
2022-11-08 09:19:40 +08:00
parent 49171d240c
commit d4986ba2db
5 changed files with 26 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ export default {
color: #fff9;
border: 0;
height: 100%;
overflow-y: scroll;
overflow-y: auto;
}
.el-table-wrapper >>> .el-table th.is-leaf,

View File

@@ -90,7 +90,7 @@ export default {
.left-content-equipment-check > div {
overflow: hidden;
overflow-x: scroll;
overflow-x: auto;
}
.el-table-wrapper >>> * {

View File

@@ -73,7 +73,7 @@ export default {
color: #fff9;
border: 0;
height: 100%;
overflow-y: scroll;
overflow-y: auto;
}
.el-table-wrapper >>> .el-table th.is-leaf,

View File

@@ -49,7 +49,7 @@ export default {
.right-content-quality-analysis {
height: calc(100% - 32px);
overflow: hidden;
overflow-y: scroll; /** 右边会有多的padding给滑道 */
overflow-y: auto; /** 右边会有多的padding给滑道 */
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: min-content;