fix(HEL-240): 去掉登录页底部状态栏缺口

登录页覆盖全局 body 底边距,让左栏品牌面板铺满视口高度。

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
总工
2026-08-29 20:04:22 +08:00
co-authored by Cursor multica-agent
parent f905b44675
commit aef8a059f2
6 changed files with 12 additions and 4 deletions
+1
View File
@@ -190,6 +190,7 @@ async function assertConfirmedSkeleton(page, { width, height }) {
if (width === 1440) {
expect(brand.width).toBeGreaterThan(470);
expect(brand.width).toBeLessThan(520);
expect(brand.height).toBe(height);
} else if (width === 1920) {
expect(brand.width).toBeGreaterThan(540);
expect(brand.width).toBeLessThan(580);