hookehuyr

fix

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