Commit b0f26f64 by cherishsince

【优化】调整 AI Image 抽屉展示卡片内容,和样式

parent bd09ecf6
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
> >
<!-- 图片 --> <!-- 图片 -->
<div class="item"> <div class="item">
<div class="header"> <!-- <div class="header">-->
<div>图片</div> <!-- <div>图片</div>-->
<div> <!-- <div>-->
</div> <!-- </div>-->
</div> <!-- </div>-->
<div class="body"> <div class="body">
<ImageTaskCard :image-detail="imageDetail" /> <ImageTaskCard :image-detail="imageDetail" />
</div> </div>
......
...@@ -112,6 +112,7 @@ onUnmounted(async () => { ...@@ -112,6 +112,7 @@ onUnmounted(async () => {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
align-content: flex-start;
height: 100%; height: 100%;
overflow: auto; overflow: auto;
......
...@@ -64,7 +64,7 @@ onMounted(async () => { ...@@ -64,7 +64,7 @@ onMounted(async () => {
.image-card { .image-card {
width: 320px; width: 320px;
max-height: 370px; height: auto;
border-radius: 10px; border-radius: 10px;
position: relative; position: relative;
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment