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: 选择表单
    b9266262
    李婷 authored
    2023-09-06 21:02:59 +0800  
    Browse Files »
styles.less 268 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
@prefix: ~'qx-datasource-select';

.@{prefix} {
  width: 100%;

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