Commit 4c1273f5 authored by chenqikuai's avatar chenqikuai

fix

parent e4ba4737
......@@ -77,8 +77,8 @@ const clickItem = (item: string) => {
<style lang="scss" scoped>
.albumItem {
width: 295px;
height: 238px;
width: calc(295px * 0.95);
height: calc(238px * 0.95);
border-radius: 30px;
.operateIcon2 {
display: none;
......@@ -96,8 +96,8 @@ const clickItem = (item: string) => {
}
}
.albumBanner {
width: 263px;
height: 149px;
width: calc(263px * 0.95);
height: calc(149px * 0.95);
margin-top: 18px;
border-radius: 25px;
}
......
<template>
<div class="">
<ReactiveLayout :list="list" :element-width="295" :ELEMENT_MIN_GAP="10">
<ReactiveLayout :list="list" :element-width="281" :ELEMENT_MIN_GAP="10">
<template #element="n">
<AlbumItem
class="flex-shrink-0"
......
......@@ -66,10 +66,9 @@
@increaseProof="increaseProof"
></OnChainProofDetail>
</div>
{{ proofList.length }}
<div
class="flex-shrink-0 mr-10"
v-if="proofList.length !== 1"
class="flex-shrink-0 mr-10"
style="width: calc(228px + 29px)"
>
&nbsp;
......
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