@@ -3,7 +3,7 @@
<el-header style="background-color:#545c64">
<el-row type="flex" style="height:100%;" justify="space-between" align="middle">
<div style="color:#fff">
- <span>椰子充值后台管理系统</span>
+ <span class="title" style="font-size: 18px">椰子充值后台管理系统</span>
<!-- <i class="el-icon-s-home" style="margin-left:120px" @click="$router.push('/')"></i> -->
<!-- 下载文档地址 -->
<!-- <a href="http://jiayouka.5800cc.com/manual.docx" download="test.docx" style="margin-left:30px;font-size: 14px;color:#fff;text-decoration:none">
@@ -4,7 +4,7 @@
<el-row type="flex" style="width:100%;height:100%;" justify="center" align="middle">
<el-card style="width:400px;height:300px;" shadow="always">
<div slot="header" class="clearfix">
- <span>欢迎使用椰子充值后台管理系统</span>
+ <span style="font-size: 18px">欢迎使用椰子充值后台管理系统</span>
</div>
<el-row type="flex" justify="center">
<div class="login_container">
@@ -488,5 +488,10 @@ export default {
<style>
.el-main {
padding: 0;
+
+}
+.el-card {
+ margin: 20px 30px;
+ padding-bottom: 20px;
}
</style>
@@ -388,6 +388,9 @@ export default {
.el-table td, .el-table th.is-leaf,.el-table--border, .el-table--group{
border-color: #ccc;
@@ -168,4 +168,7 @@ pre {
@@ -208,4 +208,7 @@ export default {
@@ -340,4 +340,7 @@ export default {