app-build.less 164 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
.show-type {
  text-align: right;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 2px;
  .ivu-btn-group {
    .collapse-btn {
      padding: 0;
    }
  }
}