【优化】调整 AI Image 抽屉展示卡片内容,和样式
parent
bd09ecf688
commit
b0f26f64f7
|
@ -7,11 +7,11 @@
|
|||
>
|
||||
<!-- 图片 -->
|
||||
<div class="item">
|
||||
<div class="header">
|
||||
<div>图片</div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="header">-->
|
||||
<!-- <div>图片</div>-->
|
||||
<!-- <div>-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<div class="body">
|
||||
<ImageTaskCard :image-detail="imageDetail" />
|
||||
</div>
|
||||
|
|
|
@ -112,6 +112,7 @@ onUnmounted(async () => {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ onMounted(async () => {
|
|||
|
||||
.image-card {
|
||||
width: 320px;
|
||||
max-height: 370px;
|
||||
height: auto;
|
||||
border-radius: 10px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue