Try setting a width in the constructor parameters along with autoPlace: false var gui = new dat.GUI( { autoPlace: false, width: 300 } );...
確定! 回上一頁