mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 fix(calendar): 调整位置
This commit is contained in:
@@ -94,15 +94,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
|
<v-snackbar v-model="snackbar" :timeout="1500" :color="snackbarColor">
|
||||||
|
{{ snackbarText }}
|
||||||
|
</v-snackbar>
|
||||||
</v-list>
|
</v-list>
|
||||||
<v-snackbar v-model="snackbar" :timeout="1500" :color="snackbarColor">
|
|
||||||
{{ snackbarText }}
|
|
||||||
<template #action="{ attrs }">
|
|
||||||
<v-btn text v-bind="attrs" @click="snackbar = false">
|
|
||||||
<v-icon>mdi-close</v-icon>
|
|
||||||
</v-btn>
|
|
||||||
</template>
|
|
||||||
</v-snackbar>
|
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
// vue
|
// vue
|
||||||
|
|||||||
Reference in New Issue
Block a user