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