Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-platform-ui
Commits
2f4743f0
Commit
2f4743f0
authored
Jun 03, 2021
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改颜色
parent
b1e2afc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
Home.vue
src/views/layout/Home.vue
+16
-16
Aside.vue
src/views/layout/leftAside/Aside.vue
+1
-1
No files found.
src/views/layout/Home.vue
View file @
2f4743f0
...
@@ -163,7 +163,7 @@ export default {
...
@@ -163,7 +163,7 @@ export default {
}
}
.el-aside {
.el-aside {
background-color: #
001528
;
background-color: #
525E7C
;
height: 100%;
height: 100%;
}
}
...
@@ -172,22 +172,22 @@ export default {
...
@@ -172,22 +172,22 @@ export default {
}
}
.el-main {
.el-main {
padding: 0px 10px 10px 10px;
padding: 0px 10px 10px 0px;
}
/*组件过渡动画*/
.compAnimate-enter {
opacity: 0;
transform: translateY(-60px);
}
}
// /*组件过渡动画*/
// .compAnimate-enter {
// opacity: 0;
// transform: translateY(-60px);
// }
//
.compAnimate-leave-to {
.compAnimate-leave-to {
//
opacity: 0;
opacity: 0;
//
}
}
//
.compAnimate-enter-active {
.compAnimate-enter-active {
//
transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
//
}
}
//
.compAnimate-leave-active {
.compAnimate-leave-active {
//
transition: all 0.2s ease;
transition: all 0.2s ease;
//
}
}
</
style
>
</
style
>
src/views/layout/leftAside/Aside.vue
View file @
2f4743f0
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
@
click=
"toggle_collapse"
@
click=
"toggle_collapse"
>
|||
</div>
-->
>
|||
</div>
-->
<!-- 左侧菜单栏 -->
<!-- 左侧菜单栏 -->
<el-menu
:collapse=
"getCollapseState"
:collapse-transition=
"false"
background-color=
"#
001528
"
text-color=
"#fff"
active-text-color=
"#ffd04b"
router
:default-active=
"activePath"
>
<el-menu
:collapse=
"getCollapseState"
:collapse-transition=
"false"
background-color=
"#
525E7C
"
text-color=
"#fff"
active-text-color=
"#ffd04b"
router
:default-active=
"activePath"
>
<!-- 一级菜单:w -->
<!-- 一级菜单:w -->
<el-submenu
:index=
"item.id + ''"
v-for=
"item in nav"
:key=
"item.id"
>
<el-submenu
:index=
"item.id + ''"
v-for=
"item in nav"
:key=
"item.id"
>
<template
slot=
"title"
>
<template
slot=
"title"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment