doum
2 天以前 5d3b86a4d0032836c782e5e1319179eced5e5647
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,35 @@
::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;
  }
}
.detail-box{
  display: block;
  margin: 20px;
}