Browse Source

优化

master
陈裕财 3 years ago
parent
commit
5e6e38028b
  1. 5
      src/views/xm/core/xmIteration/top-nav.vue
  2. 4
      src/views/xm/core/xmProduct/top-nav.vue
  3. 2
      src/views/xm/core/xmTask/XmTaskDetailRoute.vue
  4. 4
      src/views/xm/core/xmTestCasedb/top-nav.vue

5
src/views/xm/core/xmIteration/top-nav.vue

@ -16,7 +16,6 @@
<div
slot="title"
style="max-width: 20vw; font-weight: 600; font-size: 18px; color: #ff8c00"
class="res-text"
:title="xmIteration.iterationName"
> &nbsp;<el-avatar class="top-icon" style="background-color:#ff8c00">迭代</el-avatar>{{ xmIteration.iterationName }}
@ -80,6 +79,10 @@
>
</el-menu-item>
</el-submenu>
<el-menu-item :index="'/'">
<span slot="title"><i class="el-icon-s-home"></i>首页</span>
</el-menu-item>
</el-menu>
</el-row>
</section>

4
src/views/xm/core/xmProduct/top-nav.vue

@ -114,6 +114,10 @@
>
</el-menu-item>
</el-submenu>
<el-menu-item :index="'/'">
<span slot="title"><i class="el-icon-s-home"></i>首页</span>
</el-menu-item>
</el-menu>
</el-row>
</section>

2
src/views/xm/core/xmTask/XmTaskDetailRoute.vue

@ -1,6 +1,6 @@
<template>
<section class="padding">
<xm-task-edit v-if="xmTask" :xm-task="xmTask" :visible="showInfo"></xm-task-edit>
<xm-task-edit v-if="xmTask" :xm-task="xmTask" :visible="showInfo"></xm-task-edit>
</section>
</template>

4
src/views/xm/core/xmTestCasedb/top-nav.vue

@ -65,6 +65,10 @@
>
</el-menu-item>
</el-submenu>
<el-menu-item :index="'/'">
<span slot="title"><i class="el-icon-s-home"></i>首页</span>
</el-menu-item>
</el-menu>
</el-row>
</section>

Loading…
Cancel
Save