From 01ff817e289bffa152dd4eb53c2fcfc3bdab1b32 Mon Sep 17 00:00:00 2001 From: qq_38870145 Date: Sun, 21 Apr 2024 18:17:52 +0800 Subject: [PATCH] Auto Commit --- src/components/visualSort/index.vue | 117 ++++++++++++++-------------- 1 file changed, 58 insertions(+), 59 deletions(-) diff --git a/src/components/visualSort/index.vue b/src/components/visualSort/index.vue index 140e149..cb83a40 100644 --- a/src/components/visualSort/index.vue +++ b/src/components/visualSort/index.vue @@ -1,28 +1,11 @@ @@ -119,21 +126,15 @@ const sortBtn = () => {
开始排序
- +
+
+
+ 第 {{ index + 1 }} 躺排序: {{ item.toString() }} +
+
+
- +
@@ -149,9 +150,7 @@ const sortBtn = () => { } .container-sort { - height: 600px; - display: flex; - align-items: flex-end; + height: 800px; border: 1px solid #dcdcdc; } -- GitLab