From 627b47b0315ab2dde3a49741b17dfff3fbd49c7e Mon Sep 17 00:00:00 2001 From: hz Date: Fri, 28 Nov 2025 14:47:43 +0800 Subject: [PATCH] =?UTF-8?q?style(ebiz/SelectRadio):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=8D=95=E9=80=89=E6=8C=89=E9=92=AE=E7=BB=84=E4=BB=B6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=B8=8E=E5=B1=9E=E6=80=A7=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重新排列组件内元素的 class 属性顺序以提高可读性 - 将 type 类型定义中的管道符号两侧加入空格以符合代码风格 - 修改按钮的 plain 属性逻辑表达式使其更直观 - 调整 radio-area 的 margin-left 值从 -8px 到 -15px - 移除文件末尾多余空白行 --- src/components/ebiz/SelectRadio.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/components/ebiz/SelectRadio.vue b/src/components/ebiz/SelectRadio.vue index 01c62d207..7a4a78d89 100644 --- a/src/components/ebiz/SelectRadio.vue +++ b/src/components/ebiz/SelectRadio.vue @@ -1,14 +1,14 @@