From d5dea7720ada113e6b3db800c0266386b41398f4 Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Thu, 16 Jan 2025 18:19:15 +0800
Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E9=97=A8=E4=B9=A6=E6=9E=B6=E6=8E=92?=
=?UTF-8?q?=E8=A1=8C=E6=A6=9C=E5=8A=A0=E5=9B=BE=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/styles/index.scss | 17 +++++++-------
src/views/girdList.vue | 38 -------------------------------
src/views/module/shelfRanking.vue | 6 ++++-
src/views/regionsList.vue | 9 --------
4 files changed, 14 insertions(+), 56 deletions(-)
diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss
index 6cff303..8d28072 100644
--- a/src/assets/styles/index.scss
+++ b/src/assets/styles/index.scss
@@ -391,18 +391,19 @@
.book-num{
width: 230px;
}
- .place-detail{
- flex: 1;
- text-align: right;
- padding-right: 56px;
- color: #000;
- background: url('~@/assets/images/img10.png') no-repeat right center;
- background-size: 39px 38px;
- }
}
}
}
+.place-detail{
+ flex: 1;
+ text-align: right;
+ padding-right: 56px;
+ color: #000;
+ background: url('~@/assets/images/img10.png') no-repeat right center;
+ background-size: 39px 38px;
+}
+
.book-bottom{
position: relative;
display: flex;
diff --git a/src/views/girdList.vue b/src/views/girdList.vue
index 45aada1..89c8e2c 100644
--- a/src/views/girdList.vue
+++ b/src/views/girdList.vue
@@ -91,17 +91,11 @@
-
-
-
-
@@ -210,7 +204,6 @@ export default {
this.getInitBookDetailsByGrids(this.shelfAllGridData)
- // this.getBillByShelfIdAndGridShelf(this.shelfAllGridData)
this.initSwiper()
}).catch(() => {
})
@@ -458,37 +451,6 @@ export default {
background-size: 100% 100%;
}
}
- // .book-item{
- // position: relative;
- // display: inline-block;
- // width: 42px;
- // height: 120px;
- // margin-top: 18px;
- // background: url('~@/assets/images/shelf03.png') no-repeat left top;
- // background-size: 100% 100%;
- // margin-left: -15px;
- // cursor: pointer;
- // span.book-name{
- // position: absolute;
- // left: 15px;
- // top: 16px;
- // display: block;
- // height: 90px;
- // font-size: 12px;
- // writing-mode:vertical-rl;
- // overflow: hidden;
- // white-space: nowrap;
- // text-overflow: ellipsis;
- // }
- // &.red-active{
- // background: url('~@/assets/images/shelf05.png') no-repeat left top;
- // background-size: 100% 100%;
- // }
- // &.blue-active{
- // background: url('~@/assets/images/shelf06.png') no-repeat left top;
- // background-size: 100% 100%;
- // }
- // }
}
}
diff --git a/src/views/module/shelfRanking.vue b/src/views/module/shelfRanking.vue
index dea1cab..1dbaed4 100644
--- a/src/views/module/shelfRanking.vue
+++ b/src/views/module/shelfRanking.vue
@@ -4,7 +4,7 @@
@@ -138,4 +138,8 @@ export default {
::v-deep .el-dialog__header{
border-bottom: 1px solid #EDEFF3;
}
+.place-detail{
+ padding-right: 46px;
+ background-size: 29px 30px;
+}
diff --git a/src/views/regionsList.vue b/src/views/regionsList.vue
index eb97d3f..97dc2da 100644
--- a/src/views/regionsList.vue
+++ b/src/views/regionsList.vue
@@ -13,18 +13,9 @@