app-default-gridview4-layout.less 277 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.gridview4-content {
  height: 100%;
  flex-grow: 1;
  min-height: 1px;
  .drtab {
    border-bottom: 1px solid rgb(220, 222, 226);
  }

  .gridview4-content__drtab {
    height: 36px;
  }

  .gridview4-content__drview {
    height: calc(100% - 36px);
    overflow: auto;
  }
}