|
@@ -4,7 +4,7 @@
|
|
|
<el-row type="flex" style="width:100%;height:100%;" justify="center" align="middle">
|
|
|
<el-card shadow="always">
|
|
|
<div slot="header" class="clearfix">
|
|
|
- <span style="font-size: 18px">欢迎使用{{processEnv.VUE_APP_COMPANY}}充值后台管理系统</span>
|
|
|
+ <span style="font-size: 18px">欢迎使用商户后台管理系统</span>
|
|
|
</div>
|
|
|
<el-row type="flex" justify="center">
|
|
|
<div class="login_container">
|
|
@@ -127,7 +127,7 @@ export default {
|
|
|
}
|
|
|
@media screen and (min-width: 769px) {
|
|
|
.el-card {
|
|
|
- width:400px;/* no */
|
|
|
+ width:420px;/* no */
|
|
|
height:300px;/* no */
|
|
|
}
|
|
|
}
|