mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-02 14:02:45 +08:00
修复未填写说明时卡片高度异常的BUG
This commit is contained in:
parent
10d7ab200e
commit
1ecd1e7f01
@ -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>
|
||||||
<!-- 匹配模式 -->
|
<!-- 匹配模式 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user