CONTROL.less.ftl 1.2 KB
Newer Older
tony001's avatar
tony001 committed
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
.app-data-view-group {
  height: 100%;
  display: flex;
  overflow: auto;
  .dataview-group-content {
    border: 1px solid #ddd;
    border-left: 0;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    .dataview-group-header {
      height: 36px;
      line-height: 36px;
      border-bottom: 1px solid #ddd;
      padding: 0 8px;
      .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;
      }
    }
  }
  .dataview-group-content:nth-child(1) {
    border-left: 1px solid #ddd;
  }
JunZai's avatar
JunZai committed
40 41
  .quick-action {
    flex-shrink: 0;
JunZai's avatar
JunZai committed
42
    margin-left: 5px;
JunZai's avatar
JunZai committed
43 44 45 46 47 48
    .quick-action-item {
      width: 37px;
      height: 37px;
      text-align: center;
      line-height: 37px;
      border: 1px solid #ddd;
JunZai's avatar
JunZai committed
49 50 51 52
      border-top-width: 0;
    }
    .quick-action-item:nth-child(1) {
      border-top-width: 1px;
JunZai's avatar
JunZai committed
53 54
    }
  }
tony001's avatar
tony001 committed
55 56 57 58
}
<#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude>