|
|
@@ -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>
|