king
2022-08-19 3b103caa6bfc9ed410e67156c3ca1785bf1cecc9
src/menu/components/table/edit-table/index.scss
@@ -1,4 +1,4 @@
.menu-normal-table-edit-box {
.menu-editable-table-edit-box {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
@@ -11,9 +11,6 @@
    padding: 10px 0px 15px;
    min-height: 65px;
    border-bottom: 1px solid #f0f0f0;
    >.anticon-question-circle {
      display: none;
    }
    .page-card {
      background: transparent;
    }
@@ -34,7 +31,22 @@
    }
  }
  .model-table-search-list.length0 {
    display: none;
    min-height: 10px;
    border-bottom: 0;
    >.quickly-add {
      right: unset;
      left: -8px;
      bottom: 0;
    }
    >.ant-row {
      display: none;
    }
    >.ant-switch {
      display: none;
    }
  }
  .model-table-search-list.length0 + .length0 {
    margin-top: -25px;
  }
  .anticon-tool {
    position: absolute;
@@ -49,7 +61,6 @@
  .model-menu-action-list {
    line-height: 55px;
    padding: 0px;
    min-height: 55px;
    >.ant-row {
      min-height: 30px;
    }
@@ -69,12 +80,12 @@
    padding: 0;
  }
}
.menu-normal-table-edit-box::after {
.menu-editable-table-edit-box::after {
  display: block;
  content: ' ';
  clear: both;
}
.menu-normal-table-edit-box:hover {
.menu-editable-table-edit-box:hover {
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}