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 15:34:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ecc1a0a634c9fb68dc50253ad8e22147f1bcaa85
ecc1a0a6
1 parent
3c72153d
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/fxPark/poster.vue
src/views/fxPark/poster.vue
View file @
ecc1a0a
...
...
@@ -19,7 +19,7 @@
</div>
</div>
<div class="poster-mission">
<div style="font-weight: bold;
text-decoration: underline;
margin-bottom: 0.5rem;">
<div style="font-weight: bold; margin-bottom: 0.5rem;">
{{ tree_data?.mission_title }}
</div>
<div style="font-size: 0.9rem; margin-bottom: 0.5rem;">
...
...
@@ -235,7 +235,7 @@ const afterRead = async (res) => {
overflow: auto;
.poster-contain-wrapper {
// height: calc(83vh - 2rem);
padding:
3rem 1rem
1rem;
padding: 1rem;
.poster-contain {
position: relative;
padding: 1rem;
...
...
Please
register
or
login
to post a comment