index.less 268 Bytes
Newer Older
刘梦焕's avatar
刘梦焕 committed
1 2
@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';
3 4 5 6 7 8 9 10 11 12
.channelModal {
  .videobox {
    height: 100%;

    >div {
      height: 100% !important;
    }
  }

  :global {
刘梦焕's avatar
刘梦焕 committed
13
    .@{ant-prefix}-modal-body {
14 15 16 17 18
      height: 70vh;
      padding: 0;
    }
  }
}