haoxuan
2024-04-19 3286b2af0a85f46644bc09cfb16171f4d399890d
src/assets/style/index.scss
@@ -11,6 +11,27 @@
  border: 0;
  outline: 0;
}
.Badge {
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 5px;
}
.success {
  color: #06c062;
}
.error {
  color: #f62f2f;
}
.warning-radio {
  color: #e6a23c;
}
.warning {
  color: rgba(0, 0, 0, 0.4);
}
// 间距
.margin_left_3px {
  margin-left: 3px;