mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: 终端字符宽度&微调样式&路由切换动画
This commit is contained in:
@@ -50,8 +50,8 @@ const Modal: React.FC<ModalProps> = React.memo((props) => {
|
||||
onNativeClose()
|
||||
}}
|
||||
classNames={{
|
||||
backdrop: 'z-[99999999]',
|
||||
wrapper: 'z-[999999999]'
|
||||
backdrop: 'z-[99]',
|
||||
wrapper: 'z-[99]'
|
||||
}}
|
||||
{...rest}
|
||||
>
|
||||
|
Reference in New Issue
Block a user