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