From 5e2aafeede13d337380f736567caf74f49713be7 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:38:32 +0800
Subject: [PATCH] 代码优化
---
src/views/publicSecurity/components/campusReporting.vue | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/views/publicSecurity/components/campusReporting.vue b/src/views/publicSecurity/components/campusReporting.vue
index 458d1df..7f67d13 100644
--- a/src/views/publicSecurity/components/campusReporting.vue
+++ b/src/views/publicSecurity/components/campusReporting.vue
@@ -48,6 +48,7 @@
prop: 'scStatus',
disabled: true,
}, {
+ width: 110,
label: '安全通道图片',
prop: 'scImageUrls',
fileType: 'img',
@@ -107,6 +108,7 @@
disabled: true,
labelWidth: 120,
}, {
+ width: 110,
label: '消费器材图片',
prop: 'fireFacsImageUrls',
fileType: 'img',
@@ -188,7 +190,7 @@
type: "success",
message: "操作成功!",
})
- this.$emit('colseDetail');
+ this.$emit('colseDetail')
})
},
init(data, applyType) {
@@ -225,11 +227,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