ソースを参照

section 100%

tags/1.0.1^0
Robin Thoni 8年前
コミット
c20f6fcd4a
2個のファイルの変更5行の追加1行の削除
  1. 1
    1
      app/index.html
  2. 4
    0
      app/less/app.less

+ 1
- 1
app/index.html ファイルの表示

76
 </head>
76
 </head>
77
 <body>
77
 <body>
78
 
78
 
79
-<section layout="row" flex>
79
+<section layout="row" flex class="section-main">
80
         <ng-include src="'views/sidebar.html'"></ng-include>
80
         <ng-include src="'views/sidebar.html'"></ng-include>
81
         <!--<ng-include src="'views/toolbar.html'"></ng-include>-->
81
         <!--<ng-include src="'views/toolbar.html'"></ng-include>-->
82
 
82
 

+ 4
- 0
app/less/app.less ファイルの表示

43
   height: 100%;
43
   height: 100%;
44
 }
44
 }
45
 
45
 
46
+.section-main {
47
+  height: 100%;
48
+}
49
+
46
 .welcome-message {
50
 .welcome-message {
47
   font-size: large;
51
   font-size: large;
48
 }
52
 }

読み込み中…
キャンセル
保存