2024-06-05 00:13:29 +08:00
|
|
|
.modal-dialog {
|
2024-06-06 22:28:13 +08:00
|
|
|
@apply relative z-50;
|
2024-06-05 00:13:29 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-panel {
|
2024-09-30 15:38:43 +08:00
|
|
|
@apply w-full max-w-[480px] transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all;
|
2024-06-05 00:13:29 +08:00
|
|
|
}
|