logo 用avatar包裹

This commit is contained in:
fofolee 2022-05-15 14:43:28 +08:00
parent ee8a2cf10d
commit b0091e429e

View File

@ -16,12 +16,12 @@
icon="arrow_back_ios_new"
v-close-popup
/>
<q-img
class="commandLogo"
@click="showIconPicker = true"
width="64px"
:src="currentCommand.features.icon"
/>
<q-avatar size="64" square class="commandLogo">
<q-img
@click="showIconPicker = true"
:src="currentCommand.features.icon"
/>
</q-avatar>
<div class="row">
<div>
<!-- 说明 -->