diff --git a/frontend/src/styles/shared.css b/frontend/src/styles/shared.css index e70f549..ed34d99 100644 --- a/frontend/src/styles/shared.css +++ b/frontend/src/styles/shared.css @@ -6,6 +6,13 @@ * 不再散落硬编码 hex,保证全站配色一致。 */ +/* ====== 全局基础重置 ====== */ +* { box-sizing: border-box; } +html, body, #app { + margin: 0; + padding: 0; +} + /* ====== 工具栏 ====== */ .toolbar { display: flex;