index.less 352 B

1234567891011121314151617181920212223
  1. .flieContent{
  2. width: 100%;
  3. height: calc(100% - 42px);
  4. }
  5. .filePdf{
  6. width: 100%;
  7. height: calc(100% - 84px);
  8. display: flex;
  9. justify-content: center;
  10. overflow: scroll;
  11. overflow-x: hidden;
  12. }
  13. .filePdfFooter{
  14. height: 42px;
  15. width: 100%;
  16. display: flex;
  17. justify-content: center;
  18. align-items: center;
  19. }
  20. .filePdfPage{
  21. margin: 0 10px;
  22. }