Merge pull request #7719 from ulleo/dev-v2

fix: 指标卡字体不缩放
This commit is contained in:
ulleo 2024-01-19 18:19:46 +08:00 committed by GitHub
commit 5340c51235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -647,6 +647,7 @@ const iconSize = computed<string>(() => {
:show-position="showPosition"
/>
<de-indicator
:scale="scale"
v-else-if="showChartView(ChartLibraryType.INDICATOR)"
:themes="canvasStyleData.dashboard.themeColor"
ref="chartComponent"