From e3d1ec4d4508407af3976a7cbdd5ee24c2f78f25 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Thu, 16 Jun 2022 15:59:24 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=8B=86=E5=88=86=E7=BB=93=E6=9E=9C?= =?UTF-8?q?1920=E5=88=86=E8=BE=A8=E7=8E=87bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/importSplitUpload/index.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/jero-web/src/components/importSplitUpload/index.vue b/jero-web/src/components/importSplitUpload/index.vue index 6e447c4d3..8b17e8f92 100644 --- a/jero-web/src/components/importSplitUpload/index.vue +++ b/jero-web/src/components/importSplitUpload/index.vue @@ -191,10 +191,17 @@ } @media screen and (min-width: 1600px) and (max-width: 2000px) { - .ant-upload-list-text { - position: absolute; - top: 140px; - right: 240px; + //.ant-upload-list-text { + // position: absolute; + // top: 140px; + // right: 240px; + //} + .ant-upload-list-item { + position: relative; + height: 22px; + margin-top: -22px; + font-size: 14px; + margin-right: 80px; } } @media screen and (min-width: 600px) and (max-width: 1600px) {