''
liukangdong
2024-07-04 5a85dcab83e969d6b21c599b512a15117e9b8651
admin/src/assets/style/style.scss
@@ -114,10 +114,20 @@
    font-weight: bold;
  }
}
.status-blue{
  color: #3C77DA;
}
.status-green{
  color:green;
}
.status-red{
  color:red;
}
.tip-warn {
  margin: 4px 0 12px 0;
  margin: 4px 0 25px 0;
  font-size: 12px;
  color: #999;
  line-height: 25px;
  i {
    color: orange;
    margin-right: 4px;
@@ -132,6 +142,10 @@
  padding: 30px;
  margin: 0 16px;
}
.query_btns{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
/** 基础通用 **/
 // 大小 外边距
 .flex1{