Merge pull request #13565 from dataease/pr@dev-v2@style_radio

style(系统设置): 系统参数-表单中radio组件字体不用加粗
This commit is contained in:
xuwei-fit2cloud 2024-11-26 14:53:10 +08:00 committed by GitHub
commit 335c3865ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -420,6 +420,9 @@ defineExpose({
line-height: 22px !important; line-height: 22px !important;
height: 22px !important; height: 22px !important;
} }
.ed-radio__label {
font-weight: 400;
}
} }
</style> </style>
<style scoped lang="less"> <style scoped lang="less">