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
  • feat: 选择表单
    b9266262
    李婷 authored
    2023-09-06 21:02:59 +0800  
    Browse Files »
styles.less 316 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.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: rgba(0, 0, 0, 25%);
    font-size: 12px;
  }
}