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-search-input
  • index.less
  • feat:增加qx-btn按钮,qx-progress进度条,搜索框,导出功能。
    914531b0
    邱嘉伟 authored
    2023-09-09 17:11:25 +0800  
    Browse Files »
index.less 244 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
.qx-search-input.ant-input-affix-wrapper {
  height: 32px;
  margin: 0;
  padding: 0 16px 0 0;
  background-color: #f4f4f5;
  border: 1px solid #f4f4f5;
  border-radius: 16px !important;

  .ant-input {
    background-color: transparent;
  }
}