From b8d63989635bc9fb58357f76333796e21409985b Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 13 一月 2024 22:29:17 +0800
Subject: [PATCH] 设备类型管理1

---
 src/container/list/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/container/list/index.vue b/src/container/list/index.vue
index 13ad79c..05c989c 100644
--- a/src/container/list/index.vue
+++ b/src/container/list/index.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-01-06 17:40:19
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-10 21:46:29
+ * @LastEditTime: 2024-01-13 11:07:32
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/list/index.vue
 -->
 <template>
@@ -106,7 +106,7 @@
             }
             .el-table td, .el-table--striped .el-table__body tr.el-table__row--striped td,.el-table--enable-row-hover .el-table__body tr:hover>td{
                 color: #E6E5E5;
-                border-bottom: none;
+                // border-bottom: none;
                 background: transparent;
                 background-color: transparent;
                 // padding: 0;

--
Gitblit v1.9.3