Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
fxPark
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-04-16 12:46:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aeaccc1ce12f553c972683122ffa7c720f783c4f
aeaccc1c
1 parent
3d8dac38
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/router/routes/modules/fxPark/index.js
src/views/fxPark/poster.vue
src/router/routes/modules/fxPark/index.js
View file @
aeaccc1
/*
* @Date: 2024-04-07 10:14:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-04-1
1 17:20:27
* @LastEditTime: 2024-04-1
6 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
:
[],
},
{
...
...
src/views/fxPark/poster.vue
View file @
aeaccc1
<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 2
rem 1rem;
padding:
3rem 1
rem 1rem;
.poster-contain {
position: relative;
padding: 1rem;
...
...
Please
register
or
login
to post a comment