|
@@ -15,7 +15,7 @@
|
|
|
<img :src="getfile(item.file)" alt="" />
|
|
|
</div>
|
|
|
<div class="book-spine" :style="{ background: `url(${getfile(item.file)}) -64px 0 no-repeat` }">
|
|
|
- <h1>{{ item.name || '暂无' }}</h1>
|
|
|
+ <!-- <h1>{{ item.name || '暂无' }}</h1> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
@@ -56,7 +56,6 @@ const info = ref({})
|
|
|
|
|
|
// 路由
|
|
|
const router = useRouter()
|
|
|
-const route = useRoute()
|
|
|
// 加载中
|
|
|
const loading = ref(false)
|
|
|
// 请求
|
|
@@ -275,7 +274,7 @@ const getfile = (item) => {
|
|
|
content: '';
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background: rgba(0, 0, 0, 0.3);
|
|
|
+ // background: rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
.other {
|
|
|
.title {
|