yangfeng
2023-08-07 a2586ce70485035d77746ff9c18364f408f4c6aa
1
2
3
4
5
6
7
8
9
10
11
12
13
@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;
}