mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
waitbtn位置调整
This commit is contained in:
parent
1e260e23f0
commit
e113695a0a
@ -14,18 +14,17 @@
|
||||
/>
|
||||
</q-dialog>
|
||||
<!-- waitButton 单独一个 -->
|
||||
<q-dialog seamless position="right" style="z-index: 9999" v-model="showWb">
|
||||
<q-card>
|
||||
<q-btn
|
||||
color="primary"
|
||||
:label="wbLabel"
|
||||
@click="
|
||||
showWb = false;
|
||||
wbEvent();
|
||||
"
|
||||
/>
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
<q-btn
|
||||
class="fixed-top-right"
|
||||
style="z-index: 9999"
|
||||
v-if="showWb"
|
||||
color="primary"
|
||||
:label="wbLabel"
|
||||
@click="
|
||||
showWb = false;
|
||||
wbEvent();
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user