浏览代码

HUE-6485 [frontend] Avoid jump on the left assist when opening Hue 4

Enrico Berti 8 年之前
父节点
当前提交
5bcdc5d

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 7 - 0
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -316,6 +316,13 @@ body {
   .flex(0);
   position: relative;
   background-color: @cui-white;
+}
+
+.left-panel {
+  min-width: 290px;
+}
+
+.right-panel {
   min-width: 250px;
 }
 

部分文件因为文件数量过多而无法显示