فهرست منبع

【解决todo】合并 scss

cherishsince 11 ماه پیش
والد
کامیت
51c6bfe42c
1فایلهای تغییر یافته به همراه4 افزوده شده و 8 حذف شده
  1. 4 8
      src/views/ai/image/index/components/ImageList.vue

+ 4 - 8
src/views/ai/image/index/components/ImageList.vue

@@ -185,9 +185,11 @@ onUnmounted(async () => {
   }
 })
 </script>
-
-<!-- TODO fan:这 2 个 scss 可以合并么? -->
 <style lang="scss">
+.dr-task {
+  width: 100%;
+  height: 100%;
+}
 .task-card {
   margin: 0;
   padding: 0;
@@ -229,9 +231,3 @@ onUnmounted(async () => {
   align-items: center;
 }
 </style>
-<style scoped lang="scss">
-.dr-task {
-  width: 100%;
-  height: 100%;
-}
-</style>