mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 解决渐变文本不能换行的问题
This commit is contained in:
parent
6cecbb6ec2
commit
340492f784
@ -48,5 +48,8 @@ useChartDataFetch(props.chartConfig, useChartEditStore, callback)
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
.n-gradient-text {
|
||||||
|
white-space: initial;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -41,9 +41,3 @@ const selectOptions: SelectCreateDataType[] = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style></style>
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@include go('chart-configurations-data') {
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user