mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 21:46:23 +08:00
fix: 解决渐变文本不能换行的问题
This commit is contained in:
parent
012eed6f67
commit
6c941ffed5
@ -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>
|
||||||
|
@ -40,10 +40,4 @@ const selectOptions: SelectCreateDataType[] = [
|
|||||||
value: RequestDataTypeEnum.AJAX
|
value: RequestDataTypeEnum.AJAX
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style></style>
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@include go('chart-configurations-data') {
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
x
Reference in New Issue
Block a user