Logo

GitLab

Sign in

xlyErp / xlyUmi

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • xlyUmi
  • src
  • mobile
  • components
  • selectInput.less
  • app快速报价
    a1a27ca1
    陈鑫涛 authored
    2025-05-30 13:48:14 +0800  
    Browse Code »
selectInput.less 437 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.inputBox {
  position: relative;
  .icons {
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translateY(-50%);
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
  }
  .pickerWrapper {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.popupHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.2rem;
}