Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • src
  • design
  • ant
  • input.less
  • 升级最新依赖 并修复eslint报错 (#2896) ...
    1262e130
    * chore: update deps
    
    * fix: import.meta.globEager 已过期
    
    * docs: fix doc bugs
    
    * fix: eslint
    
    * fix: lint:prettier
    
    * fix: stylelint
    
    * chore: update deps
    
    * fix: eslint
    
    * refactor: accountdetail setup
    
    * fix: 'Nullable' is not defined
    
    * feat: remove vite-plugin-vue-setup-extend
    
    * chore: remove unplugin-vue-define-options
    
    * fix(component): pageWrapper
    
    use setup
    
    closed #2898
    
    * refactor: PageFooter use setup
    
    ---------
    
    Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
    xingyu authored
    2023-07-06 15:00:38 +0800  
    Browse Code »
input.less 411 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 25 26 27
@import (reference) '../color.less';

// input
.ant-input {
  &-number,
  &-number-group-wrapper {
    width: 100% !important;
    min-width: 110px;
    max-width: 100%;
  }
}

.ant-input-affix-wrapper .ant-input-suffix {
  right: 9px;
}

.ant-input-clear-icon {
  margin-right: 5px;
}

.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;

  textarea.ant-input {
    padding: 4px;
  }
}