yangys
2024-01-16 30ab871400e5064bc38085ef64931b8dc1f64fb9
src/styles/index.scss
@@ -97,3 +97,21 @@
.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;
}
.el-form-item__content {
  line-height: 40px;
}
.el-form-item {
  margin-bottom: 22px;
}