mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 处理渐变图表的配置和水球背景的全局主题跟随
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user