Commit 7bb504e5 authored by 张伯涛's avatar 张伯涛

样式修改

parent 31b05551
...@@ -14,10 +14,11 @@ ...@@ -14,10 +14,11 @@
position: relative; position: relative;
width: 100%; width: 100%;
line-height: 50px; line-height: 50px;
padding-left: 11px; padding-top: 10px;
padding-left: 4px;
overflow: hidden; overflow: hidden;
.sidebar-logoRow{ .sidebar-logoRow{
padding-top: 38px!important; padding-top: 28px!important;
padding-bottom: 2px!important; padding-bottom: 2px!important;
text-align: center!important; text-align: center!important;
} }
......
@import '../../styles/variables'; @import './variables';
#app { #app {
.main-container { .main-container {
padding-top: 6.4vh; padding-top: 6.4vh;
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
min-width: 196px !important; min-width: 196px !important;
height: 42px!important; height: 42px!important;
line-height: 42px!important; line-height: 42px!important;
background-color: $subMenuBg; background-color: #03A487;
border-radius: 4px!important; border-radius: 4px!important;
&:hover { &:hover {
background-color: $subMenuHover !important; background-color: $subMenuHover !important;
...@@ -227,6 +227,7 @@ ...@@ -227,6 +227,7 @@
} }
.router-link-active .el-menu-item.is-active { .router-link-active .el-menu-item.is-active {
color: #03A487 !important;
background-color: #ffffff !important; background-color: #ffffff !important;
} }
...@@ -258,11 +259,11 @@ ...@@ -258,11 +259,11 @@
background-color: #FFFFFF !important; background-color: #FFFFFF !important;
> .el-submenu__title { > .el-submenu__title {
margin: 0 10px!important;
background: #e9f5f3!important; background: #e9f5f3!important;
font-size: 16px!important; font-size: 16px!important;
color: #333333 !important; color: #333333 !important;
font-weight: bold!important; font-weight: bold!important;
//margin: 0 10px!important;
height: 42px!important; height: 42px!important;
line-height: 42px!important; line-height: 42px!important;
border-radius: 4px!important; border-radius: 4px!important;
......
// 主题色 // 主题色
$color-theme: #46BCF3; $color-theme: #03A487;
$color-red: #F57b7b; $color-red: #F57b7b;
$color-purple: #ff33a9; $color-purple: #ff33a9;
$color-orange: #f4ac10; $color-orange: #f4ac10;
......
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