Sign in

杨鸣坤 / iot-bridge-ui · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • iot-bridge-ui
  • src
  • assets
  • main.css
  • chore: 初始化项目
    f80a2a45
    杨鸣坤 authored
    2026-05-15 10:48:43 +0800  
    Browse Files »
main.css 301 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

#app {
  width: 100%;
  height: 100vh;
  max-width: none;
  margin: 0;
  padding: 0;
}