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-app-selector
  • styles.less
  • pref: 根据antd5 做迭代处理;以及 lodash 全局处理为按需引用
    baf50caf
    陈洋 authored
    2023-09-07 14:07:10 +0800  
    Browse Files »
styles.less 345 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
@import '~@qx/ui/src/style/variable.less';

.ant-input.select-source {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding-top: 2px;
  padding-bottom: 2px;

  .ant-tag {
    margin: 1px;
  }

  > .anticon {
    padding: 0 6px;
    color: @N5;
    font-size: 12px;
  }
}