fix: 解决渐变文本不能换行的问题

This commit is contained in:
奔跑的面条 2022-06-25 15:52:04 +08:00
parent 6cecbb6ec2
commit 340492f784
2 changed files with 4 additions and 7 deletions

View File

@ -48,5 +48,8 @@ useChartDataFetch(props.chartConfig, useChartEditStore, callback)
display: flex;
align-items: center;
justify-content: center;
.n-gradient-text {
white-space: initial;
}
}
</style>

View File

@ -40,10 +40,4 @@ const selectOptions: SelectCreateDataType[] = [
value: RequestDataTypeEnum.AJAX
}
]
</script>
<style></style>
<style lang="scss" scoped>
@include go('chart-configurations-data') {
}
</style>
</script>