设计出图修改

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 main">
<div class="appWidth mx-auto mt-38 bg-white rounded-xl shadow-sm overflow-hidden transition-all duration-300 hover:shadow-md">
<div class="appWidth1 mx-auto mt-38 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>
@ -196,7 +196,7 @@ onUnmounted(() => {
.main {
height: calc(100vh - 90px);
}
.appWidth {
.appWidth1 {
width: 50vw;
max-width: 1200px;
.el-select__wrapper {
@ -315,7 +315,7 @@ onUnmounted(() => {
// 适配小屏幕
@media (max-width: 768px) {
.appWidth {
.appWidth1 {
width: 95vw;
}