- 已装运
- 2025年11月6日 02:40 UTC
- 作者
- snadjafinia
- 提交
- 921442b
LAYOUT FIXES: - Increase DOCKED_HEIGHT from 480px to 600px for better vertical space - Add explicit width constraints (minWidth, maxWidth) to SoftphonePanel root - Set boxSizing: border-box throughout to include padding in width - Change overflowY: auto, overflowX: hidden to prevent horizontal scroll - Add width: 100% to all main containers and content areas DIMENSION ADJUSTMENTS: - Reduced padding from 20px to 16px, 14px for better fit - Adjusted phone display padding from 24px/20px to 20px/16px - Reduced gap spacing from 16px to 14px in dialpad tab - Ensured all grids and flex containers respect parent width WIDTH CONTAINMENT: - SoftphonePanel root: explicit width, minWidth, maxWidth props - Main content area: width 100%, boxSizing border-box - All tabs (dialpad, history, contacts): width 100%, overflowX hidden - Phone display and all child elements: width 100%, boxSizing border-box This ensures the softphone panel fits perfectly within its 320px allocated space with no horizontal overflow while providing more vertical room (600px) to display all enterprise features comfortably.