From e180f49ba502e776202ed8e7a296a0b07adc7c6b Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 23 Apr 2024 10:35:31 +0800 Subject: [PATCH] =?UTF-8?q?hospital=E6=A8=A1=E5=9D=97=E6=9B=B4=E6=94=B9log?= =?UTF-8?q?o=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/hospital/uploadLogo.vue | 58 ++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/src/views/system/hospital/uploadLogo.vue b/src/views/system/hospital/uploadLogo.vue index 25b3909..d8e23d3 100644 --- a/src/views/system/hospital/uploadLogo.vue +++ b/src/views/system/hospital/uploadLogo.vue @@ -2,6 +2,7 @@
- 上传 - (只能上传png/jpg/jpeg文件) + (只能上传png/jpg/jpeg文件) --> + +
+ + + + + + + + + +
-

{{ fileList.length > 0 ? fileList[0].name : "" }} -

+

--> + + +
@@ -168,4 +205,17 @@ export default { font-size: 12px; cursor: pointer; } +.upload-container .uploadDisabled .el-upload--picture-card { + display: none; +} +.upload-container .el-upload--picture-card { + width: 100px; + height: 100px; + line-height: 100px; +} +.upload-container .el-upload-list--picture-card .el-upload-list__item { + width: 100px; + height: 100px; + line-height: 100px; +}