Skip to content

Commit 898622f

Browse files
authored
chore(Navbar): supplement the default value of --td-navbar-center-width (#3811)
1 parent 0ea7b75 commit 898622f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navbar/navbar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
position: absolute;
128128
bottom: 0;
129129
left: var(--td-navbar-center-left, @navbar-right);
130-
width: var(--td-navbar-center-width);
130+
width: var(--td-navbar-center-width, 187px); // 默认值取 Iphone6/7/8 屏幕计算的值
131131
height: @navbar-height;
132132
line-height: @navbar-height;
133133
flex: 1;

0 commit comments

Comments
 (0)