style #app样式修改

This commit is contained in:
huweihang
2025-12-08 21:54:01 +08:00
parent b259082c10
commit 83665ae4ed

View File

@@ -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;