Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ddc58040
authored
2023-04-03 10:04:02 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:左侧菜单的修改
1 parent
0395f7f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
src/styles/sbPublic.scss
src/styles/sbSidebar.scss
src/styles/sbPublic.scss
View file @
ddc5804
...
...
@@ -693,8 +693,6 @@
// 人员管理角色管理菜单管理修改新增弹框样式
.PersonnelDialog
{
.el-dialog__headerbtn
.el-dialog__close
{
font-size
:
20px
;
color
:
#4162D8
...
...
@@ -789,13 +787,13 @@
height
:
calc
(
100%
-
58px
);
display
:
flex
;
flex-direction
:
column
;
.from-clues-content
{
flex
:
1
;
height
:
100%
;
}
}
// 修改基本信息界面样式
.informationbase
{
margin
:
0
.1875rem
1
.0417rem
;
...
...
src/styles/sbSidebar.scss
View file @
ddc5804
...
...
@@ -113,6 +113,7 @@
@include
font_color
(
"submenuColor"
);
border-right
:
5px
solid
#36CEB6
;
box-sizing
:
border-box
;
.svg-icon
{
color
:
#1ea6f8
!
important
;
}
...
...
@@ -366,7 +367,7 @@
}
.el-menu-item
span
{
white-space
:
nowrap
!
important
;
//
white-space: nowrap !important;
word-break
:
break-all
;
line-height
:
20px
;
flex
:
1
;
...
...
Please
register
or
sign in
to post a comment