Commit 51c6bfe4 by cherishsince

【解决todo】合并 scss

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