แก้การแสดงผล วินัย
This commit is contained in:
parent
063db4e245
commit
07b1e6cd44
3 changed files with 9 additions and 2 deletions
|
|
@ -69,6 +69,7 @@ const calendarOptions = ref<CalendarOptions>({
|
|||
eventTextColor: "#000000",
|
||||
eventBorderColor: "#50a5fc",
|
||||
displayEventTime: false,
|
||||
eventStartEditable: false,
|
||||
editable: true,
|
||||
events: [],
|
||||
});
|
||||
|
|
@ -233,6 +234,9 @@ watch(
|
|||
</q-dialog>
|
||||
</template>
|
||||
<style scope lang="scss">
|
||||
:deep(.fc-daygrid-event-harness) {
|
||||
pointer-events: none;
|
||||
}
|
||||
.main-content {
|
||||
height: 85vh;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue