.udp-table {
  margin-left: 10px;

  .ant-table-thead > tr > th {
    background: #edf3ff;
    font-size: 12px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.86);
    line-height: 17px;
  }

  .ant-table-container table > thead > tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }

  .ant-table-container table > thead > tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }

  .ant-table-thead
    > tr
    > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
    height: 3.6em;
    background-color: white;
  }

  .ant-table-tbody {
    background: #f9fbff;
  }

  .ant-table-tbody > tr > td {
    height: 51px;
  }

  //初始渲染时，会丢宽度问题
  .ant-table-expanded-row-fixed {
    min-width: calc(100vw - 10px);
  }

  .empty-font {
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    line-height: 16px;
    margin: 8px auto 0px;
  }
}

.udp-table-row-editor {
  .panel-title {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: bold;
    text-align: left;
    color: rgba(0, 0, 0, 0.86);
    line-height: 24px;
    padding: 20px 24px;
    display: inline-flex;
    width: 100%;

    .panel-table-header {
      width: '33%';
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

  .arrow-rotate {
    -webkit-transform: rotate(180deg);
  }

  .panel-body {
    min-height: calc(75vh - 115px);
    height: calc(75vh - 115px);
    overflow-y: auto;
  }

  .panel-form {
    .adm-list-item {
      padding: 0 24px;
    }
  }

  .adm-space-item {
    flex: 1;
  }

  .panel-bottom {
    flex-wrap: wrap;
    flex-direction: row;
    display: inline-flex;
    width: 100vw;
    position: fixed;
    bottom: 0;
    height: 60px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 6px 20px;
  }

  .panel-btn {
    flex: 1;
    width: 100%;
  }
}
