From 54cbc9b071d227212b757af65e7e4feb203b0456 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Tue, 03 Sep 2024 11:40:50 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master

---
 gz-customerSystem/src/components/ArcoUpload/index.less |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/gz-customerSystem/src/components/ArcoUpload/index.less b/gz-customerSystem/src/components/ArcoUpload/index.less
index f7cf232..828de4e 100644
--- a/gz-customerSystem/src/components/ArcoUpload/index.less
+++ b/gz-customerSystem/src/components/ArcoUpload/index.less
@@ -1,16 +1,19 @@
-.arco-upload-list {
-  display: flex;
-  align-items: center;
-  flex-wrap: wrap;
-}
-.arco-upload-list-item {
-  width: calc(50% - 17px);
-  margin-top: 24px;
-  margin-left: 17px;
+.doubleFile {
+  .arco-upload-list {
+    display: flex;
+    align-items: center;
+    flex-wrap: wrap;
+  }
 
-  &:nth-child(2n+1) {
+  .arco-upload-list-item {
     width: calc(50% - 17px);
-    margin-right: 17px;
-    margin-left: 0px;
+    margin-top: 24px;
+    margin-left: 17px;
+
+    &:nth-child(2n+1) {
+      width: calc(50% - 17px);
+      margin-right: 17px;
+      margin-left: 0px;
+    }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0