fix borders on el radio button

This commit is contained in:
abbey
2025-08-11 18:07:31 +02:00
committed by Natsumi
parent ff7101781b
commit 4255d58c3a

View File

@@ -143,6 +143,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.el-radio-button__inner {
background: hsl($--theme-hue, $--theme-saturation, 9%);
border: 1px solid hsl($--theme-hue, $--theme-saturation, 12%);
}
.el-tree{