From 37d9434104476ce22b56c19ee6f86a270ee5ee29 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 10 十月 2023 11:41:23 +0800
Subject: [PATCH] style: 列表组件行高调整

---
 src/components/makepager/TableCommonView.vue |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/components/makepager/TableCommonView.vue b/src/components/makepager/TableCommonView.vue
index 4104ebb..e3f0f26 100644
--- a/src/components/makepager/TableCommonView.vue
+++ b/src/components/makepager/TableCommonView.vue
@@ -389,8 +389,8 @@
     margin-left: -10px;
     margin-right: -11px;
     li {
-      height: 57px;
-      line-height: 57px;
+      //height: 57px;
+      //line-height: 57px;
       .name-view {
         padding-left: 10px;
         border-bottom: 1px solid #ebeef5;
@@ -400,10 +400,14 @@
       }
     }
     .no-product {
-      height: 57px;
-      line-height: 57px;
+      //height: 57px;
+      //line-height: 57px;
+    }
+    li:last-child .name-view{
+      border-bottom: none;
     }
   }
+
 }
 ::v-deep {
   .el-table__footer-wrapper {
@@ -461,7 +465,7 @@
   // background: #06c062;
   top: 0;
   right: -6px;
-  z-index: 9;
+  z-index: 11;
   .label {
     position: absolute;
     top: 6px;

--
Gitblit v1.8.0