Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zentao-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
zentao
zentao-view
Commits
e9f24c31
Commit
e9f24c31
authored
Feb 24, 2021
by
王鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 样式优化
parent
46f9d418
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
public/index.html
+1
-1
logo.png
src/assets/logo.png
+0
-0
UserLayout.vue
src/components/layouts/UserLayout.vue
+1
-1
Logo.vue
src/components/tools/Logo.vue
+1
-1
No files found.
public/index.html
View file @
e9f24c31
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
锦华总控
平台
</title>
<title>
禅道管理
平台
</title>
<script
type=
"text/javascript"
src=
"https://api.map.baidu.com/api?v=2.0&ak=8uuOYfYHUCjgSm0uEelyMxaLcaQSRiM0"
></script>
<script
type=
"text/javascript"
src=
"https://api.map.baidu.com/api?v=2.0&ak=8uuOYfYHUCjgSm0uEelyMxaLcaQSRiM0"
></script>
</head>
</head>
<body>
<body>
...
...
src/assets/logo.png
View replaced file @
46f9d418
View file @
e9f24c31
5.9 KB
|
W:
|
H:
5.51 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/layouts/UserLayout.vue
View file @
e9f24c31
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"top"
>
<div
class=
"top"
>
<div
class=
"header"
>
<div
class=
"header"
>
<img
src=
"~@/assets/logo.png"
class=
"logo"
alt=
"logo"
>
<img
src=
"~@/assets/logo.png"
class=
"logo"
alt=
"logo"
>
<span
class=
"title"
>
锦华总控
平台
</span>
<span
class=
"title"
>
禅道管理
平台
</span>
</div>
</div>
<div
class=
"desc"
>
<div
class=
"desc"
>
</div>
</div>
...
...
src/components/tools/Logo.vue
View file @
e9f24c31
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
props
:
{
props
:
{
title
:
{
title
:
{
type
:
String
,
type
:
String
,
default
:
'
锦华运营
平台'
,
default
:
'
禅道管理
平台'
,
required
:
false
required
:
false
},
},
showTitle
:
{
showTitle
:
{
...
...
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