refactor(性能测试): 调整样式

This commit is contained in:
shiziyuan9527 2020-12-22 17:02:41 +08:00
parent 2cf68db349
commit 5353a1b3b7
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>