5aef2321 by 任超

style:证书领取

1 parent 933d34a1
......@@ -152,8 +152,7 @@ export default {
display: flex;
justify-content: center;
width: 100%;
box-shadow: 0px 0px 1px 0px;
border-radius: 0 0 5px 5px;
box-shadow: 0px 0px 0.5px 0px;
position: absolute;
bottom: 0;
background: #ffffff;
......
......@@ -46,10 +46,6 @@
</el-form-item>
</el-col>
</el-row>
<el-row style="text-align:center">
<el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
<el-button @click="resetForm('ruleForm')">取消</el-button>
</el-row>
</el-form>
</div>
</template>
......
......@@ -270,6 +270,7 @@ export default {
editItem: "workflow/components/zslq",
height: "500px",
formData: {},
btnShow: true,
cancel: () => {
console.log("取消回调");
},
......