支持拖拽排序

This commit is contained in:
fofolee
2024-12-22 01:25:36 +08:00
parent a3bcf6674f
commit 7b01082856
6 changed files with 138 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<!-- 开关按钮 -->
<div class="absolute" style="z-index: 1; left: 19px; bottom: 16px">
<div class="absolute" style="z-index: 1; left: 12px; bottom: 10px">
<q-toggle
:model-value="isActivated"
checked-icon="flash_on"
@@ -14,7 +14,7 @@
<!-- 控制按钮组 -->
<div
class="absolute control-buttons"
style="z-index: 1; right: 16px; top: 16px"
style="z-index: 1; right: 16px; top: 10px"
:class="{ 'buttons-visible': isVisible }"
>
<q-btn