mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update layout.vue
This commit is contained in:
parent
cdf6472d1c
commit
ec81bd4be9
@ -146,9 +146,9 @@ body > .el-container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .el-container {
|
> .el-container {
|
||||||
|
|
||||||
> .el-aside {
|
> .el-aside {
|
||||||
background: #53a8ff;
|
background: #53a8ff;
|
||||||
box-shadow: 10px 10px 5px #888888;
|
|
||||||
--el-aside-width: 280px;
|
--el-aside-width: 280px;
|
||||||
|
|
||||||
.el-tabs {
|
.el-tabs {
|
||||||
@ -183,7 +183,7 @@ body > .el-container {
|
|||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
|
|
||||||
&.is-active {
|
&.is-active {
|
||||||
color: #333333;
|
color: #333;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -221,8 +221,8 @@ body > .el-container {
|
|||||||
|
|
||||||
> .el-container {
|
> .el-container {
|
||||||
> .el-header {
|
> .el-header {
|
||||||
|
background: white;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
background: rgb(255, 255, 255);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> .el-main {
|
> .el-main {
|
||||||
@ -232,7 +232,7 @@ body > .el-container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .el-footer {
|
> .el-footer {
|
||||||
color: #333333;
|
color: #333;
|
||||||
background: #CCCCCC;
|
background: #CCCCCC;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user