Skip to content

Commit c60580a

Browse files
committed
最终成品
1 parent a2fea6c commit c60580a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

public/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
8-
<title><%= htmlWebpackPlugin.options.title %></title>
8+
<title>
9+
电商平台数据实时监控系统
10+
</title>
911
</head>
1012
<body>
1113
<noscript>

src/views/ScreenPage.vue

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
<div>
55
<img :src="headerSrc" alt="" />
66
</div>
7-
<!--
87
<span class="logo">
9-
<img :src="logoSrc" alt="" />
10-
</span> -->
8+
<p>Author:崔永琪</p>
9+
</span>
1110
<span class="title">电商平台实时监控系统</span>
1211
<div class="title-right">
1312
<img :src="themeSrc" class="qiehuan" @click="handleChangeTheme" />
@@ -301,7 +300,7 @@ export default {
301300
.logo {
302301
position: absolute;
303302
left: 0px;
304-
top: 50%;
303+
top: 80%;
305304
transform: translateY(-80%);
306305
img {
307306
height: 35px;

0 commit comments

Comments
 (0)