소스 검색

日前调度计划页面更改表头

小王 1 년 전
부모
커밋
88f93aebb0
3개의 변경된 파일21개의 추가작업 그리고 8개의 파일을 삭제
  1. 6 6
      src/views/rqdd/rqdd.vue
  2. 6 1
      src/views/rqdd/rqdddm.vue
  3. 9 1
      src/views/rqdd/rqddjh.vue

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

@@ -17,19 +17,19 @@
                     发电端计划监控
                 </div>
             </div>
-            <div class="partition" style="left: 43%"/>
+            <div class="partition" style="left: 43.2%"/>
             <div class="crumb left44">
                 <div class="textCrumb1">
                     用电端计划监控
                 </div>
             </div>
-            <div class="partition" style="left: 54%"/>
+            <div class="partition" style="left: 54.2%"/>
             <div class="crumb left55">
                 <div class="textCrumb">
                     约束条件监控
                 </div>
             </div>
-            <div class="partition" style="left: 65%"/>
+            <div class="partition" style="left: 65.2%"/>
             <div class="crumb left66">
                 <div class="textCrumb">
                     数据采集监控
@@ -63,20 +63,20 @@
             <div class="littleHeadWord">
                 <span>日前调度计划</span>
             </div>
-            <iframe scrolling="no" src="/#/rqddjh" style="width: 100%;height: 100%;border: 0;">
-            </iframe>
+            <CenterMiddle2/>
         </div>
     </div>
 </template>
 
 <script>
+import CenterMiddle2 from "@/views/rqdd/rqddjh.vue";
 import CenterMiddle from "@/views/rqdd/rqdddm.vue";
 import CenterMiddle1 from "@/views/rqdd/rqddllx.vue";
 import LeftTop from "@/views/rqdd/rqddxxzl.vue";
 
 export default {
     name: 'rqdd-name',
-    components: {LeftTop, CenterMiddle, CenterMiddle1}
+    components: {LeftTop, CenterMiddle, CenterMiddle1, CenterMiddle2}
 }
 </script>
 

+ 6 - 1
src/views/rqdd/rqdddm.vue

@@ -7,7 +7,8 @@
                     :header-cell-style="{color:'#fff'}"
                     :row-style="{backgroundColor:'rgb(4,66,115,0.3)'}"
                     size="mini"
-                    style="background: none; font-size: 15px"
+                    style="background: url(../Articles/img/组2460.png) -2px 8px no-repeat;
+                            background-position-x: 30%;font-size: 15px"
             >
                 <el-table-column align="center" label="断面名称" prop="name" width="180px"></el-table-column>
                 <el-table-column align="center" label="状态" prop="state">
@@ -128,6 +129,10 @@ 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%;
+}
 
 .table-wrapper {
   width: 90%;

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

@@ -73,9 +73,17 @@ body {
   background-image: url(../Articles/img/bgc.png)
 }
 
+.el-table__row > td {
+  border: none;
+}
+
+.el-table::before {
+  height: 0px;
+}
+
 .table-wrapper {
   width: 97%;
-  height: 100%;
+  height: 92%;
   padding-left: 2%;
 
   .table-box {