Explorar el Código

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

cherishsince hace 1 año
padre
commit
bd09ecf688
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;