refactor: update row density to compact in various components for improved layout
This commit is contained in:
@@ -207,7 +207,7 @@ v-model="confirmDeleteCourseVisible" confirm-color="error"
|
||||
<v-select
|
||||
v-model="addCourseForm.name" class="mb-3" density="comfortable" :items="availableCourses"
|
||||
label="課程名稱" variant="outlined" @update:model-value="handleAddCourseNameSelect" />
|
||||
<v-row dense>
|
||||
<v-row density="compact">
|
||||
<v-col cols="6">
|
||||
<v-text-field
|
||||
v-model.number="addCourseForm.credits" density="comfortable" hide-spin-buttons label="學分"
|
||||
|
||||
Reference in New Issue
Block a user