Commit 68d69d73 by chenyu

update: color

parent cfaee4e3
......@@ -17,7 +17,7 @@
</el-form-item>
<div class="btn-wrap">
<template v-if="item.isEdit">
<el-button type="text" @click="cancelEdit(idx)">取消</el-button>
<el-button type="text" @click="cancelEdit(idx)" style="color:#303133;">取消</el-button>
<el-button type="text" @click="saveEdit(idx)">保存</el-button>
</template>
<template v-else>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment