From 6bbe73072fcb0ee0b7f190e0f3da286518c3d7a0 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Thu, 05 Sep 2024 20:37:00 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

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

diff --git a/gz-customerSystem/src/components/ArcoUpload/index.less b/gz-customerSystem/src/components/ArcoUpload/index.less
new file mode 100644
index 0000000..828de4e
--- /dev/null
+++ b/gz-customerSystem/src/components/ArcoUpload/index.less
@@ -0,0 +1,19 @@
+.doubleFile {
+  .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;
+
+    &:nth-child(2n+1) {
+      width: calc(50% - 17px);
+      margin-right: 17px;
+      margin-left: 0px;
+    }
+  }
+}
\ No newline at end of file

--
Gitblit v1.8.0