提交 c6831e13 编写于 作者: KK's avatar KK

zk——应用切换器组件调整

上级 486348cc
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
left: 201px !important; left: 201px !important;
} }
.ivu-drawer { .ivu-drawer {
top: 64px !important; top: 52px !important;
} }
.ivu-drawer-body { .ivu-drawer-body {
padding: 32px !important; padding: 32px !important;
background-color: #f7fafc;
.menuItems { .menuItems {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
...@@ -48,9 +49,10 @@ ...@@ -48,9 +49,10 @@
} }
.ivu-drawer-body { .ivu-drawer-body {
padding: 0px !important; padding: 0px !important;
background-color: #f7fafc;
} }
.ivu-drawer { .ivu-drawer {
top: 64px !important; top: 52px !important;
} }
.context-menu-drag { .context-menu-drag {
display: flex; display: flex;
......
<template> <template>
<Drawer class-name="sider-drawer" placement="left" :closable="false" :mask="false" width="200" v-model="leftDrawerVisiable"> <Drawer class-name="sider-drawer" placement="left" :closable="false" :mask="false" width="240" v-model="leftDrawerVisiable">
<div class="context-menu-drag"> <div class="context-menu-drag">
<div class="menu-list"> <div class="menu-list">
<div class="menu-header" @mouseover="showMenuDrawer" @click="rightDrawerVisiable=!rightDrawerVisiable"> <div class="menu-header" @mouseover="showMenuDrawer" @click="rightDrawerVisiable=!rightDrawerVisiable">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册