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-12-12 10:09:48 +08:00
|
|
|
@apply w-full max-w-[480px] transform rounded-2xl bg-components-panel-bg p-6 text-left align-middle shadow-xl transition-all;
|
2024-06-05 00:13:29 +08:00
|
|
|
}
|