From edd04dcf829310a4308c56f891e957dfcbaf532a Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Mon, 27 May 2024 17:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=AE=9A=E5=85=A8=E5=B1=80=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=87=E4=BB=B6css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/app.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/styles/app.scss b/src/styles/app.scss index 4f338b50..1b01f31c 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -107,6 +107,22 @@ body, } } } +//修改上传文件filelist位置 +.uploadFile { + ::v-deep .el-form-item__content { + line-height: 20px !important; + div { + display: flex !important; + align-items: center !important; + } + .el-upload-list__item-name { + width: 130px !important; + } + .el-upload-list--text { + margin: 0px 20px 0 !important; + } + } +} .zoom-handle { position: absolute;