fix(InputbarCore): 添加 box-sizing 样式以确保输入栏尺寸计算正确

This commit is contained in:
GeorgeDong32 2025-11-13 23:27:49 +08:00
parent b3cf67fac0
commit 61b3cffeaa

View File

@ -728,6 +728,7 @@ const Container = styled.div`
position: relative;
z-index: 2;
padding: 0 18px 18px 18px;
box-sizing: border-box;
[navbar-position='top'] & {
padding: 0 18px 10px 18px;
}