锁定图片高度防止未加载完毕前排版错位

This commit is contained in:
fofolee 2022-04-14 21:21:42 +08:00
parent 1f8f1c2e13
commit 0740ee7050

View File

@ -85,7 +85,7 @@
<q-card-section>
<!-- logo -->
<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>
<!-- 名称 -->
<!-- mini small 模式下命令标题字体变小 -->