Browse Source

删除改为红色

zhouna 6 years atrás
parent
commit
0689b4ce6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/icss/MedicinePrompt.vue

+ 1 - 1
src/components/icss/MedicinePrompt.vue

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