yangys
2024-01-16 c5488b34876f863558219f998e75c798c34af3cd
src/styles/index.scss
@@ -97,3 +97,15 @@
.el-button--primary {
  background: #5DD1FC;
}
// .el-popper[x-placement^=bottom] {
//   margin-top: 50px;
// }
.el-button--mini {
  background: transparent;
}
.el-button--primary {
  background-color: transparent;
}
.el-button--primary.active {
  background-color: #5DD1FC!important;
}