From 351e2c74815cac4b0ae8969acaafa98aaa0e848d Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 27 Nov 2021 15:33:49 +0800 Subject: [PATCH] Update layout.vue --- static/template/layout.vue | 50 +++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/static/template/layout.vue b/static/template/layout.vue index c65227bb9..e80ee2846 100644 --- a/static/template/layout.vue +++ b/static/template/layout.vue @@ -17,20 +17,30 @@ Info Orders + + + item one + item two + item three + - +
Default colors
@@ -40,21 +50,21 @@ - - - + + + Navigator Two - - - + + + Navigator Three - - - + + + Navigator Four @@ -138,8 +148,8 @@ body > .el-container { > .el-container { > .el-aside { background: #53a8ff; - --el-aside-width: 280px; box-shadow: 10px 10px 5px #888888; + --el-aside-width: 280px; .el-tabs { height: 100%; @@ -148,7 +158,7 @@ body > .el-container { -moz-user-select: none; .el-tabs__header { - width: 60px; + width: 58px; margin: 0 !important; background: rgba(54, 25, 88, 0.8); @@ -167,9 +177,9 @@ body > .el-container { .el-tabs__item { color: #FFF; width: 100% !important; - height: 60px !important; padding: 0 !important; - line-height: 60px !important; + height: 58px !important; + line-height: 58px !important; text-align: center !important; &.is-active { @@ -184,16 +194,16 @@ body > .el-container { } .el-tabs__content { - width: 220px !important; + width: 221px !important; height: 100% !important; background: #FFF; h5 { margin: 0; padding: 0; - text-align: center; - line-height: 60px; display: none; + text-align: center; + line-height: 58px; border-bottom: 1px solid #CCC; }