From d16d10d94fddff86bdfd87113e7fd2cebe8b7cd7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 24 Jan 2024 18:15:06 +0800
Subject: [PATCH] 居民监管样式调整

---
 src/views/publicSecurity/components/hotelReporting.vue |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/views/publicSecurity/components/hotelReporting.vue b/src/views/publicSecurity/components/hotelReporting.vue
index 1b8f20b..11519c4 100644
--- a/src/views/publicSecurity/components/hotelReporting.vue
+++ b/src/views/publicSecurity/components/hotelReporting.vue
@@ -70,6 +70,7 @@
               span: 8,
               labelWidth: 120,
             }, {
+              width: 110,
               label: '灭火器图片',
               prop: 'fireImageUrls',
               fileType: 'img',
@@ -86,6 +87,7 @@
               span: 8,
               labelWidth: 120,
             }, {
+              width: 110,
               label: '安全通道图片',
               prop: 'scImageUrls',
               fileType: 'img',
@@ -242,7 +244,7 @@
             type: "success",
             message: "操作成功!",
           })
-          this.$emit('colseDetail');
+          this.$emit('colseDetail')
         })
       },
       init(data, applyType) {
@@ -277,11 +279,7 @@
 
 <style lang="scss" scoped>
   .cur-container-box {
-    display: flex;
-    flex-direction: column;
-    width: 100%;
-    height: 100%;
-    overflow: hidden;
+    padding: 50px;
 
     .content-box {
       margin: 0 4px;

--
Gitblit v1.9.3