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
  • components
  • Common
  • FileImposition
  • index.less
  • 迁移部分代码;
    72fcbd94
    zhang authored
    2025-03-19 11:18:24 +0800  
    Browse Code »
index.less 200 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.content {
  margin-top: 10px;
  width: 100%;
  height: calc(100% - 40px);
  border-bottom: 1px solid #d9d9d9;
}

.pdfModal {
  :global {
    .ant-modal-body {
      padding: 0 !important;
    }
  }
}