瀏覽代碼

update codes layout

leonlin14 9 年之前
父節點
當前提交
b6d37de48d
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2 2
      src/js/components/Genuino.jsx
  2. 2 0
      src/style/less/theme.less

+ 2 - 2
src/js/components/Genuino.jsx

@@ -78,14 +78,14 @@ class GenuinoApp extends React.Component {
78 78
 			isWorkboard = 'hide';
79 79
 
80 80
 			genuinoStyle = {
81
-				height: '722px'
81
+				height: '772px'
82 82
 			};
83 83
 		}
84 84
 
85 85
 		return (
86 86
 			<div className="genuino padding-top-genuino" style={ genuinoStyle }>
87 87
 				<Toolbar />
88
-				<div className={'row remove-margin ' + boardStyle}>
88
+				<div className={'row ' + boardStyle}>
89 89
 					<div className="container">
90 90
 						<div className={ 'col s12 remove-padding ' + isWorkboard }>
91 91
 							<WorkBoard />

+ 2 - 0
src/style/less/theme.less

@@ -282,10 +282,12 @@ nav {
282 282
     background: -moz-linear-gradient(left, white 80%, @amber500 20%); /* For Firefox 3.6 to 15 */
283 283
     background: linear-gradient(to left, white 80%, @amber500 20%); /* Standard syntax (must be last) */
284 284
     overflow: hidden;
285
+    margin-bottom: 0;
285 286
 }
286 287
 
287 288
 .codes {
288 289
 	margin-top: 65px;
290
+	margin-bottom: 0;
289 291
 	background-color: white;
290 292
 }
291 293
 .component-list {