Merge branch 'dev' into dev-user

This commit is contained in:
Aqr-K
2024-10-18 11:03:01 +08:00
committed by GitHub
20 changed files with 1111 additions and 429 deletions

View File

@@ -270,7 +270,6 @@ onMounted(() => {
<input ref="refInputEl" type="file" name="file" accept=".jpeg,.png,.jpg,GIF" hidden @input="changeAvatar" />
<VBtn type="reset" color="info" variant="tonal" @click="restoreCurrentAvatar" v-if="props.oper !== 'add'">
<VIcon icon="mdi-refresh" />
<span v-if="display.mdAndUp.value" class="ms-2">重置</span>