Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • views
  • report
  • export
  • ReportPreviewModal.less
  • fix:修改报表配置
    2e4b4c8c
    fengtao authored
    2022-08-18 18:05:47 +0800  
    Browse Directory »
ReportPreviewModal.less 288 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.wrapper {
  margin: 60px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 400px);
  grid-gap: 40px;
  grid-template-rows: 400px 400px;
}

.inner {
  width: 400px;
  height: 400px;
}

.item {
  text-align: center;
  font-size: 200%;
  color: #fff;
}