From e9a3e3a238f3557093c15c460f5311acd0be961e Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 23 Apr 2024 10:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/hospital/uploadLogo.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/system/hospital/uploadLogo.vue b/src/views/system/hospital/uploadLogo.vue index d8e23d3..482bdeb 100644 --- a/src/views/system/hospital/uploadLogo.vue +++ b/src/views/system/hospital/uploadLogo.vue @@ -209,13 +209,13 @@ export default { display: none; } .upload-container .el-upload--picture-card { - width: 100px; - height: 100px; - line-height: 100px; + width: 150px; + height: 150px; + line-height: 150px; } .upload-container .el-upload-list--picture-card .el-upload-list__item { - width: 100px; - height: 100px; - line-height: 100px; + width: 150px; + height: 150px; + line-height: 150px; }