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