修复未填写说明时卡片高度异常的BUG

This commit is contained in:
fofolee 2024-03-13 17:43:06 +08:00
parent 10d7ab200e
commit 1ecd1e7f01

View File

@ -122,7 +122,7 @@
:style="{
fontSize: cardStyleVars.showBiggerTitle ? '1.25rem' : '1.1rem',
}"
v-html="commandInfo.features.explain"
v-html="commandInfo.features.explain.trim() || '<br/>'"
/>
</div>
<!-- 匹配模式 -->