perf: 优化亮色模式图层提示

This commit is contained in:
奔跑的面条 2022-10-14 09:37:12 +08:00
parent 796bfd2c98
commit 0aa3f68f6d

View File

@ -9,9 +9,9 @@
:fallback-src="requireErrorImg()" :fallback-src="requireErrorImg()"
></n-image> ></n-image>
<n-ellipsis style="margin-right: auto"> <n-ellipsis style="margin-right: auto">
<n-text class="list-text" :depth="2"> <span class="list-text">
{{ props.componentData.chartConfig.title }} {{ props.componentData.chartConfig.title }}
</n-text> </span>
</n-ellipsis> </n-ellipsis>
<layers-status :isGroup="isGroup" :hover="hover" :status="status"></layers-status> <layers-status :isGroup="isGroup" :hover="hover" :status="status"></layers-status>
</div> </div>