linan 5 years ago
parent
commit
eb86b53a33

+ 1 - 1
src/views/areaManagement/AreaInfo.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="AreaInfo">
         <el-button class="top_btn" size="mini" type="primary" @click="isShowDialog=true">区域信息管理</el-button>
-
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-tree
             class="filter-tree"
             :data="areaInfoTree"

+ 1 - 5
src/views/deviceManagement/CameraManagement.vue

@@ -19,7 +19,7 @@
                 <el-button @click="add" type="primary" icon="el-icon-document-add">新建</el-button>
             </el-col>
         </el-row>
-        <hr class="hr">
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-row>
             <el-table :data="deviceList">
                 <el-table-column prop="id" label="序号" width="120px"></el-table-column>
@@ -384,10 +384,6 @@ export default {
 
 <style lang="scss" scoped>
 .CameraManagement {
-    .hr{
-        border-top: 2px solid #eee;
-        margin: 10px 0;
-    }
     .dialog {
         .item_row {
             display: flex;

+ 2 - 7
src/views/deviceManagement/DeviceInfo.vue

@@ -32,7 +32,7 @@
                 <el-button @click="add" type="primary" icon="el-icon-document-add">新建</el-button>
             </el-col>
         </el-row>
-        <hr class="hr"/>
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-row>
             <el-table :data="deviceList">
                 <el-table-column prop="id" label="序号" width="120px"></el-table-column>
@@ -320,12 +320,7 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.DeviceInfo{
-    .hr{
-        border-top: 2px solid #eee;
-        margin: 10px 0;
-    }
-}
+
 
 .input-with-select-select {
     width: 180px;

+ 2 - 7
src/views/deviceManagement/DeviceType.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="DeviceType">
         <el-button size="mini" type="primary" @click="isShowDialog=true">新建分类</el-button>
-        <hr class="hr"/>
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-tree
             class="filter-tree"
             :data="typeDataTree"
@@ -204,11 +204,6 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.DeviceType{
-    .hr{
-        border-top: 2px solid #eee;
-        margin: 10px 0;
-    }
-}
+
 </style>
 

+ 1 - 1
src/views/deviceManagement/SubDeviceAdmin.vue

@@ -10,7 +10,7 @@
                 <el-button @click="add" type="primary" icon="el-icon-document-add">添加</el-button>
             </el-col>
         </el-row>
-
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-table :data="subDeviceList" style="width: 100%">
             <el-table-column prop="id" label="序号"></el-table-column>
             <el-table-column prop="communicationId" label="通讯ID"></el-table-column>

+ 2 - 7
src/views/messageManagement/MessageBind.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="MessageBind">
         <el-button @click="add" type="primary" icon="el-icon-document-add">添加</el-button>
-        <hr class="hr">
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-table :data="tableData" border width="70%">
             <el-table-column prop="id" label="序号" width="120"></el-table-column>
 
@@ -368,11 +368,6 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
-.MessageBind{
-    .hr{
-        border-top: 2px solid #eee;
-        margin: 10px 0;
-    }
-}
+
 </style>
 

+ 2 - 7
src/views/messageManagement/MessagePoint.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="MessagePoint">
         <el-button @click="add" type="primary" icon="el-icon-document-add">添加</el-button>
-        <hr class="hr">
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-table :data="tableData" border style="width: 60%">
             <el-table-column prop="id" label="序号" width="120"></el-table-column>
             <el-table-column prop="code" label="消息点编码" width="120" ></el-table-column>
@@ -165,11 +165,6 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
-.MessagePoint{
-    .hr{
-        border-top: 2px solid #eee;
-        margin: 10px 0;
-    }
-}
+
 </style>
 

+ 2 - 7
src/views/messageManagement/MessageServicMer.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="MessageServicMer">
         <el-button @click="add" type="primary" icon="el-icon-document-add">添加</el-button>
-        <hr class="hr">
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-table :data="tableData" border style="width: 80%">
             <el-table-column prop="id" label="服务商id" width="180"></el-table-column>
             <el-table-column prop="name" label="服务商名" width="120"></el-table-column>
@@ -200,11 +200,6 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
-.MessageServicMer{
-    .hr{
-        border-top: 2px solid #eee;
-        margin: 10px 0;
-    }
-}
+
 </style>
 

+ 2 - 7
src/views/messageManagement/MessageTemplate.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="MessageTemplate">
         <el-button @click="add" type="primary" icon="el-icon-document-add">添加</el-button>
-        <hr class="hr">
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-table :data="tableData" border style="width: 80%">
             <el-table-column prop="id" label="序号" width="120"></el-table-column>
             <el-table-column prop="code" label="模板编码" width="120"></el-table-column>
@@ -204,11 +204,6 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
-.MessageTemplate{
-    .hr{
-        border-top: 2px solid #eee;
-        margin: 10px 0;
-    }
-}
+
 </style>
 

+ 2 - 1
src/views/systemConfig/ConfigManage.vue

@@ -1,12 +1,13 @@
 <template>
     <div>
-        <el-row style="border-bottom: 2px solid #eee;padding:8px;">
+        <el-row>
             <el-col :span="10">工具</el-col>
             <el-col :span="10"></el-col>
             <el-col :span="4">
                 <el-button type="primary" @click="handleNew">新建</el-button>
             </el-col>
         </el-row>
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <el-row style="margin-top:10px;">
             <el-table :data="configList">
                 <el-table-column

+ 1 - 0
src/views/treeStructure/TreeManagement.vue

@@ -18,6 +18,7 @@
                 <el-button @click="del_kind" type="danger">删除分类</el-button>
             </el-row>
         </header>
+        <hr style="border-top: 2px solid #eee;margin: 10px 0;">
         <section id="section">
             <article v-show="id">
                     <el-button @click="add_catalog" type="primary">添加目录</el-button>