浏览代码

Merge branch 'master' of http://git.onarbooks.com/Klapi/TrapiLib

sxoinas12 5 年之前
父节点
当前提交
f07ff12ee4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/Module.js

+ 2 - 1
lib/Module.js

@@ -20,7 +20,8 @@ export default class Module extends React.Component{
 		this.isTemplate = false
 		//console.log("GEN EV: " , eventName, EventSystem);
 		this._containerStyle = {
-			margin: 10
+			marginLeft: 12,
+			marginRight: 12,
 		}
 	}