less padding

This commit is contained in:
Julien Calixte
2023-04-10 21:57:21 +02:00
parent 266be28809
commit c53e8dfa88
5 changed files with 9 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import TaskRecord from '@/modules/record/components/TaskRecord.vue'
const props = defineProps<{
defineProps<{
taskId: string
recordId: string
}>()