fix: 修复表单标签样式和部署脚本顺序问题

refactor: 统一表单组件标签样式为冒号后缀
style: 调整按钮颜色和表单布局
fix(frontend): 添加取消强退的提示信息
chore: 调整部署脚本步骤顺序
This commit is contained in:
zhangtao
2025-07-25 00:31:01 +08:00
parent 80179adb73
commit 48bbda2f55
23 changed files with 69 additions and 82 deletions
@@ -33,7 +33,7 @@
<!-- 弹出框内容 -->
<div ref="popoverContentRef">
<!-- 表单 -->
<el-form ref="formRef" :model="queryParams" :inline="true">
<el-form ref="formRef" :model="queryParams" :inline="true" >
<template v-for="item in selectConfig.formItems" :key="item.prop">
<el-form-item :label="item.label" :prop="item.prop">
<!-- Input 输入框 -->