Commit cc60edf8 by cherishsince

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

parent d1e0270b
...@@ -63,16 +63,21 @@ onMounted(async () => { ...@@ -63,16 +63,21 @@ onMounted(async () => {
}) })
</script> </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 { .dr-task {
width: 100%; width: 100%;
height: 100%; height: 100%;
.task-card {
}
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment