소스 검색

【调整】Image card 组件内容溢出问题

cherishsince 1 년 전
부모
커밋
bd09ecf688
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/ai/image/ImageTaskCard.vue

+ 1 - 0
src/views/ai/image/ImageTaskCard.vue

@@ -64,6 +64,7 @@ onMounted(async () => {
 
 .image-card {
   width: 320px;
+  max-height: 370px;
   border-radius: 10px;
   position: relative;
   display: flex;