From 2ba7ab0ee950b3be4607f280889c0daf4ec6c99f Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 23 四月 2025 13:35:14 +0800
Subject: [PATCH] 影像检查页面布局以及查看图片

---
 src/views/team/reporting/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/team/reporting/index.vue b/src/views/team/reporting/index.vue
index 6139a26..fe1f741 100644
--- a/src/views/team/reporting/index.vue
+++ b/src/views/team/reporting/index.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
     <el-row :gutter="20">
-      <el-col :span="3" :xs="24" style="margin-top: 30px">
+      <el-col :span="4" :xs="24" style="margin-top: 30px">
         <!-- <div class="head-container">
           <el-input v-model="dwName" placeholder="璇疯緭鍏ラ儴闂ㄥ悕绉�" clearable size="small" prefix-icon="el-icon-search"
             style="margin-bottom: 15px" />
@@ -45,7 +45,7 @@
             @node-click="handleNodeClick" />
         </div> -->
       </el-col>
-      <el-col :span="20" :xs="24">
+      <el-col :span="19" :xs="24">
         <el-form
           :model="queryParams"
           ref="queryForm"

--
Gitblit v1.8.0