فهرست منبع

其他页面布局

dujingxian 4 سال پیش
والد
کامیت
d95579223a

+ 1 - 1
src/pages/index.vue

@@ -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">

+ 1 - 1
src/pages/login.vue

@@ -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">

+ 5 - 0
src/pages/subPages/balance.vue

@@ -488,5 +488,10 @@ export default {
 <style>
 .el-main {
   padding: 0;
+  
+}
+.el-card {
+  margin: 20px 30px;
+  padding-bottom: 20px;
 }
 </style>

+ 3 - 0
src/pages/subPages/home.vue

@@ -388,6 +388,9 @@ export default {
 .el-main {
   padding: 0;
 }
+.el-card {
+  margin: 20px 30px;
+}
 .el-table td, .el-table th.is-leaf,.el-table--border, .el-table--group{
   border-color: #ccc; 
 }

+ 3 - 0
src/pages/subPages/interfaceDoc.vue

@@ -168,4 +168,7 @@ pre {
 .el-main {
   padding: 0;
 }
+.el-card {
+  margin: 20px 30px;
+}
 </style>

+ 3 - 0
src/pages/subPages/order.vue

@@ -208,4 +208,7 @@ export default {
 .el-main {
   padding: 0;
 }
+.el-card {
+  margin: 20px 30px;
+}
 </style>

+ 3 - 0
src/pages/subPages/view.vue

@@ -340,4 +340,7 @@ export default {
 .el-main {
   padding: 0;
 }
+.el-card {
+  margin: 20px 30px;
+}
 </style>