mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
style #app样式修改
This commit is contained in:
@@ -572,6 +572,7 @@ export default {
|
|||||||
//已经加载tree的情况下,不需要再单独的加载一次
|
//已经加载tree的情况下,不需要再单独的加载一次
|
||||||
this.loadResOwners();
|
this.loadResOwners();
|
||||||
this.loadSysTypes();
|
this.loadSysTypes();
|
||||||
|
document.querySelector('#app').style.overflow = 'hidden';
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -1493,17 +1494,6 @@ export default {
|
|||||||
background-color: rgb(78, 166, 255);
|
background-color: rgb(78, 166, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(#app) {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
:global(::-webkit-scrollbar) {
|
|
||||||
width: 6px;
|
|
||||||
height: 8px;
|
|
||||||
}
|
|
||||||
:global(::-webkit-scrollbar-thumb) {
|
|
||||||
border-radius: 6px;
|
|
||||||
background-color: rgb(78, 166, 255);
|
|
||||||
}
|
|
||||||
::v-deep .el-table .el-table__body-wrapper::-webkit-scrollbar {
|
::v-deep .el-table .el-table__body-wrapper::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user