滚动条宽度 加宽 CSS修改
This commit is contained in:
parent
f17e3aceb1
commit
1aa5c4200a
@ -78,6 +78,9 @@ export default {
|
|||||||
height: 15px !important;
|
height: 15px !important;
|
||||||
background-color: #FAFAFA !important;
|
background-color: #FAFAFA !important;
|
||||||
}
|
}
|
||||||
|
::v-deep .el-scrollbar__bar{
|
||||||
|
width: 12px !important;
|
||||||
|
}
|
||||||
|
|
||||||
::v-deep .el-table {
|
::v-deep .el-table {
|
||||||
|
|
||||||
|
|||||||
@ -291,7 +291,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 5px;
|
width: 10x;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
@ -304,8 +304,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
// height: calc(100vh - 119px);
|
height: calc(100vh - 119px);
|
||||||
height: 100%;
|
// height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user