From 44a5b1c254907db67e2efce68321fa59f4e9153b Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期四, 14 十二月 2023 13:03:39 +0800
Subject: [PATCH] -

---
 src/views/midea/left.vue |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/src/views/midea/left.vue b/src/views/midea/left.vue
index 0420427..0e67505 100644
--- a/src/views/midea/left.vue
+++ b/src/views/midea/left.vue
@@ -10,7 +10,7 @@
         </div>
       </div>
       <dv-scroll-ranking-board class="dv-scr-rank-board mt-1" :config="ranking" />
-      <dv-scroll-board class="dv-scr-board" :config="config" />
+      <dv-scroll-board class="dv-scr-board" :config="config" ifBorderBottom />
 
     </div>
   </div>
@@ -24,11 +24,11 @@
     return {
       value:'',
       config: {
-        header: ['宸ヤ綅', '鍒版湡鏃堕棿', '鍓╀綑澶╂暟'],
+        header: ['宸ヤ綅', '娌硅剛鍒版湡', '鍓╀綑澶╂暟'],
         data: [
-          ['<span style=\'font-size: 20px\' class=\'colorRed\'>DOP020</span>', '<span style=\'font-size: 20px\' class=\'colorRed\'>20221103</span>', '<span style=\'font-size: 20px\' class=\'colorRed\'>2</span>'],
-          ['<span style=\'font-size: 20px\' class=\'colorRed\'>OP050</span>', '<span style=\'font-size: 20px\' class=\'colorRed\'>20231103</span>', '<span style=\'font-size: 20px\' class=\'colorRed\'>3</span>',],
-          ['<span style=\'font-size: 20px\' class=\'colorRed\'>BOP030/BOP040</span>', '<span style=\'font-size: 20px\' class=\'colorRed\'>20231104</span>', '<span style=\'font-size: 20px\' class=\'colorRed\'>24</span>'],
+          ['<span style=\'font-size: 20px\'>DOP020</span>', '<span style=\'font-size: 20px\'>20241211</span>', '<span style=\'font-size: 20px\'>365</span>'],
+          ['<span style=\'font-size: 20px\'>OP050</span>', '<span style=\'font-size: 20px\'>20241211</span>', '<span style=\'font-size: 20px\'>365</span>',],
+          ['<span style=\'font-size: 20px\'>BOP30/40</span>', '<span style=\'font-size: 20px\'>20241211</span>', '<span style=\'font-size: 20px\'>365</span>'],
         ],
         rowNum: 7, //琛ㄦ牸琛屾暟
         headerHeight: 35,
@@ -122,8 +122,8 @@
   },
   methods: {
     tops(){
-      this.$http.get('http://127.0.0.1:8080/greaseBoard/bigListGreaseBoard')
-      // this.$http.get('http://172.20.1.10:8080/greaseBoard/bigListGreaseBoard')
+      // this.$http.get('http://127.0.0.1:8080/greaseBoard/bigListGreaseBoard')
+      this.$http.get('http://172.20.1.10:8080/greaseBoard/bigListGreaseBoard')
           .then((response)=>{
             this.config = {
               header: ['宸ヤ綅', '鍒版湡鏃堕棿', '鍓╀綑澶╂暟'],
@@ -169,5 +169,11 @@
   font-size: 20px;
   margin-top: -1px;
 }
+//.dv-scr-board{
+  .row-item{
+    border-bottom: 3px solid #00BAFF;
+  }
+//}
+
 
 </style>
\ No newline at end of file

--
Gitblit v1.9.3