瀏覽代碼

HUE-6254 [jb] Mini jobbrowser is bigger now

Enrico Berti 8 年之前
父節點
當前提交
71e4ff29f9

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 3 - 4
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -113,13 +113,11 @@ body {
   z-index: 2999;
   top: 45px;
   padding: 10px;
-  max-height: 400px;
-  width: 500px;
+  width: 600px;
   right: 10px;
   font-size: 13px;
   border-radius: @hue-panel-border-radius;
   background-color: @cui-white;
-
   .hue-box-shadow-top;
 }
 
@@ -861,7 +859,8 @@ a:visited {
 
 #mini_jobbrowser {
   overflow-y: auto;
-  max-height: 350px;
+  height: 550px;
+  max-height: 550px;
   table, thead, tbody, th, td, tr {
     display: block;
   }

部分文件因文件數量過多而無法顯示