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
  • ..
  • common
  • commonTestTable.less
  • pref: 优化公共接口管理部分代码
    1734df99
    fengwotao authored
    2023-05-09 17:56:49 +0800  
    Browse Files »
commonTestTable.less 376 Bytes
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
@table-color: #e5e7eb;

.table-border-color {
  border: 1px solid #e5e7eb;
  text-align: center;
}

.table-content {
  table {
    width: 31vw;
    &:extend(.table-border-color);
  }

  table td {
    padding: 5px;
    white-space: nowrap;
    &:extend(.table-border-color);
  }

  table th {
    padding: 5px;
    &:extend(.table-border-color);
  }
}