From bf651947245ff27264afc265c15cacdaa170d41b Mon Sep 17 00:00:00 2001 From: bernard Date: Tue, 21 Oct 2025 08:38:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4.sdk-expand-content?= =?UTF-8?q?=E7=9A=84=E5=86=85=E8=BE=B9=E8=B7=9D=E5=92=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=B7=A6=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vue/setting/view/sdk/index.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/vue/setting/view/sdk/index.less b/src/vue/setting/view/sdk/index.less index 21362e1..8840596 100644 --- a/src/vue/setting/view/sdk/index.less +++ b/src/vue/setting/view/sdk/index.less @@ -80,7 +80,7 @@ } .sdk-expand-content { - padding: @spacing-lg @spacing-xl; + padding: 1px; background-color: @color-surface; } @@ -88,6 +88,7 @@ display: flex; flex-direction: column; row-gap: @spacing-sm; + margin-left: 50px; .version-radio-item { display: flex; @@ -98,10 +99,6 @@ border-radius: @border-radius-base; transition: background-color @transition-duration-fast ease; - &:hover { - background-color: @color-surface-muted; - } - input[type='radio'] { width: 16px; height: 16px; @@ -111,7 +108,6 @@ label { margin-left: @spacing-xs; - font-size: @font-size-base; cursor: pointer; user-select: none; }