doum
2025-12-10 559f6fcd685d2144e931d2c4e56cbe38c2308d70
admin/src/assets/style/style.scss
@@ -51,7 +51,17 @@
.el-transfer__buttons {
  padding: 0 16px !important;
}
.red{
  color: red;
}
.green{
  color: green;
}
.blue{
  color: blue;
}.orange{
   color: orange;
 }
.table-header {
  background-color: #F5F6F8!important;
  th {
@@ -77,3 +87,30 @@
::v-deep .el-table__cell {
  height: 100% !important;
}
.global-window {
  .tip-header{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .tip {
    em {
      font-style: normal;
      color: $primary-color;
      font-weight: bold;
    }
  }
  .tip-warn {
    margin: 4px 0 12px 0;
    font-size: 12px;
    color: #999;
    i {
      color: orange;
      margin-right: 4px;
      font-size: 14px;
      position: relative;
      top: 1px;
    }
  }
}