king
2023-10-26 742f7d11557526038d332e60a8c8ca18177bc4e4
src/menu/components/share/markcomponent/index.scss
@@ -1,59 +1,25 @@
#mark-column-box-modal {
  table tr td {
    word-wrap: break-word;
    word-break: break-word;
.mark-modal-wrap {
  .ant-modal {
    top: 50px;
    padding-bottom: 5px;
    .ant-modal-body {
      max-height: calc(100vh - 190px);
      min-height: 350px;
      overflow-y: auto;
  }
  .mingke-table .ant-empty {
    margin: 20px 8px!important;
    .ant-modal-body::-webkit-scrollbar {
      width: 7px;
  }
  .mingke-table {
    td {
      position: relative;
    .ant-modal-body::-webkit-scrollbar-thumb {
      border-radius: 5px;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
      background: rgba(0, 0, 0, 0.13);
    }
    .ant-modal-body::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.07);
      background: rgba(0, 0, 0, 0);
  }
  .errorval {
    display: inline-block;
    width: 30px;
  }
  .operation-btn {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    cursor: pointer;
  }
  .ant-tabs-tabpane {
    position: relative;
    .excel-col-add {
      position: absolute;
      right: 0;
      top: 90px;
    }
  }
  .ant-table-tbody tr.background td {
    background: unset!important;
  }
  .background {
    .baseboard {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .content {
      position: relative;
    }
  }
  .mk-table-line.background {
    .baseboard {
      background: unset!important;
    }
  }
  .ant-form-item {
    white-space: nowrap;
  }
}