浏览代码

fixed group loader height

tags/1.0.0
Robin Thoni 9 年前
父节点
当前提交
3952a43201
共有 2 个文件被更改,包括 5 次插入12 次删除
  1. 4
    11
      app/less/app.less
  2. 1
    1
      app/views/sidebar.html

+ 4
- 11
app/less/app.less 查看文件

135
   text-align: right;
135
   text-align: right;
136
 }
136
 }
137
 
137
 
138
-
139
-/*
140
-.md-datepicker-input-container {
141
-  margin-bottom: 10px;
142
-  padding-bottom: 10px;
143
-  border-bottom-width: 2px;
144
-}
145
-.md-datepicker-input{
146
-  font-size: large;
147
-}
148
-*/
138
+.sidebar-group-list {
139
+  height: 100%;
140
+  min-height: 75px;
141
+}

+ 1
- 1
app/views/sidebar.html 查看文件

10
             This sidenav is locked open on your device. To go back to the default behavior,
10
             This sidenav is locked open on your device. To go back to the default behavior,
11
             narrow your display.
11
             narrow your display.
12
         </p>-->
12
         </p>-->
13
-        <ul class="col-sm-12" lu-busy="sidebar">
13
+        <ul class="col-sm-12 sidebar-group-list" lu-busy="sidebar">
14
             <li ng-show="DataShareBusiness.CurrentGroups.length != 0" class="col-xs-12">
14
             <li ng-show="DataShareBusiness.CurrentGroups.length != 0" class="col-xs-12">
15
                 <md-button class="md-primary md-hue-1 md-group-button col-xs-12"
15
                 <md-button class="md-primary md-hue-1 md-group-button col-xs-12"
16
                            ng-href="{{DataShareBusiness.getGroupUrl(DataShareBusiness.getCurrentGroup().Parent)}}">
16
                            ng-href="{{DataShareBusiness.getGroupUrl(DataShareBusiness.getCurrentGroup().Parent)}}">

正在加载...
取消
保存