公告板
版本库
filestore
活动
搜索
登录
web
/
SRM
SRM system
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
采购管理的 前端页面开发 2023-8-24
haoxuan
2023-08-24
5e89a1759a2d20e549587fc01cf6b57a3e82950a
[web/SRM.git]
/
src
/
assets
/
style
/
index.scss
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;
}