点击打开歌单弹窗背景可以关闭弹窗(#1096)

pull/1123/head
lyswhut 2023-01-05 18:49:08 +08:00
parent 26e8e0a1b1
commit e50a67f0e4
2 changed files with 5 additions and 1 deletions

View File

@ -3,3 +3,7 @@
- 修复初始设置的桌面歌词窗口没有完全居右下角的问题
- 修复Linux arm64系统下无法启动的问题#1102
### 优化
- 点击打开歌单弹窗背景可以关闭弹窗(#1096

View File

@ -1,5 +1,5 @@
<template>
<material-modal :show="props.modelValue" teleport="#view" width="60%" @close="emit('update:modelValue', $event)" @after-enter="$refs.input.focus()">
<material-modal :show="props.modelValue" teleport="#view" width="60%" bg-close @close="emit('update:modelValue', $event)" @after-enter="$refs.input.focus()">
<main :class="$style.main">
<h2>{{ $t('songlist__import_input_title') }}</h2>
<div :class="$style.inputContent">