设计管理人员任命修复ui

This commit is contained in:
Teo
2025-09-08 10:23:39 +08:00
parent e377368c41
commit 4a9a0c4214

View File

@ -343,13 +343,17 @@
type="primary" type="primary"
size="large" size="large"
v-hasPermi="['design:user:batch']" v-hasPermi="['design:user:batch']"
icon="Check"
@click="submitForm" @click="submitForm"
class="px-8 py-2.5 transition-all duration-300 transform hover:scale-105 bg-blue-500 hover:bg-blue-600 text-white font-medium" class="px-8 py-2.5 transition-all duration-300 transform hover:scale-105 bg-blue-500 hover:bg-blue-600 text-white font-medium"
> >确认提交
<i class="el-icon-check mr-2"></i>确认提交
</el-button> </el-button>
<el-button size="large" @click="resetForm" class="px-8 py-2.5 transition-all duration-300 border-gray-300 hover:bg-gray-100 font-medium"> <el-button
<i class="el-icon-refresh mr-2"></i>重置 size="large"
icon="Refresh"
@click="resetForm"
class="px-8 py-2.5 transition-all duration-300 border-gray-300 hover:bg-gray-100 font-medium"
>重置
</el-button> </el-button>
</div> </div>
</el-form> </el-form>