mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 解决渐变文本不能换行的问题
This commit is contained in:
@@ -48,5 +48,8 @@ useChartDataFetch(props.chartConfig, useChartEditStore, callback)
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.n-gradient-text {
|
||||
white-space: initial;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user