样式和图片修改
This commit is contained in:
parent
d5c1aca4d8
commit
ca7dfeedaa
@ -3,3 +3,6 @@ ENV = 'development'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = '/api'
|
||||
|
||||
# 服务器开发的端口
|
||||
port = 8888
|
||||
|
@ -9,3 +9,8 @@ export default {
|
||||
name: 'App'
|
||||
}
|
||||
</script>
|
||||
<style type="scss" scoped>
|
||||
* {
|
||||
filter:hue-rotate(200deg);
|
||||
}
|
||||
</style>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.9 KiB |
@ -4,8 +4,8 @@
|
||||
|
||||
<!-- <breadcrumb class="breadcrumb-container" /> -->
|
||||
<div class="app-breadcrumb">
|
||||
江苏传智播客教育科技股份有限公司
|
||||
<span class="breadBtn">体验版</span>
|
||||
XXX股份有限公司
|
||||
<span class="breadBtn">测试版</span>
|
||||
</div>
|
||||
|
||||
<div class="right-menu">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="sidebar-logo-container" :class="{'collapse':collapse}">
|
||||
<transition name="sidebarLogoFade">
|
||||
<router-link key="collapse" class="sidebar-logo-link" to="/">
|
||||
<img src="~@/assets/common/logo.png" class="sidebar-logo ">
|
||||
<img src="@/assets/common/logo.png" class="sidebar-logo" style="height:100%; width:30%">
|
||||
</router-link>
|
||||
</transition>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
|
||||
title: '人力资源管理平台',
|
||||
title: '后台管理系统',
|
||||
|
||||
/**
|
||||
* @type {boolean} true | false
|
||||
|
@ -3,8 +3,9 @@
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
|
||||
|
||||
<div class="title-container">
|
||||
<h3 class="title">
|
||||
<img src="@/assets/common/login-logo.png" alt="">
|
||||
<h3 class="title" style="font-size: 34px">
|
||||
<!-- <img src="@/assets/common/login-logo.png" alt=""> -->
|
||||
登录后台管理系统
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user