css
liukangdong
2024-05-22 d836f9914d8d838c5991157006682c3e39d22716
admin/src/assets/style/style.scss
@@ -213,12 +213,27 @@
.red{
  color: red !important;
}
.green{
  color: #00BA67;
}
.primaryColor{
  color: $primary-color !important;
}
.placeholder9{
  color: #999999;
}
.placeholder6{
  color: #666666;
}
.pointer{
  cursor: pointer;
}
.table_btns{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.ml20 {
  margin-left: 20px;
  margin-left: 20px !important;
}
.mt30 {
  margin-top: 30px;