index.module.less 313 B

1234567891011121314
  1. .users {
  2. :global {
  3. .el-dialog {
  4. --el-dialog-border-radius: 18px !important;
  5. --el-dialog-width: 488px;
  6. background: url('../../open-live/images/open_live-bg.png') no-repeat top
  7. center #fff;
  8. background-size: contain;
  9. }
  10. .el-dialog__header {
  11. padding: 0;
  12. }
  13. }
  14. }