点击打开歌单弹窗背景可以关闭弹窗(#1096)
parent
26e8e0a1b1
commit
e50a67f0e4
|
@ -3,3 +3,7 @@
|
|||
|
||||
- 修复初始设置的桌面歌词窗口没有完全居右下角的问题
|
||||
- 修复Linux arm64系统下无法启动的问题(#1102)
|
||||
|
||||
### 优化
|
||||
|
||||
- 点击打开歌单弹窗背景可以关闭弹窗(#1096)
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue