mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 23:16:18 +08:00
锁定图片高度防止未加载完毕前排版错位
This commit is contained in:
parent
1f8f1c2e13
commit
0740ee7050
@ -85,7 +85,7 @@
|
|||||||
<q-card-section>
|
<q-card-section>
|
||||||
<!-- logo -->
|
<!-- logo -->
|
||||||
<div class="row" :class="cardStyleVars.logoPosition">
|
<div class="row" :class="cardStyleVars.logoPosition">
|
||||||
<q-img width="48px" :src="commandInfo.features.icon" />
|
<q-img width="48px" height="48px" :src="commandInfo.features.icon" />
|
||||||
</div>
|
</div>
|
||||||
<!-- 名称 -->
|
<!-- 名称 -->
|
||||||
<!-- mini 和 small 模式下命令标题字体变小 -->
|
<!-- mini 和 small 模式下命令标题字体变小 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user