提交 1c6c9350 编写于 作者: M Minwe

update fixed padding

上级 1a715c9c
......@@ -30,7 +30,7 @@ define(function(require, exports, module) {
// 如果有 Fix 的工具栏则设置 body 的 padding-bottom
if ($navBar.css('position') == 'fixed') {
$body.addClass('with-fixed-navbar');
$body.addClass('am-with-fixed-navbar');
}
if ($qrcode.length) {
......
......@@ -156,8 +156,8 @@
}
// 给body 增加的className
.with-fixed-navbar {
padding-bottom: @navbar-height;
.am-with-fixed-navbar {
padding-bottom: @navbar-height + 5;
}
.hook-am-navbar() {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册