|
@ -27,14 +27,14 @@ |
|
|
所在位置 |
|
|
所在位置 |
|
|
</div> |
|
|
</div> |
|
|
<ul class="local-list"> |
|
|
<ul class="local-list"> |
|
|
<li v-if="!bookData.bookPlace"> |
|
|
|
|
|
<svg class="icon svg-icon" aria-hidden="true"> |
|
|
|
|
|
|
|
|
<li v-if="!bookData.bookPlace" class="local-none"> |
|
|
|
|
|
<!-- <svg class="icon svg-icon" aria-hidden="true"> |
|
|
<use xlink:href="#icon-weizhi" /> |
|
|
<use xlink:href="#icon-weizhi" /> |
|
|
</svg> |
|
|
|
|
|
<span>当前图书暂未查到位置</span> |
|
|
|
|
|
|
|
|
</svg> --> |
|
|
|
|
|
<span>当前图书暂未查到位置信息</span> |
|
|
</li> |
|
|
</li> |
|
|
<!-- --> |
|
|
<!-- --> |
|
|
<li v-else> |
|
|
|
|
|
|
|
|
<li v-else class="local-list-info"> |
|
|
<svg class="icon svg-icon" aria-hidden="true"> |
|
|
<svg class="icon svg-icon" aria-hidden="true"> |
|
|
<use xlink:href="#icon-weizhi" /> |
|
|
<use xlink:href="#icon-weizhi" /> |
|
|
</svg> |
|
|
</svg> |
|
@ -186,19 +186,27 @@ export default { |
|
|
background: #D0E0F9; |
|
|
background: #D0E0F9; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
overflow-y: auto; |
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
|
li{ |
|
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
font-size: 26px; |
|
|
|
|
|
.local-list-info{ |
|
|
height: 56px; |
|
|
height: 56px; |
|
|
line-height: 56px; |
|
|
line-height: 56px; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
// margin-right: 8px; |
|
|
// margin-right: 8px; |
|
|
margin-bottom: 15px; |
|
|
margin-bottom: 15px; |
|
|
padding-left: 13px; |
|
|
padding-left: 13px; |
|
|
font-size: 26px; |
|
|
|
|
|
span{ |
|
|
span{ |
|
|
margin-left: 19px; |
|
|
margin-left: 19px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
.local-none{ |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
// left: 50%; |
|
|
|
|
|
top: 50%; |
|
|
|
|
|
transform: translateY(-50%); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|