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

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

邓晓峰's avatar
邓晓峰 committed
8
  .@{ant-prefix}-btn-link {
涂茜's avatar
涂茜 committed
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 35
    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
36
  .@{ant-prefix}-modal-header {
涂茜's avatar
涂茜 committed
37 38 39 40 41
    height: 63px;
    padding: 16px 48px 0 24px;
  }

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

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

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

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

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

  &-table {
    height: 500px;
65 66 67 68 69 70

    .@{ant-prefix}-table-cell {
      & > a {
        color: @primary-color;
      }
    }
涂茜's avatar
涂茜 committed
71 72
  }
}