ソースを参照

修改样式及logo。

zhengqiang 5 年 前
コミット
ac64341bcb
3 ファイル変更7 行追加7 行削除
  1. 0 1
      src/views/Login.vue
  2. 5 5
      src/views/base/personInfo-list.vue
  3. 2 1
      src/views/layout/index.vue

+ 0 - 1
src/views/Login.vue

@@ -5,7 +5,6 @@
         <img src="../assets/logo.png" width="269" height="65"/>
       </h3>
       <el-card class="box-card">
-        <h3 class="title">智慧小区管理系统</h3>
         <el-form
           class="card-box"
           autocomplete="on"

+ 5 - 5
src/views/base/personInfo-list.vue

@@ -194,17 +194,17 @@
       <el-table-column prop="position3" :label="position3" width="180"></el-table-column>
       <el-table-column prop="position4" :label="position4" width="180"></el-table-column>
       <el-table-column prop="position5" :label="position5" width="180"></el-table-column>-->
-      <el-table-column label="操作" width="290" fixed="right">
+      <el-table-column label="操作" width="300" fixed="right">
         <template slot-scope="{row}">
-          <el-row style="margin:5px;">
-            <el-col :span="6">
+          <el-row>
+            <el-col :span="8">
               <el-button size="mini" type="warning" @click="handleEdit(row)">编辑</el-button>
               </el-col>
-            <el-col :span="6">
+            <el-col :span="8">
               <el-button size="mini" type="danger" @click="handleDelete(row)">删除</el-button>
             </el-col>
           </el-row>
-          <el-row style="margin:5px;">
+          <el-row style="margin-top:5px;">
             <el-col :span="8">
               <el-button size="mini" type="success" @click="bindDevice(row)">绑定设备</el-button>
             </el-col>

+ 2 - 1
src/views/layout/index.vue

@@ -95,7 +95,8 @@ export default {
   text-align: left;
   height: 70px !important;
   line-height:70px;
-  border-bottom: 2px solid rgb(36,61,162);
+  // border-bottom: 2px solid rgb(36,61,162);
+  border-bottom: 2px solid #64a63c;
 }
 
 .el-header h3 {