yz_08
2021-02-15 13150a43dcbaa31526b8387cd0bae526b5d9e4ba
src/styles/element-ui.scss
@@ -77,3 +77,55 @@
.el-range-editor.el-input__inner {
  display: inline-flex !important;
}
.hr-but {
  background: #fff !important;
  color: #a32c30 !important;
  border: 1px solid #a32c30;
   border-radius: 5%;
}
.hr-but:active {
  background: #fff !important;
  color: #a32c30 !important;
  border: 1px solid #a32c30;
  border-radius: 5%;
}
.hr-but:hover {
  background: #fff !important;
  color: #a32c30 !important;
  border: 1px solid #a32c30;
  border-radius: 5%;
}
.hr-but:focus {
  background: #fff !important;
  color: #a32c30 !important;
  border: 1px solid #a32c30;
  border-radius: 5%;
}
.hr-but-all:focus {
  background: #a32c30 !important;
  color: #fff !important;
  border: 1px solid #a32c30;
  border-radius: 5%;
}
.hr-but-all:active {
  background: #a32c30 !important;
  color: #fff !important;
  border: 1px solid #a32c30;
  border-radius: 5%;
}
.hr-but-all:hover {
  background: #a32c30 !important;
  color: #fff !important;
  border: 1px solid #a32c30;
  border-radius: 5%;
}
.hr-but-all {
  background: #a32c30 !important;
  color: #fff !important;
  border: 1px solid #a32c30;
  border-radius: 5%;
}