yangys
2024-01-14 4d18d6d118e265cb131c1ece7a0f0ab0a2db4ce7
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;
}