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
  • BoxDesign
  • index.css
  • 样式调整
    43cccc63
    陈鑫涛 authored
    2025-05-19 13:51:17 +0800  
    Browse Code »
index.css 169 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
.svgBox {
  width: 145px;
  height: 130px;
  overflow: hidden;
}
.svgContainer {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* 确保 SVG 保持比例 */
}