0
との間のギャップは、私は道場で、いくつかのレイアウトを行うには、次のサイトを追っ: http://dojotoolkit.org/documentation/tutorials/1.7/dijit_layout/ 問題はのBorderContainerとその子との間にギャップがありますです。それらを排除する方法?道場:dijit.layout.BorderContainerとその子
との間のギャップは、私は道場で、いくつかのレイアウトを行うには、次のサイトを追っ: http://dojotoolkit.org/documentation/tutorials/1.7/dijit_layout/ 問題はのBorderContainerとその子との間にギャップがありますです。それらを排除する方法?道場:dijit.layout.BorderContainerとその子
gutters
属性をfalseに設定します。
new BorderContainer({
...
gutters: false
});