drawer.scss 244 B

123456789101112131415161718192021
  1. .demo-drawer {
  2. &__content {
  3. display: flex;
  4. flex-direction: column;
  5. height: 100%;
  6. form {
  7. flex: 1;
  8. }
  9. }
  10. &__footer {
  11. display: flex;
  12. button {
  13. flex: 1;
  14. }
  15. }
  16. }
  17. .el-drawer__body {
  18. padding: 20px;
  19. }