Parcourir la source

按钮颜色修改

duy il y a 1 an
Parent
commit
8cac15fb52
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -333,7 +333,7 @@
                     >
                     <el-button
                       size="mini"
-                      type="primary"
+                      type="success"
                       v-throttle="3000"
                       v-show="scope.row.status == 0"
                       @click="hideMD(scope.row)"