dever 6 years ago
parent
commit
b957c9919e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      journal/lib/Manage.php

+ 7 - 0
journal/lib/Manage.php

@@ -81,6 +81,13 @@ class Manage
         
         if ($data) {
             foreach ($data as $k => $v) {
+
+                $data[$k]['height'] = 'height: 154px;';
+                $data[$k]['info_height'] = 'height: auto;';
+                if ($v['type'] > 2) {
+                    $data[$k]['height'] = 'height: 104px;';
+                    $data[$k]['info_height'] = 'height: 47px;';
+                }
                 if ($v['type'] <= 2) {
                     $data[$k]['name'] = '';
                 } elseif ($v['type'] == 3) {