mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-21 00:45:21 -04:00
移动端答案框溢出屏幕 #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CarbonPool on GitHub (Jul 23, 2025).
复现:
发现问题存在
app\components\chat\answer\index.tsx188行左右min-w-[480px]导致大部分移动手机端将溢出,我修改为min-w-[300px]得到解决,或移除