mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
style(图表): 圆角配置样式优化
This commit is contained in:
committed by
jianneng-fit2cloud
parent
baf817a2d2
commit
ecf4f9ba76
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user