Explorar el Código

【增加】Image 列表增加滚动。

cherishsince hace 1 año
padre
commit
805745f384
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/ai/image/ImageTask.vue

+ 2 - 0
src/views/ai/image/ImageTask.vue

@@ -70,6 +70,8 @@ onMounted(async () => {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
+  height: 100%;
+  overflow: auto;
 
   >div {
     margin-right: 20px;