Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
meteor admin lte を使用しています。アプリケーションが画面の半分だけにレンダリングされます。 これが問題のスクリーンショットです。
この解決策を試しましたが、役に立ちませんでした。この問題を解決するにはどうすればよいですか? 助けてください。
次の行の相対位置を削除する必要があります。
<div class="wrapper" style="min-height: 100%;"> ---- </div>
github ソリューションに誤りがあります。1行目に書いてある
Template.<layout>.created = function () {
そのはず
Template.<layout>.onCreated = function () {
より多くの情報を提供していただければ、問題に対するより良い回答が得られる可能性がありますが、まず上記の解決策を試してください。