.crc-data-base {
  .ivu-table-wrapper .ivu-table-cell{
    white-space: nowrap;
    padding: 0px;
  }
}
.mian-content {
  .emstable-wrap {
    .handle-bar {
      .ivu-btn {
        line-height: 1.5;
      }
    }
  }
  .ivu-btn {
    height: 22px;
    line-height: 1.5;
    padding: 0 10px;
    margin-right: 10px;
  }
  .ivu-btn>.ivu-icon+span, .ivu-btn>span+.ivu-icon {
    margin-left: 0;
  }
  .ivu-table-wrapper .footer-tools .ivu-btn  {
    margin-left: 10px;
    margin-right: 0;
  }

  .ivu-page {
    float: right;
    padding-right: 15px;
  }
  .ivu-page-item-jump-next, .ivu-page-item-jump-prev, .ivu-page-next, .ivu-page-prev, .ivu-page-item {
    min-width: 21px;
    height: 21px;
    line-height: 21px;
  }
  .ivu-page-item-active {
    background-color: #ffa329!important;
    border-color: #ffa329;
    a {
      color: #fff;
    }
  }
  .ivu-select-selection .ivu-select-selected-value, .ivu-select-selection {
    height: 21px;
    line-height: 21px;
  }
}

html .sys-lay-out .tags-wrapper .tags-outer-scroll-con .tags-inner-scroll-body .ivu-tag-dot {
  height: 24px !important;
  line-height: 24px !important;
  margin: 0;
  margin-right: 10px;
}
html .sys-lay-out .tags-wrapper .tags-outer-scroll-con .tags-inner-scroll-body .ivu-tag-dot.ivu-tag-blue .ivu-tag-dot-inner {
  background: #ffb403 !important;
}
html .sys-lay-out .tags-wrapper .tags-outer-scroll-con .tags-inner-scroll-body .ivu-tag-dot.ivu-tag-blue .ivu-tag-text {
  color: #515a6e !important;
}
html .sys-lay-out .tags-wrapper .tags-outer-scroll-con .tags-inner-scroll-body {
  position: absolute;
  padding: 0 10px 0 0;
  overflow: visible;
  white-space: nowrap;
  transition: left 0.3s ease;
}