index.less 328 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.tag_view {
  .tags_container {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 100%;
    height: 36px;
  }
}
.child {
  position: relative;
  height: calc(100vh - 90px);
  margin-top: 35px;
  overflow: hidden;
  .contianbox {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
}