////////表格////////
.d-table-view {
  position: relative;
}
.d-table {
  .d-table-cell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    .d-form-checkbox,.d-form-radio {
      line-height: inherit;
    }
    &.d-table-cell-break {
      overflow: visible;
      white-space: normal;
      word-wrap: break-word;
      word-break: normal;
    }
  }
  .d-table-tree-icon {
    display: flex;
    justify-content: center;
    cursor: pointer;
    .d-arrow-down {
      margin-top: 5px;
    }
  }
}

////////扩展////////
////情景////
