Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuan Zhixiang
c-render-vue
Commits
8c49687d
Commit
8c49687d
authored
Apr 12, 2024
by
Yuan Zhixiang
Browse files
添加中南大学相关信息
parent
455d07d7
Pipeline
#47
failed with stages
in 0 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
index.html
View file @
8c49687d
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"UTF-8"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
C-Render
</title>
<title>
中南大学程序设计学习及评测平台
</title>
</head>
<body>
<div
id=
"app"
></div>
...
...
src/App.vue
View file @
8c49687d
...
...
@@ -155,6 +155,10 @@ provide('loading', loading)
</
script
>
<
template
>
<div
class=
"oj-logo"
>
<img
src=
"@/assets/ojlogo.png"
style=
"height: 100%;"
>
</div>
<div
class=
"out-out-container"
>
<div
class=
"out-container"
>
<div
class=
"out-big-box"
>
...
...
@@ -193,11 +197,18 @@ provide('loading', loading)
</
template
>
<
style
scoped
>
.oj-logo
{
height
:
3rem
;
margin
:
0
;
background-color
:
#186299
;
}
.out-out-container
{
/* 黑魔法,勿动 */
height
:
calc
(
100%
-
1
rem
);
height
:
calc
(
100%
-
4
rem
);
width
:
calc
(
100%
-
1rem
);
padding
:
0.5rem
;
margin
:
0
;
}
.out-container
{
...
...
src/assets/ojlogo.png
0 → 100644
View file @
8c49687d
166 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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