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