fix
This commit is contained in:
@@ -118,14 +118,14 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
},
|
||||
activated () {
|
||||
// let data:any = JSON.parse((sessionStorage.getItem('collectionData') as any));
|
||||
// if(!data){
|
||||
// return
|
||||
// }
|
||||
// this.showCollectionModal = data.showCollectionModal
|
||||
// this.collectionStep = data.collectionStep
|
||||
},
|
||||
// activated () {
|
||||
// let data:any = JSON.parse((sessionStorage.getItem('collectionData') as any));
|
||||
// if(!data){
|
||||
// return
|
||||
// }
|
||||
// this.showCollectionModal = data.showCollectionModal
|
||||
// this.collectionStep = data.collectionStep
|
||||
// },
|
||||
data(){
|
||||
return{
|
||||
|
||||
|
||||
@@ -231,7 +231,7 @@ export default defineComponent({
|
||||
margin: 0 auto;
|
||||
margin-top: calc(5rem*1.2);
|
||||
position: relative;
|
||||
max-width: calc(50rem*1.2);
|
||||
max-width: 70rem;
|
||||
img{
|
||||
width: auto;
|
||||
height: 100%;
|
||||
@@ -249,6 +249,9 @@ export default defineComponent({
|
||||
right: 2rem;
|
||||
top: 2rem;
|
||||
opacity: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.operate_icon{
|
||||
font-size: 1.8rem;
|
||||
color: #fff;
|
||||
@@ -257,6 +260,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
i{
|
||||
display: flex;
|
||||
font-size: 1.8rem;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user