From c6c595785847e5b49609a989973f46a20d51a362 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 19 三月 2025 11:01:55 +0800
Subject: [PATCH] 检验任务复核-上传文件报错

---
 src/views/CNAS/resourceDemand/facilitiesEnvironment/component/Personnel-management.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/Personnel-management.vue b/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/Personnel-management.vue
index 04a2e27..a2b3430 100644
--- a/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/Personnel-management.vue
+++ b/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/Personnel-management.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="capacity-scope">
+  <div>
     <div class="search">
       <div>
         <el-form :model="searchForm" ref="searchForm" size="small" :inline="true">
@@ -15,8 +15,8 @@
         </el-form>
       </div>
       <div>
-        <el-button size="medium" @click="handleDown">瀵� 鍑�</el-button>
-        <el-button size="medium" type="primary" @click="openFormDia('add')">鏂� 澧�</el-button>
+        <el-button size="small" @click="handleDown">瀵� 鍑�</el-button>
+        <el-button size="small" type="primary" @click="openFormDia('add')">鏂� 澧�</el-button>
       </div>
     </div>
     <div class="table">

--
Gitblit v1.9.3