songshankun
2023-09-21 33dd4cb476136dbcb57ac71c9bb441d3418a507f
src/assets/style/index.scss
@@ -135,3 +135,24 @@
    margin-left: auto;
  }
}
.border_radius_12{
  border-radius: 12px;
}
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  -webkit-appearance: none;
  background-color: #00000040;
}
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  background: #e1e1e1;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  // border-radius: 10px;
  background: #ffffff;
  // background:#2c60c5;
}