Logo

GitLab

Sign in

qiangmj / ebc-Mes

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • ebc-Mes
  • src
  • components
  • Draggable
  • index.less
  • init
    198ee074
    qmj authored
    2025-08-14 10:32:07 +0800  
    Browse Code »
index.less 184 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
:global {

  .mesComfirm {
    .ant-modal-header {
      padding: 7px 16px!important;
    }

    .ant-btn {
      border-radius: 5px;
      width: 90px;
      height: 36px;
    }
  }
}