Commit 56f10682 authored by 张伯涛's avatar 张伯涛

换图标

parent f866be93
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
data() { data() {
return { return {
title: 'IT监控系统', title: 'IT监控系统',
logo: require('@/assets/image/menulogo.png') logo: require('@/assets/image/logo2.png')
} }
} }
} }
......
<template> <template>
<div class="login"> <div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<img class="fy-logo" src="../../assets/image/loginLogo.png"> <img class="fy-logo" src="../../assets/image/rongchuanglogo.png">
<div class="title">网络设备监控管理平台</div> <div class="title">网络设备监控管理平台</div>
<div class="login-form-content"> <div class="login-form-content">
<el-form-item prop="username"> <el-form-item prop="username">
...@@ -59,7 +59,9 @@ ...@@ -59,7 +59,9 @@
</div> </div>
</el-form> </el-form>
<!-- 底部 --> <!-- 底部 -->
<div class="el-login-footer" /> <div class="el-login-footer">
<span>Copyright 天津市融创软通科技股份有限公司</span>
</div>
</div> </div>
</template> </template>
...@@ -214,7 +216,7 @@ export default { ...@@ -214,7 +216,7 @@ export default {
} }
} }
.blue-btn{ .blue-btn{
background-color: #093F8F; background-color: #A22A48;
width: 100%; width: 100%;
height: 40px; height: 40px;
border-radius: 4px; border-radius: 4px;
...@@ -251,7 +253,7 @@ export default { ...@@ -251,7 +253,7 @@ export default {
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
position: fixed; position: fixed;
bottom: 0; bottom: 10px;
width: 100%; width: 100%;
text-align: center; text-align: center;
color: #fff; color: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment