Commit 9be73a25 authored by 张冬's avatar 张冬

拒绝原因

parent 2bd7a6e4
...@@ -172,6 +172,7 @@ img { ...@@ -172,6 +172,7 @@ img {
right: 10px; right: 10px;
bottom: 10px; bottom: 10px;
width: 400px; width: 400px;
overflow: auto;
} }
.content-head > h3 { .content-head > h3 {
font-weight: bold; font-weight: bold;
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
class="sidebar-el-menu" class="sidebar-el-menu"
:default-active="$route.path" :default-active="$route.path"
:collapse="collapse" :collapse="collapse"
background-color="#fff" background-color="#FF5203"
text-color="##000000" text-color="#fff"
active-text-color="rgb(51, 218, 193)" active-text-color="rgb(51, 218, 193)"
:unique-opened="true" :unique-opened="true"
router router
...@@ -98,5 +98,4 @@ export default { ...@@ -98,5 +98,4 @@ export default {
.sidebar > ul { .sidebar > ul {
height: 100%; height: 100%;
} }
.el-menu-item i{color:#AFB0B3}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment