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
  • mobile
  • IndexMobile.css
  • 是否勒口
    09a45340
    陈鑫涛 authored
    2025-06-23 14:42:07 +0800  
    Browse Dir »
IndexMobile.css 263 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
:global #tab-bar {
  background-color: #f0f0f0;
}
:global #tab-bar .demoName {
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.demoContainer {
  height: 100%;
}
.newContainer {
  height: calc(100vh - 84px);
}