Browse Source

【调整】AI Image 任务列表,调整 card 间距

cherishsince 1 năm trước cách đây
mục cha
commit
cc60edf8d3
1 tập tin đã thay đổi với 12 bổ sung7 xóa
  1. 12 7
      src/views/ai/image/ImageTask.vue

+ 12 - 7
src/views/ai/image/ImageTask.vue

@@ -63,16 +63,21 @@ onMounted(async () => {
 })
 </script>
 
-<style scoped lang="scss">
+<style lang="scss">
+.task-card {
+  display: flex;
+  flex-direction: row;
+  flex-wrap: wrap;
+
+  >div {
+    margin-right: 20px;
+  }
+}
+</style>
 
+<style scoped lang="scss">
 .dr-task {
   width: 100%;
   height: 100%;
-
-  .task-card {
-
-  }
 }
-
-
 </style>