- .users {
- :global {
- .el-dialog {
- --el-dialog-border-radius: 18px !important;
- --el-dialog-width: 488px;
- background: url('../../open-live/images/open_live-bg.png') no-repeat top
- center #fff;
- background-size: contain;
- }
- .el-dialog__header {
- padding: 0;
- }
- }
- }
|