页码样式修改

parent 46600c20
......@@ -13,7 +13,7 @@
<van-image-preview v-model:show="showPicList" :images="previewImages" @change="onChange" @close="onClose"
:start-position="index">
<template v-slot:index>
<div>{{ index + 1 }}/{{ previewImages.length }}</div>
<div class="pagebox">{{ index + 1 }}/{{ previewImages.length }}</div>
<div class="infobox">
<div class="iconbox" @click="handleViewDetail">
<img src="@/static/image/info.png" class="icon" />
......@@ -203,6 +203,12 @@ function saveImage(url) {
}
.pagebox {
position: relative;
top: 5vh;
// left: calc(50% - 20rpx);
}
.infobox {
width: 270rpx;
height: 120rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment