|
|
@@ -28,8 +28,8 @@
|
|
|
|
|
|
<template #footer>
|
|
|
<div class="button-right">
|
|
|
- <el-button color="#597d3b" @click="handleClose">取消</el-button>
|
|
|
- <el-button color="#597d3b" type="primary" @click="handleClose">OK</el-button>
|
|
|
+ <el-button style="background-color: #6A9BD8; color: white;" @click="handleClose">取消</el-button>
|
|
|
+ <el-button style="background-color: #6A9BD8; color: white;" type="primary" @click="handleClose">OK</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-dialog>
|