Finance-orderQuery.scss 304 B

123456789101112131415161718
  1. .wrap_table{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .header_center{
  6. width: 100%;
  7. height: 60px;
  8. line-height: 60px;
  9. text-indent: 20px;
  10. font-size: 15px;
  11. font-weight: 600;
  12. border-bottom: 1px solid #ccc;
  13. }
  14. .tables{
  15. width: 100%;
  16. height: calc(100% - 60px);
  17. padding: 20px;
  18. }