index.less 547 Bytes
.centerLog {
  width: 100%;
  height: 100%;
  .head {
    padding: 10px;
    background: white;
    margin-bottom: 2px;
    width: 100%;
    height: 52px;
  }
  .table {
    height: calc(100% - 95px);
    width: 100%;
    background-color: white;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 3px;
  }
  .footer{
    width: 100%;
    height: 42px;
    background-color: white;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
  }

  .icon {
    margin-top: -5px !important;
    vertical-align: text-bottom;
  }
}