农经大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.scss 114 B

123456789101112
  1. table {
  2. width: 100%;
  3. height: 100%;
  4. tr {
  5. width: 100%;
  6. td {
  7. width: 50%;
  8. }
  9. }
  10. }