From 7100bed3f5f9524776474263a45cfd2342dcb63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=8C=E7=B3=96=E5=8C=85=E5=AD=90?= Date: Sun, 15 Jan 2023 17:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=A2=84=E8=A7=88=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=AE=BD=E5=BA=A6=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/api/PhotoWall.vue | 2 +- src/views/api/SourceImage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/api/PhotoWall.vue b/src/views/api/PhotoWall.vue index 578f357..b98f8b2 100644 --- a/src/views/api/PhotoWall.vue +++ b/src/views/api/PhotoWall.vue @@ -146,7 +146,7 @@ export default class PhotoWall extends BaseList { message: h('img', { style: `width:500px;height:${previewHeight}px;`, src: `${pictureCdn}/${row.name}` }, ''), showCancelButton: false, confirmButtonText: '关闭', - customStyle: {width: '600px'} + customStyle: {width: '530px', maxWidth: 'unset'} }).catch(() => {}) } created() { diff --git a/src/views/api/SourceImage.vue b/src/views/api/SourceImage.vue index f2dc3b3..b9eb364 100644 --- a/src/views/api/SourceImage.vue +++ b/src/views/api/SourceImage.vue @@ -155,7 +155,7 @@ export default class SourceImage extends BaseList { message: h('img', { style: `width:500px`, src: `/api/v1/common/randomBg?id=${row._id}` }, ''), showCancelButton: false, confirmButtonText: '关闭', - customStyle: {width: '530px'} + customStyle: {width: '530px', maxWidth: 'unset'} }).catch(() => {}) } modifyTags(item: SourceImageModel): void {