mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 17:54:15 +08:00
grid-cols-[1fr_1fr] 的 1fr 等价于 minmax(auto,1fr),左列较长内容 撑出最小宽度挤压右列;改用 minmax(0,1fr) 强制严格等分。 Co-authored-by: shy3130 <shy3130@users.noreply.github.com>