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

This commit is contained in:
cherishsince 2024-05-27 17:20:03 +08:00
parent d1e0270bee
commit cc60edf8d3

View File

@ -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>