king
2020-11-25 42fae277ae5ebe794fc070bf38482a919eb661fc
src/menu/components/table/normal-table/index.scss
@@ -1,4 +1,4 @@
.menu-table-card-edit-box {
.menu-normal-table-edit-box {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
@@ -82,11 +82,11 @@
    }
  }
}
.menu-table-card-edit-box::after {
.menu-normal-table-edit-box::after {
  display: block;
  content: ' ';
  clear: both;
}
.menu-table-card-edit-box:hover {
.menu-normal-table-edit-box:hover {
  box-shadow: 0px 0px 2px #e8e8e8;
}