Commit 6f907a9e3ee41f5ff110d5ac0d425e1e09262c45
1 parent
50bc5aed
fix: textComponent not render unit
Showing
2 changed files
with
2 additions
and
1 deletions
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | <!-- <Image :style="{ width: `${getWidth}px` }" :src="getImagBase64" /> --> |
70 | 70 | <div |
71 | 71 | class="w-full text-center truncate p-5" |
72 | - :style="{ fontSize: fontSize({ radio: getRadio, basic: 12, max: 16 }), color: '#999' }" | |
72 | + :style="{ fontSize: fontSize({ radio: getRadio, basic: 12, max: 12 }), color: '#999' }" | |
73 | 73 | > |
74 | 74 | <Tooltip |
75 | 75 | placement="top" | ... | ... |