wangyi
2026-01-19 7fb0a8f0ab16c149484bf043754cd10cfa94de2f
src/layout/components/AppMain.vue
@@ -72,7 +72,12 @@
  }
}
</style>
<style>
.el-table ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
</style>
<style lang="scss">
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
@@ -81,7 +86,7 @@
  }
}
::-webkit-scrollbar {
 ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
@@ -91,7 +96,7 @@
}
::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  background-color: #666;
  border-radius: 3px;
}
</style>