index.scss 442 B

1234567891011121314151617181920212223242526272829
  1. .amplify-container {
  2. width: 100%;
  3. height: 100%;
  4. padding-top: 50px;
  5. // position: relative;
  6. .amplify-main {
  7. width: 80%;
  8. height: calc(100% - 50px);
  9. margin: 0 auto;
  10. overflow-y: scroll;
  11. }
  12. .el-footer {
  13. position: absolute;
  14. bottom: 0;
  15. left: 50%;
  16. height: 50px;
  17. .submit {
  18. right: 0;
  19. }
  20. }
  21. }
  22. ::-webkit-scrollbar {
  23. display: none;
  24. }
  25. .dialog-footer {
  26. // margin-top: 30px;
  27. margin: 0 auto;
  28. }