소스 검색

fix: 暂存提交按钮颜色修复

baiqi 1 년 전
부모
커밋
fda8dc5e7d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/Home/component/Edit/index.vue

+ 2 - 2
src/views/Home/component/Edit/index.vue

@@ -11,8 +11,8 @@
         <QuillEditor/>
       </div>
       <div class="button-right">
-        <el-button type="primary" @click="handleSubmit" :disabled="useBtn">提交</el-button>
-        <el-button type="primary" @click="handleStage" :disabled="useBtn">暂存</el-button>
+        <el-button type="primary" @click="handleSubmit" :disabled="useBtn" color="#597D3B">提交</el-button>
+        <el-button type="primary" @click="handleStage" :disabled="useBtn" color="#597D3B">暂存</el-button>
       </div>
     </div>
   </div>