king
2021-06-02 e543372cc70a19ff2630c79d8421c2c593e54e5f
src/menu/components/table/normal-table/index.scss
@@ -23,7 +23,7 @@
  }
  .anticon-tool {
    position: absolute;
    z-index: 1;
    z-index: 2;
    font-size: 16px;
    right: 1px;
    top: 1px;
@@ -32,11 +32,12 @@
    background: rgba(255, 255, 255, 0.55);
  }
  .model-menu-action-list {
    line-height: 40px;
    padding: 10px 0px;
  }
  .model-menu-action-list.length0 {
    display: none;
    line-height: 55px;
    padding: 0px;
    min-height: 55px;
    >.ant-row {
      min-height: 30px;
    }
  }
  .card-add-button {
    text-align: right;
@@ -59,5 +60,6 @@
  clear: both;
}
.menu-normal-table-edit-box:hover {
  box-shadow: 0px 0px 2px #e8e8e8;
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}