doum
9 天以前 116a83c60384f716cb8c988a4e8f2b30bf5d6718
admin/src/assets/style/style.scss
@@ -51,7 +51,20 @@
.el-transfer__buttons {
  padding: 0 16px !important;
}
.red{
  color: red;
}
.grey{
  color: grey;
}
.green{
  color: green;
}
.blue{
  color: #216EEE;
}.orange{
   color: orange;
 }
.table-header {
  background-color: #F5F6F8!important;
  th {
@@ -77,3 +90,31 @@
::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;
  }
}