haoxuan
2023-10-17 0bdc7d10c8c4b13a993f5f1474b7fb2fc8c88fc9
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;
}