king
2020-11-06 00de865d827da6687928b10f031482628a5144c8
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;
}