Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • src
  • components
  • Upload
  • src
  • FileList.less
  • wip: support vite
    99ac309f
    vben authored
    2021-01-09 23:28:52 +0800  
    Browse Code ยป
FileList.less 399 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 25 26 27 28 29 30 31 32
.file-table {
  width: 100%;
  border-collapse: collapse;
  //   border: 1px solid @border-color-light;

  .center {
    text-align: center;
  }

  .left {
    text-align: left;
  }

  .right {
    text-align: right;
  }

  &-th,
  &-td {
    padding: 12px 8px;
  }

  thead {
    background-color: @background-color-dark;
  }

  table,
  td,
  th {
    border: 1px solid @border-color-light;
  }
}