Explorar el Código

添加分割线

zhouna hace 6 años
padre
commit
5d35934430
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      src/components/icss/IndeptLabel.vue
  2. 1 0
      src/components/icss/LabelGroup.vue

+ 1 - 0
src/components/icss/IndeptLabel.vue

@@ -65,6 +65,7 @@
                         label="操作">
                     <template slot-scope="scope">
                         <el-button  @click="modifyIndeptTag(scope.row)" type="text" size="small">修改</el-button>
+                        <span style="margin:0 3px;">|</span>
                         <el-button @click="showDelDialog(scope.row.id)" class="delete" type="text" size="small">删除</el-button>
                     </template>
                 </el-table-column>

+ 1 - 0
src/components/icss/LabelGroup.vue

@@ -65,6 +65,7 @@
                     label="操作">
                     <template slot-scope="scope">
                         <el-button  @click="modifyTagGroup(scope.row)" type="text" size="small">修改</el-button>
+                        <span style="margin:0 3px;">|</span>
                         <el-button @click="showDelDialog(scope.row.id,scope.row.type)" class="delete" type="text" size="small">删除</el-button>
                     </template>
                 </el-table-column>