mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
style #app样式修改
This commit is contained in:
@@ -572,6 +572,7 @@ export default {
|
||||
//已经加载tree的情况下,不需要再单独的加载一次
|
||||
this.loadResOwners();
|
||||
this.loadSysTypes();
|
||||
document.querySelector('#app').style.overflow = 'hidden';
|
||||
|
||||
},
|
||||
methods: {
|
||||
@@ -1493,17 +1494,6 @@ export default {
|
||||
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 {
|
||||
width: 6px;
|
||||
height: 8px;
|
||||
|
||||
Reference in New Issue
Block a user