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
  • routes
  • commonClassify
  • commonClassify.css
  • 新增页面
    b3e1ef15
    陈鑫涛 authored
    2025-03-19 16:07:13 +0800  
    Browse Code »
commonClassify.css 341 Bytes
Edit Raw Blame History Permalink
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
.header {
  background: #fff;
  padding: 0;
  height: auto;
  line-height: inherit;
}

.clayout {
  padding: 0 30px 30px 30px;
  background: #fff;
}

.sider {
  background: #fff;
  flex: none!important;
  max-width: none!important;
  min-width: 0!important;
  width: auto!important;
}


.content {
  background: #fff;
  min-height: 280px;
}