Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
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
e6c45757
authored
2020-08-05 16:31:37 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更改侧边栏样式问题
1 parent
c8ef675e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/main/webapp/index.jsp
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
src/main/webapp/index.jsp
View file @
e6c4575
...
...
@@ -266,9 +266,13 @@
align-items
:
center
;
}
/*批后管理左侧菜单颜色色的更改*/
.el-submenu
.el-submenu__title
span
{
.el-submenu
.el-submenu__title
{
color
:
#00E7FF
}
.el-submenu
.el-submenu__title
{
/*color:#00E7FF*/
background-color
:
#384454
!important
;
}
.el-menu-vertical-demo
.el-submenu
.el-submenu__title
.el-icon-arrow-down
::before
{
content
:
''
;
display
:
block
;
...
...
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
View file @
e6c4575
...
...
@@ -74,7 +74,6 @@ var self = new Vue({
this
.
getData
()
},
handleCurrentChange
(
pageNum
){
alert
(
pageNum
)
this
.
pageNum
=
pageNum
this
.
getData
()
},
...
...
Please
register
or
sign in
to post a comment