feat:【antd】【ai】image 的代码优化
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user