spring
2025-04-10 dab59f7624a2fb8d4114bb67b554ff09d91f810c
src/assets/styles/element-ui.scss
@@ -106,10 +106,10 @@
  content: "";
  display: inline-block;
  width: 4px;
  height: 28px;
  height: 16px;
  background: #3a7bfa;
  border-radius: 10px;
  margin-left: 32px;
  margin-left: 20px;
  margin-right: 8.5px;
}
@@ -117,7 +117,7 @@
  content: "";
  display: inline-block;
  width: 4px;
  height: 28px;
  height: 16px;
  background: #3a7bfa;
  border-radius: 10px;
  margin-left: 20px;
@@ -148,3 +148,9 @@
.el-button--primary {
  background: #3a7bfa;
}
//滚动条
::-webkit-scrollbar
{
  width: 8px !important;
  height: 8px !important;
}