From 8e3ee81b6ed824866734b7034604121f370f4201 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期三, 09 七月 2025 17:55:14 +0800
Subject: [PATCH] 登录、购书码、申请阅读

---
 src/views/bookList/bookList.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/bookList/bookList.vue b/src/views/bookList/bookList.vue
index 1994a5d..099aeb6 100644
--- a/src/views/bookList/bookList.vue
+++ b/src/views/bookList/bookList.vue
@@ -2,7 +2,9 @@
   <div class="bookListBox">
     <div class="searchForm">
       <div class="searchBox">
-        <div @click="onClickLeft"><van-icon name="arrow-left" color="#2b68cd"/></div>
+        <div @click="onClickLeft">
+          <van-icon name="arrow-left" color="#2b68cd" />
+        </div>
         <van-search
           v-model="searchAllWords"
           placeholder="璇疯緭鍏ユ悳绱㈠叧閿瘝"
@@ -246,7 +248,7 @@
         storeInfo: this.config.digitalTextBooksGoodsStore,
         queryType: "*",
         coverSize: {
-          width: 180
+          height: 540
         },
         sort: {
           type: "Desc",
@@ -406,12 +408,12 @@
   display: flex;
   align-items: center;
   justify-content: space-between;
-  padding:15px !important;
+  padding: 15px !important;
 }
 .search {
   background: none !important;
   width: 90%;
-  padding:0  !important;
+  padding: 0 !important;
 }
 .selectBox {
   display: flex;

--
Gitblit v1.9.1