index.less 1006 Bytes
Newer Older
邓晓峰's avatar
邓晓峰 committed
1
@import '~antd/es/style/themes/default';
涂茜's avatar
涂茜 committed
2 3 4 5 6
@realtime-info-prefix-cls: ~'@{ant-prefix}-realtime-info';

.@{realtime-info-prefix-cls} {
  padding: 10px;

邓晓峰's avatar
邓晓峰 committed
7
  .@{ant-prefix}-btn-link {
涂茜's avatar
涂茜 committed
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
    color: #d0d6e8;
  }

  &-search-wrap {
    display: flex;
    margin-bottom: 20px;
  }

  &-search,
  &-target {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }

  &-label {
    white-space: nowrap;
  }

  &-code-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.@{realtime-info-prefix-cls}-modal {
邓晓峰's avatar
邓晓峰 committed
35
  .@{ant-prefix}-modal-header {
涂茜's avatar
涂茜 committed
36 37 38 39 40
    height: 63px;
    padding: 16px 48px 0 24px;
  }

  &-title {
邓晓峰's avatar
邓晓峰 committed
41
    .@{ant-prefix}-tabs-nav {
涂茜's avatar
涂茜 committed
42 43 44
      margin: 0;
    }

邓晓峰's avatar
邓晓峰 committed
45
    .@{ant-prefix}-tabs-nav:before {
涂茜's avatar
涂茜 committed
46 47 48
      border: none;
    }

邓晓峰's avatar
邓晓峰 committed
49
    .@{ant-prefix}-tabs-extra-content {
涂茜's avatar
涂茜 committed
50 51 52
      margin-right: 10px;
    }

邓晓峰's avatar
邓晓峰 committed
53
    .@{ant-prefix}-tabs-content-holder {
涂茜's avatar
涂茜 committed
54 55 56 57
      display: none;
    }
  }

邓晓峰's avatar
邓晓峰 committed
58
  .@{ant-prefix}-modal-content {
涂茜's avatar
涂茜 committed
59 60 61 62 63 64 65
    height: 705px;
  }

  &-table {
    height: 500px;
  }
}