From cbcf2f774d7bd505502cf05a09eb38ee553f7c34 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 06 五月 2023 07:59:14 +0800
Subject: [PATCH] 1.看板调整2.上云路由整合

---
 src/views/kb/zhkb.vue |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/src/views/kb/zhkb.vue b/src/views/kb/zhkb.vue
index c720546..eda59bb 100644
--- a/src/views/kb/zhkb.vue
+++ b/src/views/kb/zhkb.vue
@@ -24,6 +24,21 @@
             <!--            <svg-icon icon-class="sccx" />-->
             浜х嚎鍔犲伐涓换鍔�
             <div style="margin-left: 30px">{{ number1 }} 鍗�</div>
+            <div style="display: flex;margin-left: 25px;">
+
+              <div class="circle" style="background-color: rgb(255 255 255)" />
+              <div style="margin-left: 10px">鏈紑濮�</div>
+
+              <div class="circle" style="margin-left: 10px;background-color: blue;" />
+              <div style="margin-left: 10px">寮�宸�</div>
+
+              <div class="circleYellow" style="margin-left: 10px" />
+              <div style="margin-left: 10px">鎵ц涓�</div>
+
+              <div class="circle" style="margin-left: 10px" />
+              <div style="margin-left: 10px">瀹屽伐</div>
+
+            </div>
           </div>
 
           <div class="kb_left_top kb_pd10">
@@ -638,7 +653,7 @@
               }
             })
           }
-        }, this.tableData.length <= 10 ? 1000 * 3 : 100)
+        }, this.tableData.length <= 10 ? 1000 * 15 : 100)
       })
     },
     // 褰撴棩瀹屽伐浜у搧鏁伴噺鎺掕
@@ -966,4 +981,15 @@
   background-color: rgb(255 255 0);
   border-radius: 50%;
 }
+
+::v-deep .el-table__body-wrapper{
+  overflow: hidden !important;
+}
+
+.circle {
+  width: 26px;
+  height: 26px;
+  background-color: #00ff8b;
+  border-radius: 50%;
+}
 </style>

--
Gitblit v1.9.3