doum
2026-01-08 7a940af7a0cea67f6dc59f79158229895d2a4dba
admin/src/assets/style/style.scss
@@ -122,6 +122,12 @@
.status-red{
  color:red;
}
.status-yellow{
  color: orange;
}
.status-grey{
  color:#999;
}
.tip-warn {
  margin: 4px 0 25px 0;
  font-size: 12px;
@@ -136,11 +142,24 @@
  }
}
.tip-header{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tip {
  em {
    font-style: normal;
    color: $primary-color;
    font-weight: bold;
  }
}
.main_app {
  background-color: #fff;
  margin-top: 10px;
  margin-left: 16px;
  padding: 20px;
  height: calc(100% - 10px);
}
.fs12{
  font-size: 12px;
@@ -239,6 +258,9 @@
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.red{
  color: red !important;
}