From 2c6cef83453c91e7279172c6d9199c068dc59170 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 28 Sep 2022 14:12:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E6=9E=B6=E4=B9=A6=E6=9E=B6-=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bookRackList.vue | 43 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/src/views/bookRackList.vue b/src/views/bookRackList.vue index 587ad86..cfad01d 100644 --- a/src/views/bookRackList.vue +++ b/src/views/bookRackList.vue @@ -10,26 +10,13 @@ -
+
- -
-
+
- {{ eitem.bookName }} {{ eindex+1 }} + {{ eitem.bookName }} {{ eitem.bookAuthor }}
@@ -37,7 +24,7 @@
-

第{{ index+1 }}层(共 {{ bookList[item].length }}本)

+

第{{ index+1 }}层(共{{ bookList[item].length }}本)

@@ -47,7 +34,7 @@