智慧园区前端大屏
shuishen
2024-12-02 b67f46b4a768b4cd72d4e463c5dffefe977ddeb7
src/styles/base/index.scss
@@ -24,6 +24,7 @@
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
::-webkit-scrollbar {
@@ -33,12 +34,12 @@
}
::-webkit-scrollbar-thumb {
  background-color: #BFBFBF;
  background: #4acfff;
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
  background: #1d486e;
}
.content-center {