king
2020-11-06 0bff15b120b3e3ff1f1c3d2ce4d9aa8d3ad3917e
src/menu/components/card/table-card/index.scss
@@ -1,11 +1,11 @@
.menu-data-card-edit-box {
.menu-prop-card-edit-box {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20px;
  min-height: 100px;
  
  .card-control {
    position: absolute;
@@ -65,11 +65,11 @@
    }
  }
}
.menu-data-card-edit-box::after {
.menu-prop-card-edit-box::after {
  display: block;
  content: ' ';
  clear: both;
}
.menu-data-card-edit-box:hover {
.menu-prop-card-edit-box:hover {
  box-shadow: 0px 0px 2px #e8e8e8;
}