gpt4 book ai didi

javascript - Jasny Bootstrap 和 Emberjs

转载 作者:太空宇宙 更新时间:2023-11-04 09:40:50 24 4
gpt4 key购买 nike

我正在阅读 this文章和作者指出以下内容:

In app/app.js adjust the ApplicationView so that it doesn’t insert the wrapping ember-view div under the body — it interferes with the height of the canvas div that jasny-bootstrap uses.

App = Ember.Application.extend({
modulePrefix: config.modulePrefix,
podModulePrefix: config.podModulePrefix,
Resolver: Resolver,
ApplicationView:Ember.View.extend({tagName:''})
});

问题是我在没有 View 的情况下运行 Emberjs 2.6。我怎样才能完成同样的事情?

最佳答案

就像评论里说的locks,你不能移除body下面的root div。请添加以下 CSS,这将消除为应用程序 View 设置 tagName='' 的需要。我试过了,效果很好。

:root,
.ember-application,
.ember-application>div {
height: 100%;
}

关于javascript - Jasny Bootstrap 和 Emberjs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39936036/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com