inter-func-kanban-kanban.less 2.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108

//从左往右(默认)
.app-data-view-group-row {
  height: 100%;
  display: flex;
  overflow: auto;
  .dataview-group-folading-kanban{
    border: 1px solid #ddd;
    text-align: center;
    border-left: 0;
    height: 100%;
    width: 40px;
    background-color: #d8d8d8;
    color: #a5a5a5;
    .unfold-icon {
        padding: 3px 0;
        font-size: 20px;
    }
    .dataview-group-folding{
      height: calc(100% - 39px);
      writing-mode: tb;
      width: 31px;
      font-size: 17px;
    }
  }
  .dataview-group-content {
    border: 1px solid #ddd;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    .dataview-group-header {
      height: 36px;
      line-height: 36px;
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 0 8px;
      .fold-icon{
          font-size: 20px;
          color:#a5a5a5;
          position: absolute;
      }
      .fold-text {
        margin-left: 24px;
      }
      .group-action {
        .group-action-item:nth-child(1) + .group-action-item {
          margin-top: 5px;
        }
      }
    }
    .dataview-group-items {
      flex-grow: 1;
      overflow: auto;
      .dataview-group-item {
        margin: 8px 8px 0 8px;
        border: 1px solid #ddd;
        padding: 8px;
        overflow: hidden;
      }
      .dataview-group-item.is-select {
        border-color: #108cee;
      }
    }
    .app-data-empty{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .dataview-group-content:nth-child(1) {
    border-left: 1px solid #ddd;
  }
  .quick-action {
    flex-shrink: 0;
    margin-left: 5px;
    .quick-action-item {
      width: 37px;
      height: 37px;
      text-align: center;
      line-height: 37px;
      border: 1px solid #ddd;
      border-top-width: 0;
    }
    .quick-action-item:nth-child(1) {
      border-top-width: 1px;
    }
  }

  .dragitems {
    z-index: -1 !important;
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    height: 0px !important;
    width: 10px !important;
    color: #fff;
    overflow: hidden;
    .app-layoutpanel {
      .app-layoutpanel-container {
        padding: 0px !important;
      }
    }
  }
}
// this is less