tongshanglei 2 years ago
parent
commit
8fc962ba12

+ 6 - 4
src/styles/index.scss

@@ -240,25 +240,27 @@ aside {
 .el-table--group::after, .el-table--border::after{
   width:0px ;
 }
+/*表格头部颜色*/
 .el-table thead th{
   background-color: #203b5c;
 }
+/*表格内容颜色*/
 .el-table tbody th {
   color:#FFF;
   background-color: #172434;
 }
-
 .el-table tbody tr {
   background-color: #172434;
 }
+/*表格斑马纹*/
+.el-table--striped .el-table__body tr.el-table__row--striped td{
+  background-color: #213246;
+}
 .el-input__inner{
   color:#FFF;
   background-color: #172434;
   border: 1px solid #3a4858;
 }
-.el-table--striped .el-table__body tr.el-table__row--striped td{
-  background-color: #213246;
-}
 .el-range-input{
   color:#FFF;
   background-color: #172434;

+ 1 - 1
src/views/report/alarmDeviceCount/index.vue

@@ -52,7 +52,7 @@
       </normal-card>
       </div>
       <div class="charts">
-      <normal-card  shadow="always" bodyStyle="{height:'360px'}">
+      <normal-card  shadow="always" :bodyStyle="{height:'360px'}">
         <template slot="content">
 
              <div class="pie-left-content">

+ 1 - 1
src/views/report/hydraulicCount/index.vue

@@ -31,7 +31,7 @@
       </el-row>
 
     <div class="charts">
-      <normal-card  shadow="always" bodyStyle="{height:'360px'}">
+      <normal-card  shadow="always" :bodyStyle="{height:'360px'}">
         <template slot="content">
             <div class="content-item-head">共有19台设备 <span class="triangle"></span> </div>
             <div class="pie-left-content">

+ 1 - 1
src/views/report/maintainCount/index.vue

@@ -31,7 +31,7 @@
       </el-row>
 
     <div class="charts">
-      <normal-card  shadow="always" bodyStyle="{height:'400px'}">
+      <normal-card  shadow="always" :bodyStyle="{height:'400px'}">
         <template slot="content">
             <div class="content-box">
               

+ 1 - 1
src/views/report/workCount/index.vue

@@ -33,7 +33,7 @@
 
       <div class="charts">
       
-      <normal-card  shadow="always" bodyStyle="{height:'360px'}">
+      <normal-card  shadow="always" :bodyStyle="{height:'360px'}">
         <template slot="content">
               <div class="card-header">共计40台设备,共服务10个风场、20台风机、100次螺栓 <span class="card-header-triangle"></span> </div>
              <div class="pie-left-content">