feat:【antd】【ai】image 的代码优化
parent
cc8703ca90
commit
5858c435e8
|
|
@ -188,9 +188,8 @@ onUnmounted(async () => {
|
||||||
<Button @click="handleViewPublic">绘画作品</Button>
|
<Button @click="handleViewPublic">绘画作品</Button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- TODO @AI:一行应该有 3 个,目前只有两个。 -->
|
|
||||||
<div
|
<div
|
||||||
class="flex flex-1 flex-wrap content-start overflow-y-auto p-5 pb-28 pt-5"
|
class="flex flex-1 flex-wrap content-start overflow-y-auto p-3 pb-28 pt-5"
|
||||||
ref="imageListRef"
|
ref="imageListRef"
|
||||||
>
|
>
|
||||||
<ImageCard
|
<ImageCard
|
||||||
|
|
@ -199,7 +198,7 @@ onUnmounted(async () => {
|
||||||
:detail="image"
|
:detail="image"
|
||||||
@on-btn-click="handleImageButtonClick"
|
@on-btn-click="handleImageButtonClick"
|
||||||
@on-mj-btn-click="handleImageMidjourneyButtonClick"
|
@on-mj-btn-click="handleImageMidjourneyButtonClick"
|
||||||
class="mb-5 mr-5"
|
class="mb-3 mr-3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue