Skip to content

Commit 51c6bfe

Browse files
committed
【解决todo】合并 scss
1 parent 20054b2 commit 51c6bfe

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/views/ai/image/index/components/ImageList.vue

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,11 @@ onUnmounted(async () => {
185185
}
186186
})
187187
</script>
188-
189-
<!-- TODO fan:这 2 个 scss 可以合并么? -->
190188
<style lang="scss">
189+
.dr-task {
190+
width: 100%;
191+
height: 100%;
192+
}
191193
.task-card {
192194
margin: 0;
193195
padding: 0;
@@ -229,9 +231,3 @@ onUnmounted(async () => {
229231
align-items: center;
230232
}
231233
</style>
232-
<style scoped lang="scss">
233-
.dr-task {
234-
width: 100%;
235-
height: 100%;
236-
}
237-
</style>

0 commit comments

Comments
 (0)