Sign in

田强 / qx-common · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • qx-common
  • src
  • qx-condition
  • index.less
  • fix:type 类型转换为数据流类型展示 暂时处理方式
    e95c3b61
    陈洋 authored
    2023-10-09 15:56:19 +0800  
    Browse Files »
index.less 363 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
@import '~@qx/ui/src/style/variable.less';

.qx-condition {
  width: 100%;

  &-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  &-header__right {
    .ant-btn.ant-btn-sm {
      padding-right: 0;

      .anticon + span,
      span + .anticon {
        margin-left: 4px;
      }
    }
  }
}