公告板
版本库
filestore
活动
搜索
登录
web
/
crm-web
客户管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
登录页面和查询分类设置
yangfeng
2023-07-10
8e7cd003414ea4ca8f42fb3171de18f8839ece17
[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;
}
}
}