style(图表): 圆角配置样式优化

This commit is contained in:
jianneng-fit2cloud
2025-04-18 11:54:17 +08:00
committed by jianneng-fit2cloud
parent baf817a2d2
commit ecf4f9ba76
2 changed files with 9 additions and 2 deletions

View File

@@ -1755,6 +1755,11 @@ onMounted(() => {
align-items: center;
}
.radius-class {
flex-wrap: nowrap !important;
:deep(.ed-radio) {
margin-right: 30px !important;
}
.ed-radio:last-child {
margin-right: 0px !important;
}
}
</style>

View File

@@ -567,9 +567,11 @@ onMounted(() => {
}
}
.radius-class {
flex-wrap: nowrap !important;
:deep(.ed-radio) {
margin-right: 30px !important;
}
.ed-radio:last-child {
margin-right: 0px !important;
}
}
</style>