mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 07:23:23 +08:00
修复未填写说明时卡片高度异常的BUG
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
:style="{
|
:style="{
|
||||||
fontSize: cardStyleVars.showBiggerTitle ? '1.25rem' : '1.1rem',
|
fontSize: cardStyleVars.showBiggerTitle ? '1.25rem' : '1.1rem',
|
||||||
}"
|
}"
|
||||||
v-html="commandInfo.features.explain"
|
v-html="commandInfo.features.explain.trim() || '<br/>'"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<!-- 匹配模式 -->
|
<!-- 匹配模式 -->
|
||||||
|
Reference in New Issue
Block a user