From b939151faf1efe544d35c1d4ebbae995e4083b06 Mon Sep 17 00:00:00 2001 From: czy0729 <402731062@qq.com> Date: Mon, 2 Sep 2024 21:21:53 +0800 Subject: [PATCH] =?UTF-8?q?-=20[WEB]=20=E4=BC=98=E5=8C=96=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=87=AA=E9=80=82=E5=BA=94=E9=AB=98=E5=BA=A6=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 4b12bface..7d3e33f17 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -2,7 +2,7 @@ * @Author: czy0729 * @Date: 2023-11-10 02:02:44 * @Last Modified by: czy0729 - * @Last Modified time: 2024-08-23 16:57:20 + * @Last Modified time: 2024-09-02 21:02:01 */ /** ==================== reset ==================== */ @@ -50,6 +50,18 @@ component-tabs { min-height: 0; } +component-image { + &-image[data-auto-size='true'] { + img { + position: unset !important; + z-index: unset !important; + width: unset !important; + height: unset !important; + inset: unset !important; + } + } +} + component-cover { display: flex; }