liukangdong
2024-05-21 20ab36d718cf7cae6e2b24b411bc365b4fa79e6e
admin/src/assets/style/style.scss
@@ -210,9 +210,30 @@
.mb20 {
  margin-bottom: 20px;
}
.red{
  color: red !important;
}
.green{
  color: #83cbb2;
}
.primaryColor{
  color: $primary-color;
}
.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;