fix dashboard horizontal scrollbar (#2096)

This commit is contained in:
hubery 2020-11-23 14:52:55 +08:00 committed by GitHub
parent 127a31ea6a
commit 7adeeedd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</el-row> </el-row>
</header> </header>
<section> <section>
<el-row :gutter="20"> <el-row>
<el-col id="side-nav" :xs="24" :md="4"> <el-col id="side-nav" :xs="24" :md="4">
<el-menu default-active="1" mode="vertical" theme="light" router="false" @select="handleSelect"> <el-menu default-active="1" mode="vertical" theme="light" router="false" @select="handleSelect">
<el-menu-item index="/">Overview</el-menu-item> <el-menu-item index="/">Overview</el-menu-item>