From 00de865d827da6687928b10f031482628a5144c8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 06 十一月 2020 18:39:16 +0800
Subject: [PATCH] 2020-11-06

---
 src/menu/components/card/table-card/index.scss |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/card/table-card/index.scss b/src/menu/components/card/table-card/index.scss
index 2e1b614..88da58c 100644
--- a/src/menu/components/card/table-card/index.scss
+++ b/src/menu/components/card/table-card/index.scss
@@ -1,4 +1,4 @@
-.menu-prop-card-edit-box {
+.menu-table-card-edit-box {
   position: relative;
   box-sizing: border-box;
   background: #ffffff;
@@ -7,6 +7,23 @@
   background-size: cover;
   min-height: 100px;
   
+  .table-header {
+    position: relative;
+    height: 45px;
+    overflow: hidden;
+    padding-right: 35px;
+
+    .table-title {
+      text-decoration: inherit;
+      font-weight: inherit;
+      font-style: inherit;
+      float: left;
+      line-height: 45px;
+      margin-left: 10px;
+      position: relative;
+      z-index: 1;
+    }
+  }
   .card-control {
     position: absolute;
     top: 0px;
@@ -65,11 +82,11 @@
     }
   }
 }
-.menu-prop-card-edit-box::after {
+.menu-table-card-edit-box::after {
   display: block;
   content: ' ';
   clear: both;
 }
-.menu-prop-card-edit-box:hover {
+.menu-table-card-edit-box:hover {
   box-shadow: 0px 0px 2px #e8e8e8;
 }

--
Gitblit v1.8.0