File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,19 @@ if (data.value?.president.length !== 0 || data.value?.vice.length !== 0) {
70
70
</h2 >
71
71
<div class =" mt-2" >
72
72
<NuxtLink v-if =" isPresidentOrVicePresident" to =" /manage/reservation" >
73
- <Button :variant =" route.name === 'manage-reservation' ? 'secondary' : 'ghost'" class =" w-full justify-start" >
73
+ <Button :variant =" route.name === 'manage-reservation' ? 'secondary' : 'ghost'" class =" w-full justify-start mt-1 " >
74
74
<Icon class =" mr-2 h-4 w-4" name =" material-symbols:calendar-today-outline" />
75
75
预约教室
76
76
</Button >
77
77
</NuxtLink >
78
78
<NuxtLink to =" /manage/manage" >
79
- <Button v-if =" isPresidentOrVicePresident" :variant =" route.name === 'manage-manage' ? 'secondary' : 'ghost'" class =" w-full justify-start" >
79
+ <Button v-if =" isPresidentOrVicePresident" :variant =" route.name === 'manage-manage' ? 'secondary' : 'ghost'" class =" w-full justify-start mt-1 " >
80
80
<Icon class =" mr-2 h-4 w-4" name =" material-symbols:calendar-today-outline" />
81
81
管理预约
82
82
</Button >
83
83
</NuxtLink >
84
84
<NuxtLink to =" /manage/statuses" >
85
- <Button :variant =" route.name === 'manage-statuses' ? 'secondary' : 'ghost'" class =" w-full justify-start" >
85
+ <Button :variant =" route.name === 'manage-statuses' ? 'secondary' : 'ghost'" class =" w-full justify-start mt-1 " >
86
86
<Icon class =" mr-2 h-4 w-4" name =" material-symbols:calendar-today-outline" />
87
87
教室状态
88
88
</Button >
You can’t perform that action at this time.
0 commit comments