gaosp
2024-01-19 db79f0019d3f6ed98e9983de6b91d08212683c86
src/styles/index.scss
@@ -97,3 +97,29 @@
.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;
}
.el-form-item__label {
  font-size: 12px;
}
.el-dialog__wrapper {
  .el-input__inner {
    color: #000;
  }
}