Browse Source

优化

master
陈裕财 3 years ago
parent
commit
422a8e01b7
  1. 2
      src/styles/mdp.scss
  2. 1
      src/views/xm/core/xmTestCasedb/XmTestCasedbMng.vue
  3. 4
      src/views/xm/core/xmTestPlan/XmTestPlanMng.vue

2
src/styles/mdp.scss

@ -241,7 +241,7 @@
z-index: 10000;
top: 50%;
right:0%;
transform: translate(-50%, -50%);
transform: translate(-10%, -50%);
position:absolute;
visibility: hidden;
}

1
src/views/xm/core/xmTestCasedb/XmTestCasedbMng.vue

@ -26,7 +26,6 @@
<span v-else> {{scope.row.name}} </span>
<span class="tool-bar">
<el-button type="warning" @click="goCasedbInfo(scope.row)" icon="el-icon-s-data" circle title="视图"></el-button>
<el-button type="primary" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" circle></el-button>
</span>
</template>
</el-table-column>

4
src/views/xm/core/xmTestPlan/XmTestPlanMng.vue

@ -22,9 +22,7 @@
<template slot-scope="scope">
<span> <el-link @click="goToTestPlanCase(scope.row)"> {{scope.row.name}}</el-link> </span>
<span class="tool-bar">
<el-button type="primary" size="medium " @click="goToTestPlanCase(scope.row)" icon="el-icon-finished" circle title="规划用例"></el-button>
<el-button type="primary" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" circle title="编辑用例"></el-button>
<el-button type="primary" @click="goToTestPlanCase(scope.row)" icon="el-icon-finished" circle title="规划用例"></el-button>
</span>
</template>
</el-table-column>

Loading…
Cancel
Save