no message
Former-commit-id: edcfd3afc4ef42dac6b6820878a67945f103b8bf Former-commit-id: 37db967e060ed4730d1a0c2bb9f1507f3f2d85ce Former-commit-id: 387b6e45dac4ae5743484464ba854325e53684e9
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<el-dropdown class="d2-mr">
|
||||
<span class="el-dropdown-link">主题</span>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item>
|
||||
<div style="height: 200px; width: 200px;"></div>
|
||||
</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</template>
|
||||
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class="d2-header-right">
|
||||
<d2-layout-main-header-right-full-screen/>
|
||||
<d2-layout-main-header-right-theme/>
|
||||
<d2-layout-main-header-right-user/>
|
||||
</div>
|
||||
</template>
|
||||
@@ -10,6 +11,7 @@ export default {
|
||||
name: 'd2-layout-main-header-right',
|
||||
components: {
|
||||
'd2-layout-main-header-right-full-screen': () => import('./components/-full-screen.vue'),
|
||||
'd2-layout-main-header-right-theme': () => import('./components/-theme.vue'),
|
||||
'd2-layout-main-header-right-user': () => import('./components/-user.vue')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user