mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
feat: disable modal close when click at blank space #60
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
"authentication": "Authentication",
|
||||
"mountSettings": "Mount Settings",
|
||||
"name": "Name",
|
||||
"namePlaceholder": "e.g., my-webdav-remote",
|
||||
"namePlaceholder": "e.g.mount1",
|
||||
"type": "Type",
|
||||
"url": "URL",
|
||||
"urlPlaceholder": "e.g., http://localhost:5264/dav/189",
|
||||
|
||||
@@ -314,7 +314,7 @@
|
||||
"authentication": "身份认证",
|
||||
"mountSettings": "挂载设置",
|
||||
"name": "名称",
|
||||
"namePlaceholder": "例如:我的webdav远程",
|
||||
"namePlaceholder": "例如:mount1",
|
||||
"type": "类型",
|
||||
"url": "URL",
|
||||
"urlPlaceholder": "例如:http://localhost:5264/dav/189",
|
||||
|
||||
@@ -722,7 +722,7 @@ onUnmounted(() => {
|
||||
</div>
|
||||
</div>
|
||||
<!-- Configuration Modal -->
|
||||
<div v-if="showAddForm" class="modal-backdrop" @click="cancelForm">
|
||||
<div v-if="showAddForm" class="modal-backdrop">
|
||||
<div class="config-modal" @click.stop>
|
||||
<div class="modal-header">
|
||||
<div class="modal-title-section">
|
||||
|
||||
Reference in New Issue
Block a user