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-form-select
  • styles.less
  • feat: 调整高度
    fff2b3b5
    李婷 authored
    2023-09-08 09:20:16 +0800  
    Browse Files »
styles.less 278 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
@import '~@qx/ui/src/style/variable.less';

.qx-form-select {
  width: 100%;

  &__dropdown-bottom {
    width: 100% !important;
    height: 50px !important;
    text-align: left !important;
    background-color: #fff !important;
    border-top: 1px solid @N4 !important;
  }
}