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) {