init
This commit is contained in:
parent
e92dd8134e
commit
594b3c5392
@ -5,7 +5,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>PHP模板后台管理系统</title>
|
<title>米尔科技后台管理系统</title>
|
||||||
<!-- element css cdn, if you use custom theme, remove it. -->
|
<!-- element css cdn, if you use custom theme, remove it. -->
|
||||||
<!-- <link
|
<!-- <link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 66 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 93 KiB |
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 93 KiB |
@ -5,7 +5,7 @@
|
|||||||
<div id="logo">
|
<div id="logo">
|
||||||
<!-- 头部Logo替换 -->
|
<!-- 头部Logo替换 -->
|
||||||
<img src="/logo.png" style="margin-top: 5px;margin-left: 5px;" alt="" />
|
<img src="/logo.png" style="margin-top: 5px;margin-left: 5px;" alt="" />
|
||||||
<span>PHP模板</span>
|
<!-- <span>PHP模板</span> -->
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
<AsideMenu :collapse="collapse" />
|
<AsideMenu :collapse="collapse" />
|
||||||
@ -176,7 +176,7 @@ body {
|
|||||||
color: white;
|
color: white;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
img {
|
img {
|
||||||
width: 70px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="login-right-title-box">
|
<div class="login-right-title-box">
|
||||||
<!-- 登录页文字替换 -->
|
<!-- 登录页文字替换 -->
|
||||||
PHP模板后台管理平台
|
米尔科技后台管理平台
|
||||||
<div class="login-right-title-bottom"></div>
|
<div class="login-right-title-bottom"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="login-right-form-control-box">
|
<div class="login-right-form-control-box">
|
||||||
|
Loading…
Reference in New Issue
Block a user