diff --git a/src/components/visualSort/index.vue b/src/components/visualSort/index.vue index 140e1492fbf330f4563511c2cc776a391c75bac3..cb83a409519f89ae0c6a03ecdaf350dcb0afd878 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; }