Browse Source

日前调度计划页面

小王 1 năm trước cách đây
mục cha
commit
e4bd4c82ba

+ 0 - 0
src/views/rqdd/img/组2460.png → src/views/rqdd/img/460.png


+ 3 - 3
src/views/rqdd/rqdd.vue

@@ -19,19 +19,19 @@
             </div>
             <div class="partition" style="left: 43.2%"/>
             <div class="crumb left44">
-                <div class="textCrumb1">
+                <div class="textCrumb1" onclick="window.open('/path#/fdjh','_self')">
                     用电端计划监控
                 </div>
             </div>
             <div class="partition" style="left: 54.2%"/>
             <div class="crumb left55">
-                <div class="textCrumb">
+                <div class="textCrumb" onclick="window.open('/path#/fdjh','_self')">
                     约束条件监控
                 </div>
             </div>
             <div class="partition" style="left: 65.2%"/>
             <div class="crumb left66">
-                <div class="textCrumb">
+                <div class="textCrumb" onclick="window.open('/path#/fdjh','_self')">
                     数据采集监控
                 </div>
             </div>

+ 17 - 9
src/views/rqdd/rqdddm.vue

@@ -2,13 +2,12 @@
     <div class="table-wrapper">
         <div class="table-box">
             <el-table
-                    :cell-style="{border:0,color:'#fff'}"
+                    :cell-style="{border:0,color:'#fff',background:'none'}"
                     :data="tableData"
                     :header-cell-style="{color:'#fff'}"
-                    :row-style="{backgroundColor:'rgb(4,66,115,0.3)'}"
+                    :row-style="{background:'none'}"
                     size="mini"
-                    style="background: url(../Articles/img/组2460.png) -2px 8px no-repeat;
-                            background-position-x: 30%;font-size: 15px"
+                    style="font-size: 15px"
             >
                 <el-table-column align="center" label="断面名称" prop="name" width="180px"></el-table-column>
                 <el-table-column align="center" label="状态" prop="state">
@@ -129,11 +128,12 @@ export default {
   src: url("../Articles/font/AlimamaDaoLiTi.ttf")
 }
 
-/deep/ .el-table {
-  background: url(../Articles/img/组2460.png) -2px 8px no-repeat;
-  background-position-x: 30%;
+
+/deep/ .el-table tr {
+  background: none;
 }
 
+
 .table-wrapper {
   width: 90%;
 
@@ -228,9 +228,11 @@ export default {
   }
 
 
-  /deep/ .el-table__header tr {
-    background: url(../Articles/img/组2460.png) -2px 8px no-repeat;
+  /deep/ .el-table {
+    background: url(../Articles/img/组2460.png) no-repeat;
     background-position-x: 30%;
+    background-position-y: 30%;
+    background-size: 100% 100%;
     //height: 49px;
   }
 
@@ -245,6 +247,12 @@ export default {
 
   /deep/ .el-table th.el-table__cell {
     background: none;
+    border: 0px;
+  }
+
+  /deep/ .el-table tr.el-table__cell {
+    background: none;
+    border: 0px;
   }
 
   /deep/ .el-table__body {

+ 1 - 4
src/views/rqdd/rqddjh.vue

@@ -111,10 +111,6 @@ body {
     font-size: 17px;
   }
 
-  /deep/ .el-table__header {
-    background: url(../Articles/img/bg1.png);
-  }
-
   /deep/ .el-table--enable-row-hover .el-table__body tr:hover > td {
     background-color: rgb(103, 118, 49) !important
   }
@@ -179,6 +175,7 @@ body {
 
   /deep/ .el-table th.el-table__cell {
     background: none;
+    border: 0px;
   }
 
   /deep/ .el-table__body {

+ 9 - 0
src/views/rqdd/rqddllx.vue

@@ -124,6 +124,14 @@ export default {
   background-color: #4ded68;
 }
 
+.el-table__row > td {
+  border: none;
+}
+
+.el-table::before {
+  height: 0px;
+}
+
 @font-face {
   font-family: AliMaMa;//自定义字体名称
   src: url("../Articles/font/AlimamaDaoLiTi.ttf")
@@ -234,6 +242,7 @@ export default {
 
   /deep/ .el-table th.el-table__cell {
     background: none;
+    border: 0px;
   }
 
   /deep/ .el-table__body {

+ 1 - 0
src/views/rqdd/rqddxxzl.vue

@@ -192,6 +192,7 @@ export default {
 
   /deep/ .el-table th.el-table__cell {
     background: none;
+    border: 0px;
   }
 
   /deep/ .el-table__body {

+ 4 - 6
src/views/ssdd/LeftNav.vue

@@ -5,10 +5,10 @@
         </div>
         <div style="height: 40px"></div>
         <el-menu
+                :default-openeds="['/1','/1/1','/1/2','/1/3']"
                 active-text-color="#ffd04b"
                 background-color="transparent"
                 class="sidebar-el-menu"
-                default-active="1"
                 text-color="#fff"
                 @select="selectMenu">
             <!-- 一级菜单 -->
@@ -126,7 +126,7 @@ export default {
         selectMenu(key, keyPath, node) {
             // 右侧区域显示页面
             var parentIframe = parent.document.getElementById('showcontent');
-            parentIframe.src = key;
+            parentIframe.src = node.$attrs.id;
 
             // 1、2级菜单设置
             for (var i = 0; i < document.getElementsByClassName('el-submenu').length; i++) {
@@ -174,14 +174,12 @@ export default {
 
 .test {
     background: url(../fdjh/img/node_bg.png) no-repeat;
-//padding-left: 8px; height: 38px; width: 90%; display: inline-block;
-    line-height: 38px;
+//padding-left: 8px; height: 38px; width: 90%; display: inline-block; line-height: 38px;
 }
 
 .rootbg {
     background: url(../fdjh/img/root_bg.png) no-repeat;
-//padding-left: 8px; height: 38px; width: 90%; display: inline-block;
-    line-height: 38px;
+//padding-left: 8px; height: 38px; width: 90%; display: inline-block; line-height: 38px;
 }
 
 .sidebar {

+ 3 - 5
src/views/xtpzyrz/LeftNav.vue

@@ -5,10 +5,10 @@
         </div>
         <div style="height: 40px"></div>
         <el-menu
+                :default-openeds="['/1','/1/1','/1/2']"
                 active-text-color="#ffd04b"
                 background-color="transparent"
                 class="sidebar-el-menu"
-                default-active="1"
                 text-color="#fff"
                 @select="selectMenu">
             <!-- 一级菜单 -->
@@ -136,14 +136,12 @@ export default {
 
 .test {
     background: url(../fdjh/img/node_bg.png) no-repeat;
-//padding-left: 8px; height: 38px; width: 90%; display: inline-block;
-    line-height: 38px;
+//padding-left: 8px; height: 38px; width: 90%; display: inline-block; line-height: 38px;
 }
 
 .rootbg {
     background: url(../fdjh/img/root_bg.png) no-repeat;
-//padding-left: 8px; height: 38px; width: 90%; display: inline-block;
-    line-height: 38px;
+//padding-left: 8px; height: 38px; width: 90%; display: inline-block; line-height: 38px;
 }
 
 .sidebar {