This commit is contained in:
fit2-zhao 2020-12-22 17:08:12 +08:00
commit 936b8637d5
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div id="menu-bar">
<el-row type="flex">
<project-change :project-name="currentProject"/>
<el-col :span="12">
<el-col :span="9">
<el-menu class="header-menu" :unique-opened="true" mode="horizontal" router :default-active='$route.path'>
<el-menu-item :index="'/performance/home'">
{{ $t("i18n.home") }}
@ -32,7 +32,7 @@
<ms-create-test :to="'/performance/test/create'"/>
</el-row>
</el-col>
<el-col :span="10"/>
<el-col :span="11"/>
</el-row>
</div>
</template>