公告板
版本库
filestore
活动
搜索
登录
web
/
crm-web
客户管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
销售模块剩余部分新建页面
yangfeng
2023-07-07
e34c2e67208bd63e320a4504ce8cf40a83ba7cbb
[web/crm-web.git]
/
src
/
components
/
layout
/
components
/
appsidebar
/
index.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.app-sidebar {
position: relative;
height: 100%;
background-color: #545c64;
.box {
width: 200px;
.el-menu {
border-right: solid 0px #e6e6e6;
}
.el-submenu .el-menu-item {
min-width: none;
}
}
}