dialog.scss 296 B

1234567891011121314151617181920
  1. .demo-block.demo-dialog {
  2. .dialog-footer button:first-child {
  3. margin-right: 10px;
  4. }
  5. .full-image {
  6. width: 100%;
  7. }
  8. .el-dialog__wrapper {
  9. margin: 0;
  10. }
  11. .el-select {
  12. width: 300px;
  13. }
  14. .el-input {
  15. width: 300px;
  16. }
  17. .el-button--text {
  18. margin-right: 15px;
  19. }
  20. }