【解决todo】合并 scss

pull/478/MERGE
cherishsince 2024-07-10 21:03:02 +08:00
parent 20054b28c3
commit 51c6bfe42c
1 changed files with 4 additions and 8 deletions

View File

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