Browse Source

按钮样式修改

JX.Li 1 year ago
parent
commit
0c881b6d89
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/ConstructionDetails/index.vue

+ 4 - 4
src/components/ConstructionDetails/index.vue

@@ -192,8 +192,8 @@
           </el-collapse-item>
         </el-collapse>
       </el-tab-pane>
-      <button class="check" @click="checkWorking" v-show="currentStatus == 'check' && reviewStatus && isChecking " style="width: 80px;border: none;">审核</button>
-      <button class="check" @click="updateNodeOption" style="width: 94px;border: none;cursor: pointer;" v-if="currentStatus != 'check' && status != 'read-only'  ">修改</button>
+      <el-button class="check" plain type="danger" @click="checkWorking" v-show="currentStatus == 'check' && reviewStatus && isChecking " style="width: 80px;">审核</el-button>
+      <el-button class="check" plain type="danger" @click="updateNodeOption" style="width: 94px;cursor: pointer;" v-if="currentStatus != 'check' && status != 'read-only'  ">修改</el-button>
     </el-tabs>
     </el-dialog>
     <!-- 审核 -->
@@ -527,8 +527,8 @@ export default {
       right: 22.1%;
       top: 13.1%;
       height: 4.6%;
-      background-color: #CC9900;
-      color: #fff;
+      //background-color: #CC9900;
+      //color: #fff;
     }
   }