修改导航图标不可拖拽

This commit is contained in:
miao 2022-12-02 14:40:45 +08:00
parent b682d7a4e6
commit 4aa7784ec5
3 changed files with 914 additions and 913 deletions

View File

@ -2,6 +2,7 @@
<q-dialog
persistent
v-model="show_dialog"
@dragstart.prevent
@before-hide="resetData"
@keydown="
(evt) => {

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
<template>
<div>
<q-toolbar style="background-color: #3e9acd" class="shadow-2 text-white">
<q-toolbar style="background-color: #3e9acd" class="shadow-2 text-white" @dragstart.prevent>
<q-btn-dropdown
stretch
no-caps
@ -194,7 +194,7 @@
:label="$t('other setting')"
class="q-mr-sm"
>
<q-list style="background-color: #3e9acd" class="shadow-2 text-white">
<q-list style="background-color: #3e9acd" class="shadow-2 text-white" @dragstart.prevent>
<q-item
clickable
v-close-popup