From b5e685b571bed136dd8e6aed00896519a4204ec3 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 26 Nov 2024 14:40:34 +0800 Subject: [PATCH] =?UTF-8?q?style(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0-=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E4=B8=ADradio=E7=BB=84=E4=BB=B6=E5=AD=97=E4=BD=93=E4=B8=8D?= =?UTF-8?q?=E7=94=A8=E5=8A=A0=E7=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/parameter/basic/BasicEdit.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue index eb9706f911..71fda183bf 100644 --- a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue +++ b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue @@ -420,6 +420,9 @@ defineExpose({ line-height: 22px !important; height: 22px !important; } + .ed-radio__label { + font-weight: 400; + } }