Browse Source

Merge branch 'dev' of http://120.46.155.214:3000/xiaodai2022/order-ui-pc into dev

xiaodai2022 2 years ago
parent
commit
f680d91efb

+ 12 - 0
src/common/echart/index.vue

@@ -57,6 +57,18 @@ export default {
       // 初始化echart
       this.chart = this.$echarts.init(this.$el, 'tdTheme')
       this.chart.setOption(this.options, true)
+
+      // console.log(this.chart)
+
+    //  window.onresize =  (ec) => { // 监听窗口大小变化
+    //     console.log(ec)
+    //     this.chart.resize()
+    //     // myChart1.resize()       // 自适应大小变化
+    // }
+    window.addEventListener("resize", ()=> {                
+      this.chart.resize();           
+    });
+
     }
   }
 }

+ 1 - 2
src/components/echart/bottom/bottomLeftChart/chart.vue

@@ -1,10 +1,9 @@
 <template>
   <div>
-    <!-- 年度开工率 -->
     <Echart
       :options="options"
       id="bottomLeftChart"
-      height="480px"
+      height="350px"
       width="100%"
     ></Echart>
   </div>

+ 9 - 2
src/components/echart/bottom/bottomRightChart/chart.vue

@@ -11,9 +11,9 @@
     
     <Echart
       :options="options"
-     
+      ref="e1"
       id="centreLeft1Chart"
-      height="480px"
+      height="350px"
       width="100%"
     ></Echart>
   </div>
@@ -115,6 +115,13 @@ export default {
   },
   mounted(){
     this.initHttp()
+    // var myChart = document.getElementById("centreLeft1Chart");
+    //  window.onresize =  (ec) => { // 监听窗口大小变化
+    //     console.log(ec)
+    //     myChart.resize()
+    //     // myChart1.resize()       // 自适应大小变化
+    // }
+
   },
   methods:{
     async initHttp(){

+ 24 - 9
src/views/bigScreen/assetsDv/scss/index.scss

@@ -1,19 +1,32 @@
 #index {
   color: #d3d6dd;
-  width: 1920px;
-  height: 1080px;
-  position: absolute;
-  top: 50%;
-  left: 50%;
-  transform: translate(-50%, -50%);
-  transform-origin: left top;
+  width: 100%;
+  height: 100%;
+  // position: absolute;
+  // top: 50%;
+  // left: 50%;
+  // transform: translate(-50%, -50%);
+  // transform-origin: left top;
+  overflow: hidden;
+  // padding-top: 40px;
+  // transform: scale(0.9);
+
+  // color: #d3d6dd;
+  // width: 1920px;
+  // height: 1080px;
+  // position: absolute;
+  // top: 50%;
+  // left: 50%;
+  // transform: translate(-50%, -50%);
+  // transform-origin: left top;
+  // // overflow: hidden;
+  // padding-top: 40px;
   // overflow: hidden;
-  // padding-top: 20px;
   
   .bg {
     width: 100%;
     height: 100%;
-    padding: 16px 16px 0 16px;
+    // padding: 16px 16px 0 16px;
     background-image: url("../assetsDv/pageBg.png");
     background-size: cover;
     background-position: center center;
@@ -119,6 +132,7 @@
 
       .text {
         display: inline-block;
+        
         transform: skewX(-45deg);
       }
     }
@@ -133,6 +147,7 @@
         display: grid;
         // grid-template-columns: 2fr 3fr 5fr 3fr 2fr;
         grid-template-columns: 3fr 2fr 5fr 5fr;
+        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
       }
 
       // 底部数据

+ 6 - 3
src/views/bigScreen/datavScr/bottomLeft.vue

@@ -2,9 +2,9 @@
   <div id="bottomLeft">
     <div class="bg-color-black">
       <div class="d-flex pt-2 pl-2">
-        <span>
+        <!-- <span>
           <icon name="chart-bar" class="text-icon"></icon>
-        </span>
+        </span> -->
         <div class="d-flex">
           <span class="fs-xl text mx-2">转单率</span>
         </div>
@@ -26,11 +26,13 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-$box-height: 520px;
+$box-height: 400px;
 $box-width: 100%;
 #bottomLeft {
   padding: 20px 16px;
   height: $box-height;
+  box-sizing: border-box;
+
   width: $box-width;
   border-radius: 5px;
   .bg-color-black {
@@ -39,6 +41,7 @@ $box-width: 100%;
   }
   .text {
     color: #c3cbde;
+    font-size: 12px;
   }
   .chart-box {
     margin-top: 16px;

+ 5 - 3
src/views/bigScreen/datavScr/bottomRight.vue

@@ -2,9 +2,9 @@
   <div id="bottomRight">
     <div class="bg-color-black">
       <div class="d-flex pt-2 pl-2">
-        <span>
+        <!-- <span>
           <icon name="chart-area" class="text-icon"></icon>
-        </span>
+        </span> -->
         <div class="d-flex">
           <span class="fs-xl text mx-2">本月完成率</span>
           <div class="decoration2">
@@ -29,18 +29,20 @@ export default {
 </script>
 
 <style lang="scss" class>
-$box-height: 520px;
+$box-height: 400px;
 $box-width: 100%;
 #bottomRight {
   padding: 14px 16px;
   height: $box-height;
   width: $box-width;
   border-radius: 5px;
+  box-sizing: border-box;
   .bg-color-black {
     height: $box-height - 30px;
     border-radius: 10px;
   }
   .text {
+    font-size: 12px;
     color: #c3cbde;
   }
   //下滑线动态

+ 3 - 1
src/views/bigScreen/datavScr/center.vue

@@ -97,7 +97,8 @@ export default {
       padding-top: 8px;
       margin-top: 8px;
       margin-bottom: 82px;
-      width: 48%;
+      width: 46%;
+      background: rgb(23, 28, 51);
       height: 70px;
       .dv-dig-flop {
         width: 150px;
@@ -129,6 +130,7 @@ export default {
       .item {
         width: 50%;
         height: 120px;
+        
         span {
           margin-top: 8px;
           font-size: 14px;

+ 4 - 5
src/views/bigScreen/datavScr/centerLeft1.vue

@@ -2,11 +2,8 @@
   <div id="centerLeft1">
     <div class="bg-color-black">
       <div class="d-flex pt-2 pl-2">
-        <span>
-          <icon name="chart-bar" class="text-icon"></icon>
-        </span>
-        <div class="d-flex">
-          <span class="fs-xl text mx-2">今日销量与采购</span>
+        <div class="d-flex" style="display:flex;">
+          <span class="fs-xl text mx-2" style="margin-right:8px;">今日销量与采购</span>
           <dv-decoration-3 class="dv-dec-3" />
         </div>
       </div>
@@ -147,6 +144,8 @@ $box-height: 410px;
     border-radius: 10px;
   }
   .text {
+    font-size: 12px;
+
     color: #c3cbde;
   }
   .dv-dec-3 {

+ 4 - 5
src/views/bigScreen/datavScr/centerLeft2.vue

@@ -2,11 +2,8 @@
   <div id="centerLeft1">
     <div class="bg-color-black">
       <div class="d-flex pt-2 pl-2">
-        <span>
-          <icon name="chart-pie" class="text-icon"></icon>
-        </span>
-        <div class="d-flex">
-          <span class="fs-xl text mx-2">今日销冠</span>
+        <div class="d-flex"  style="display:flex;">
+          <span class="fs-xl text mx-2" style="margin-right:8px;">今日销冠</span>
           <dv-decoration-1 class="dv-dec-1" />
         </div>
       </div>
@@ -85,6 +82,8 @@ export default {
     border-radius: 10px;
   }
   .text {
+    font-size: 12px;
+
     color: #c3cbde;
   }
   .dv-dec-1 {

+ 14 - 3
src/views/bigScreen/datavScr/centerRight1.vue

@@ -2,15 +2,15 @@
   <div id="centerRight1">
     <div class="bg-color-black">
       <div class="d-flex pt-2 pl-2">
-        <span>
+        <!-- <span>
           <icon name="chart-line" class="text-icon"></icon>
-        </span>
+        </span> -->
         <div class="d-flex">
           <span class="fs-xl text mx-2">今日订单</span>
         </div>
       </div>
       <div class="d-flex jc-center body-box">
-        <dv-scroll-board class="dv-scr-board" :config="config" v-if="config.data.length>0" />
+        <dv-scroll-board class="dv-scr-board" :config="config" v-if="config.data.length>0"  />
       </div>
     </div>
   </div>
@@ -90,7 +90,10 @@ $box-width: 400px;
     border-radius: 10px;
   }
   .text {
+    font-size: 12px;
+    // margin-bottom: 8px;
     color: #c3cbde;
+    display: inline-block;
   }
   .body-box {
     border-radius: 10px;
@@ -98,7 +101,15 @@ $box-width: 400px;
     .dv-scr-board {
       width: 100%;
       height: 340px;
+      /deep/ .rows{
+    height: 320px !important;
+  }
+      /deep/ .row-item{
+    height: 75px !important;
+    line-height: 75px !important;
+  }
     }
   }
+ 
 }
 </style>

+ 2 - 0
src/views/bigScreen/datavScr/centerRight2.vue

@@ -61,6 +61,8 @@ export default {
     border-radius: 10px;
   }
   .text {
+    font-size: 12px;
+
     color: #c3cbde;
   }
   .body-box {

+ 112 - 100
src/views/bigScreen/datavScr/index.vue

@@ -1,115 +1,114 @@
 <template>
   <div class="pagePadding box">
     <div id="index" ref="appRef">
-    <div class="bg">
-      <dv-loading v-if="loading">Loading...</dv-loading>
-      <div v-else class="host-body">
-        <div class="d-flex jc-center">
-          <dv-decoration-10 class="dv-dec-10" />
+      <div class="bg">
+        <dv-loading v-if="loading">Loading...</dv-loading>
+        <div v-else class="host-body">
           <div class="d-flex jc-center">
-            <dv-decoration-8 class="dv-dec-8" :color="decorationColor" />
-            <div class="title">
-              <span class="title-text">数据可视化面板</span>
-              <dv-decoration-6
-                class="dv-dec-6"
+            <dv-decoration-10 class="dv-dec-10" />
+            <div class="d-flex jc-center">
+              <dv-decoration-8 class="dv-dec-8" :color="decorationColor" />
+              <div class="title">
+                <span class="title-text">数据可视化面板</span>
+                <dv-decoration-6
+                  class="dv-dec-6"
+                  :reverse="true"
+                  :color="['#50e3c2', '#67a1e5']"
+                />
+              </div>
+              <dv-decoration-8
+                class="dv-dec-8"
                 :reverse="true"
-                :color="['#50e3c2', '#67a1e5']"
+                :color="decorationColor"
               />
             </div>
-            <dv-decoration-8
-              class="dv-dec-8"
-              :reverse="true"
-              :color="decorationColor"
-            />
+            <dv-decoration-10 class="dv-dec-10-s" />
           </div>
-          <dv-decoration-10 class="dv-dec-10-s" />
-        </div>
 
-        <!-- 第二行 -->
-        <div class="d-flex jc-between px-2">
-          <div class="d-flex aside-width">
-            <div class="react-left ml-4 react-l-s">
-              <span class="react-left"></span>
-              <span class="text">今日相关</span>
-            </div>
-            <div class="react-left ml-3">
-              <span class="text">数据概览</span>
-            </div>
-          </div>
-          <div class="d-flex aside-width">
-            <div class="react-right bg-color-blue mr-3">
-              <span class="text fw-b">待处理</span>
+          <!-- 第二行 -->
+          <div class="d-flex jc-between px-2">
+            <div class="d-flex aside-width">
+              <div class="react-left ml-4 react-l-s">
+                <span class="react-left"></span>
+                <span class="text">今日相关</span>
+              </div>
+              <div class="react-left ml-3">
+                <span class="text">数据概览</span>
+              </div>
             </div>
-            <div class="react-right mr-4 react-l-s">
-              <span class="react-after"></span>
-              <span class="text"
-                >{{ dateYear }} {{ dateWeek }} {{ dateDay }}</span
-              >
+            <div class="d-flex aside-width">
+              <div class="react-right bg-color-blue mr-3">
+                <span class="text fw-b">待处理</span>
+              </div>
+              <div class="react-right mr-4 react-l-s">
+                <span class="react-after"></span>
+                <span class="text" style="white-space: nowrap;"
+                  >{{ dateYear }} {{ dateWeek }} {{ dateDay }}</span
+                >
+              </div>
             </div>
           </div>
-        </div>
 
-        <div class="body-box">
-          <!-- 第三行数据 -->
-          <div class="content-box">
-            <div>
-              <dv-border-box-12>
-                <centerLeft1 />
-              </dv-border-box-12>
-            </div>
-            <div>
-              <dv-border-box-12>
-                <centerLeft2 />
-              </dv-border-box-12>
-            </div>
-            <!-- 中间 -->
-            <div>
-              <center />
-            </div>
-            <!-- 中间 -->
-            <!-- <div>
+          <div class="body-box">
+            <!-- 第三行数据 -->
+            <div class="content-box">
+              <div>
+                <dv-border-box-12>
+                  <centerLeft1 />
+                </dv-border-box-12>
+              </div>
+              <div>
+                <dv-border-box-12>
+                  <centerLeft2 />
+                </dv-border-box-12>
+              </div>
+              <!-- 中间 -->
+              <div>
+                <center />
+              </div>
+              <!-- 中间 -->
+              <!-- <div>
               
               <dv-border-box-13>
                 <centerRight2 />
               </dv-border-box-13>
             </div> -->
-            <div>
+              <div>
+                <dv-border-box-13>
+                  <centerRight1 />
+                </dv-border-box-13>
+              </div>
+            </div>
+
+            <!-- 第四行数据 -->
+            <div class="bototm-box">
               <dv-border-box-13>
-                <centerRight1 />
+                <bottomLeft />
               </dv-border-box-13>
+              <dv-border-box-12>
+                <bottomRight />
+              </dv-border-box-12>
             </div>
           </div>
-
-          <!-- 第四行数据 -->
-          <div class="bototm-box">
-            <dv-border-box-13>
-              <bottomLeft />
-            </dv-border-box-13>
-            <dv-border-box-12>
-              <bottomRight />
-            </dv-border-box-12>
-          </div>
         </div>
       </div>
     </div>
   </div>
-  </div>
-  
 </template>
 
 <script>
-import drawMixin from "../drawMixin";
-import { formatTime } from '../index.js'
-import centerLeft1 from './centerLeft1'
-import centerLeft2 from './centerLeft2'
-import centerRight1 from './centerRight1'
-import centerRight2 from './centerRight2'
-import center from './center'
-import bottomLeft from './bottomLeft'
-import bottomRight from './bottomRight'
+// import drawMixin from "../drawMixin";
+import { formatTime } from "../index.js";
+import centerLeft1 from "./centerLeft1";
+import centerLeft2 from "./centerLeft2";
+import centerRight1 from "./centerRight1";
+import centerRight2 from "./centerRight2";
+import center from "./center";
+import bottomLeft from "./bottomLeft";
+import bottomRight from "./bottomRight";
 
 export default {
-  mixins: [ drawMixin ],
+  // mixins: [ drawMixin ],
   data() {
     return {
       timing: null,
@@ -117,9 +116,9 @@ export default {
       dateDay: null,
       dateYear: null,
       dateWeek: null,
-      weekday: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
-      decorationColor: ['#568aea', '#000000']
-    }
+      weekday: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
+      decorationColor: ["#568aea", "#000000"],
+    };
   },
   components: {
     centerLeft1,
@@ -128,34 +127,47 @@ export default {
     centerRight2,
     center,
     bottomLeft,
-    bottomRight
+    bottomRight,
   },
   mounted() {
-    this.timeFn()
-    this.cancelLoading()
+    this.timeFn();
+    this.cancelLoading();
   },
-  beforeDestroy () {
-    clearInterval(this.timing)
+  beforeDestroy() {
+    clearInterval(this.timing);
   },
   methods: {
     timeFn() {
       this.timing = setInterval(() => {
-        this.dateDay = formatTime(new Date(), 'HH: mm: ss')
-        this.dateYear = formatTime(new Date(), 'yyyy-MM-dd')
-        this.dateWeek = this.weekday[new Date().getDay()]
-      }, 1000)
+        this.dateDay = formatTime(new Date(), "HH: mm: ss");
+        this.dateYear = formatTime(new Date(), "yyyy-MM-dd");
+        this.dateWeek = this.weekday[new Date().getDay()];
+      }, 1000);
     },
     cancelLoading() {
       setTimeout(() => {
-        this.loading = false
-      }, 500)
-    }
-  }
-}
+        this.loading = false;
+      }, 500);
+    },
+  },
+};
 </script>
 
 <style lang="scss" scoped>
-@import '../assetsDv/scss/index.scss';
-@import '../assetsDv/scss/style.scss';
+@import "../assetsDv/scss/index.scss";
+@import "../assetsDv/scss/style.scss";
 
+.box {
+  width: 100%;
+  height: 100%;
+  background: #000;
+  position: relative;
+  top: 0;
+  left: 0;
+  right: 0;
+  bottom: 0;
+  margin: auto;
+  
+  
+}
 </style>