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
  • 版本迭代
    a09f4b50
    陈洋 authored
    2023-09-16 11:08:25 +0800  
    Browse Files »
styles.less 419 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
@import '~@qx/ui/src/style/variable.less';

.qx-form-select {
  width: 100%;
  border-radius: 4px;

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

  &__input-prefix {
    color: @B8;
    font-size: 16px;
  }
}