fix: 处理渐变图表的配置和水球背景的全局主题跟随

This commit is contained in:
奔跑的面条
2022-05-03 15:36:35 +08:00
parent 6ed7c130cb
commit 0681e9217d
13 changed files with 162 additions and 51 deletions
@@ -12,7 +12,7 @@
:fallback-src="requireErrorImg()"
></n-image>
<n-ellipsis>
<n-text class="list-text">
<n-text class="list-text" :depth="2">
{{ props.componentData.chartConfig.title }}
</n-text>
</n-ellipsis>
@@ -107,7 +107,7 @@ $textSize: 10px;
@include hover-border-color('hover-border-color');
}
.list-text {
padding-left: 10px;
padding-left: 6px;
font-size: $textSize;
}
}