diff --git a/static/template/layout.vue b/static/template/layout.vue index 483b2baef..e35f83ba3 100644 --- a/static/template/layout.vue +++ b/static/template/layout.vue @@ -9,20 +9,25 @@ active-text-color="rgba(54,25,88,1.0)" > ThinkAdmin For HTML + item one item two item three + Info Orders + - - item one - item two - item three + + 个人中心 + 安全设置 + 清空缓存 + 退出登录 + @@ -118,6 +123,7 @@ body > .el-container { } } + &:hover { color: #FFF !important; background: rgba(54, 25, 88, 0.9) !important; @@ -131,9 +137,8 @@ body > .el-container { } .el-sub-menu { - .el-sub-menu__title { - color: #FFF !important; - background: none !important; + &:last-child { + margin-left: auto; } &.is-opened { @@ -141,6 +146,11 @@ body > .el-container { background: rgba(0, 0, 0, 0.1) !important; } } + + .el-sub-menu__title { + color: #FFF !important; + background: none !important; + } } } } @@ -249,6 +259,10 @@ body > .el-container { } } } + +.LoginSubMenu { + text-align: center; +}