We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20054b2 commit 51c6bfeCopy full SHA for 51c6bfe
src/views/ai/image/index/components/ImageList.vue
@@ -185,9 +185,11 @@ onUnmounted(async () => {
185
}
186
})
187
</script>
188
-
189
-<!-- TODO fan:这 2 个 scss 可以合并么? -->
190
<style lang="scss">
+.dr-task {
+ width: 100%;
191
+ height: 100%;
192
+}
193
.task-card {
194
margin: 0;
195
padding: 0;
@@ -229,9 +231,3 @@ onUnmounted(async () => {
229
231
align-items: center;
230
232
233
</style>
-<style scoped lang="scss">
-.dr-task {
234
- width: 100%;
235
- height: 100%;
236
-}
237
-</style>
0 commit comments