删除 #79

Merged
lukeyan merged 1 commits from lukeyan into master 1 year ago

@ -1,13 +1,13 @@
<template> <template>
<el-dialog <el-dialog
class="dialog" class="dialog"
title="编辑" title="删除"
:visible.sync="visible" :visible.sync="visible"
:close-on-click-modal="false" :close-on-click-modal="false"
width="500px" width="500px"
@close="close" @close="close"
> >
<div class="main_text">定要删除这条赋分填报记录吗</div> <div class="main_text">认删除该数据</div>
<div class="form_btn" slot="footer"> <div class="form_btn" slot="footer">
<el-button @click="save_delete"> </el-button> <el-button @click="save_delete"> </el-button>
<el-button @click="close"> </el-button> <el-button @click="close"> </el-button>
@ -80,7 +80,7 @@ export default {
color: #fff; color: #fff;
text-align: center; text-align: center;
line-height: 280px; line-height: 280px;
font-size: 35px; font-size: 30px;
font-weight: 500; font-weight: 500;
text-shadow: 0 0 9px rgba(21, 255, 198, 0.64); text-shadow: 0 0 9px rgba(21, 255, 198, 0.64);
} }

Loading…
Cancel
Save