Browse Source

去除删除边框

1178232204@qq.com 3 years ago
parent
commit
b2309597f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/icss/plan/Plan.vue

+ 1 - 1
src/components/icss/plan/Plan.vue

@@ -56,7 +56,7 @@
               type="text"
               size="small"
             >删除</el-button>
-            <el-button plain type="text" size="small" v-else disabled>删除</el-button>
+            <el-button type="text" size="small" v-else disabled>删除</el-button>
           </template>
         </el-table-column>
       </el-table>