Browse Source

fix dashboard horizontal scrollbar (#2096)

pull/2100/head
hubery 4 years ago committed by GitHub
parent
commit
7adeeedd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/frps/src/App.vue

2
web/frps/src/App.vue

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

Loading…
Cancel
Save