jiangping
2024-05-14 6461a670fb8b3c7db3a74e0159727b5940808348
admin/src/assets/style/style.scss
@@ -93,4 +93,34 @@
}
  .apply-status5,.change-status7,.settle-status7,.tax-status1,.du-status1,.settle-status4  {
  color: #00BA92  !important;
}
::v-deep  .el-dialog{
    margin-top: 300px;
  }
.center-title .el-dialog__title {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.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;
  }
}