king
2021-03-05 e36eb1999794bd71e76482b92a0b0b20f49d0032
src/pc/components/navbar/normal-navbar/menusetting/menutable/index.scss
@@ -7,4 +7,58 @@
    z-index: 1;
    margin-bottom: 5px;
  }
  .ant-empty {
    margin: 5px 0;
  }
  thead tr {
    background: #fbfbfb;
  }
  tbody > tr:not(.ant-table-expanded-row) {
    background: #ffffff;
  }
  tr:not(.classify) {
    > td {
      >.ant-table-row-expand-icon-cell {
        div {
          display: none;
        }
      }
      >.ant-table-row-expand-icon {
        display: none;
      }
    }
  }
  tr:not(.classify) + .ant-table-expanded-row {
    display: none;
  }
  td[colspan="4"] {
    padding: 5px 0px 5px 5px!important;
  }
  .ant-table-body {
    margin: 0!important;
  }
  .submenu-control-wrap {
    position: relative;
    .anticon-plus {
      position: absolute;
      top: 8px;
      right: 10px;
      z-index: 1;
    }
    .thdmenu-control-wrap {
      position: relative;
      .ant-table-row-indent {
        display: none;
      }
      .ant-table-row-expand-icon {
        display: none;
      }
      .ant-table-small {
        border: 0;
      }
    }
  }
}