From f13b301e61d022787da1ef3e3adcd508b9422096 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期五, 27 六月 2025 18:28:36 +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