设计出图修改

This commit is contained in:
2025-08-19 14:56:48 +08:00
parent 3b61e84a7f
commit 53309746f5
10 changed files with 819 additions and 80 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="p-6 bg-gray-50">
<div class="appWidth mx-auto bg-white rounded-xl shadow-sm overflow-hidden transition-all duration-300 hover:shadow-md">
<div class="appointment mx-auto bg-white rounded-xl shadow-sm overflow-hidden transition-all duration-300 hover:shadow-md">
<!-- 表单标题区域 -->
<div class="bg-gradient-to-r from-blue-500 to-blue-600 text-white p-6">
<h2 class="text-2xl font-bold flex items-center"><i class="el-icon-user-circle mr-3"></i>人员配置</h2>
@ -640,7 +640,7 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
.appWidth {
.appointment {
width: 70vw;
max-width: 1600px;