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
  • refactor: 优化 flow-node-selector
    816e8193
    qiang.tian authored
    2023-09-20 14:00:09 +0800  
    Browse Files »
index.less 200 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
@import '~@qx/ui/src/style/variable.less';

.qx-condition {
  width: 100%;

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