yangfeng
2023-10-11 bca479d1713a6cb914711578251951522c0d1a2d
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;
}