src/assets/style/index.scss
@@ -1,3 +1,34 @@
@import "element-ui/lib/theme-chalk/index.css";
@import "./variable.scss";
@import "./reset-element.scss";
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
.Badge {
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 5px;
}
.success {
  background: #06c062;
}
.error {
  background: #f62f2f;
}
.warning-radio {
  background: #e6a23c;
}
.warning {
  background: rgba(0, 0, 0, 0.4);
}