hookehuyr

fix

/*
* @Date: 2024-04-07 10:14:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-04-11 17:20:27
* @LastEditTime: 2024-04-16 12:45:31
* @FilePath: /fxPark/src/router/routes/modules/fxPark/index.js
* @Description: 文件描述
*/
......@@ -43,11 +43,11 @@ const index = [{
children: [],
}, {
path: '/poster',
name: '生成海报',
name: '我的海报',
component: () => import('@/views/fxPark/poster.vue'),
redirect: '',
meta: {
title: '生成海报',
title: '我的海报',
},
children: [],
}, {
......
<template>
<div class="poster-page">
<div style="position: absolute; right: 5px; top: 10px;">
<div style="position: fixed; right: 5px; top: 10px; z-index: 9;">
<img src="https://cdn.ipadbiz.cn/xfPark/post/public/go-back-btn.1713241695.png" style="width: 2rem; height: 2rem;">
</div>
<div class="poster-contain-wrapper">
......@@ -227,7 +227,7 @@ const afterRead = async (res) => {
overflow: auto;
.poster-contain-wrapper {
// height: calc(83vh - 2rem);
padding: 2.5rem 2rem 1rem;
padding: 3rem 1rem 1rem;
.poster-contain {
position: relative;
padding: 1rem;
......