Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kimber
ZiBoYingJI
Commits
f943c339
Commit
f943c339
authored
Sep 30, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
建设中 模板页面
parent
9b627b68
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
building.png
src/assets/images/building.png
+0
-0
building.vue
src/views/newResource/building.vue
+31
-0
No files found.
src/assets/images/building.png
0 → 100644
View file @
f943c339
42.4 KB
src/views/newResource/building.vue
0 → 100644
View file @
f943c339
<
template
>
<div
class=
"app-container"
>
<div>
<img
src=
"@/assets/images/building.png"
alt=
""
>
</div>
</div>
</
template
>
<
script
>
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
.app-container
{
width
:
100%
;
height
:
calc
(
100vh
-
50px
);
background
:
#eeeeee
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
img
{
width
:
320px
;
height
:
200px
;
}
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment