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
d4854937dc
commit
351e2c7481
@ -17,20 +17,30 @@
|
|||||||
</el-sub-menu>
|
</el-sub-menu>
|
||||||
<el-menu-item index="3">Info</el-menu-item>
|
<el-menu-item index="3">Info</el-menu-item>
|
||||||
<el-menu-item index="4">Orders</el-menu-item>
|
<el-menu-item index="4">Orders</el-menu-item>
|
||||||
|
<el-sub-menu index="5">
|
||||||
|
<template #title>Workspace</template>
|
||||||
|
<el-menu-item index="2-1">item one</el-menu-item>
|
||||||
|
<el-menu-item index="2-2">item two</el-menu-item>
|
||||||
|
<el-menu-item index="2-3">item three</el-menu-item>
|
||||||
|
</el-sub-menu>
|
||||||
</el-menu>
|
</el-menu>
|
||||||
</el-header>
|
</el-header>
|
||||||
<el-container>
|
<el-container>
|
||||||
<el-aside>
|
<el-aside>
|
||||||
<el-tabs tab-position="left">
|
<el-tabs tab-position="left">
|
||||||
<el-tab-pane v-for="menu in menus">
|
<el-tab-pane v-for="menu in menus">
|
||||||
<template #label>{{ menu.name }}</template>
|
<template #label>
|
||||||
|
<el-tooltip effect="dark" placement="right" :content="menu.title">
|
||||||
|
<div v-text="menu.name"></div>
|
||||||
|
</el-tooltip>
|
||||||
|
</template>
|
||||||
<h5 v-text="menu.title">Default colors</h5>
|
<h5 v-text="menu.title">Default colors</h5>
|
||||||
<el-menu default-active="2">
|
<el-menu default-active="2">
|
||||||
<el-sub-menu index="1">
|
<el-sub-menu index="1">
|
||||||
<template #title>
|
<template #title>
|
||||||
<!-- <el-icon>-->
|
<!--<el-icon>-->
|
||||||
<!-- <location></location>-->
|
<!--<location></location>-->
|
||||||
<!-- </el-icon>-->
|
<!--</el-icon>-->
|
||||||
<span>Navigator One</span>
|
<span>Navigator One</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -40,21 +50,21 @@
|
|||||||
|
|
||||||
</el-sub-menu>
|
</el-sub-menu>
|
||||||
<el-menu-item index="2">
|
<el-menu-item index="2">
|
||||||
<!-- <el-icon>-->
|
<!--<el-icon>-->
|
||||||
<!-- <icon-menu></icon-menu>-->
|
<!--<icon-menu></icon-menu>-->
|
||||||
<!-- </el-icon>-->
|
<!--</el-icon>-->
|
||||||
<span>Navigator Two</span>
|
<span>Navigator Two</span>
|
||||||
</el-menu-item>
|
</el-menu-item>
|
||||||
<el-menu-item index="3">
|
<el-menu-item index="3">
|
||||||
<!-- <el-icon>-->
|
<!--<el-icon>-->
|
||||||
<!-- <document></document>-->
|
<!--<document></document>-->
|
||||||
<!-- </el-icon>-->
|
<!--</el-icon>-->
|
||||||
<span>Navigator Three</span>
|
<span>Navigator Three</span>
|
||||||
</el-menu-item>
|
</el-menu-item>
|
||||||
<el-menu-item index="4">
|
<el-menu-item index="4">
|
||||||
<!-- <el-icon>-->
|
<!--<el-icon>-->
|
||||||
<!-- <setting></setting>-->
|
<!--<setting></setting>-->
|
||||||
<!-- </el-icon>-->
|
<!--</el-icon>-->
|
||||||
<span>Navigator Four</span>
|
<span>Navigator Four</span>
|
||||||
</el-menu-item>
|
</el-menu-item>
|
||||||
</el-menu>
|
</el-menu>
|
||||||
@ -138,8 +148,8 @@ body > .el-container {
|
|||||||
> .el-container {
|
> .el-container {
|
||||||
> .el-aside {
|
> .el-aside {
|
||||||
background: #53a8ff;
|
background: #53a8ff;
|
||||||
--el-aside-width: 280px;
|
|
||||||
box-shadow: 10px 10px 5px #888888;
|
box-shadow: 10px 10px 5px #888888;
|
||||||
|
--el-aside-width: 280px;
|
||||||
|
|
||||||
.el-tabs {
|
.el-tabs {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -148,7 +158,7 @@ body > .el-container {
|
|||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
|
||||||
.el-tabs__header {
|
.el-tabs__header {
|
||||||
width: 60px;
|
width: 58px;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
background: rgba(54, 25, 88, 0.8);
|
background: rgba(54, 25, 88, 0.8);
|
||||||
|
|
||||||
@ -167,9 +177,9 @@ body > .el-container {
|
|||||||
.el-tabs__item {
|
.el-tabs__item {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 60px !important;
|
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
line-height: 60px !important;
|
height: 58px !important;
|
||||||
|
line-height: 58px !important;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
|
|
||||||
&.is-active {
|
&.is-active {
|
||||||
@ -184,16 +194,16 @@ body > .el-container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-tabs__content {
|
.el-tabs__content {
|
||||||
width: 220px !important;
|
width: 221px !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
|
||||||
line-height: 60px;
|
|
||||||
display: none;
|
display: none;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 58px;
|
||||||
border-bottom: 1px solid #CCC;
|
border-bottom: 1px solid #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user