Logo

GitLab

Sign in

xlyErp / instructionSet

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • instructionSet
  • src
  • global.less
  • 初始化代码;
    9beeda4e
    zhangz authored
    2025-12-09 13:08:52 +0800  
    Browse Code ยป
global.less 267 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
* {
  box-sizing: border-box;
}

html,
body,
#root {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

html {
  background: #f6f6f6;
}

.ant-form-item-extra {
  min-height: 0 !important;
}

.dtc-ruleController__item--operation {
  width: 50px !important;
}