浏览代码

HUE-7513 [frontend] Top global search input is smaller than the query blue button and misaligned

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

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


+ 2 - 2
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -317,8 +317,8 @@ body {
 
 .search-container-top .inline-autocomplete-container {
   position: relative;
-  margin-top: 5px;
-  height: 30px;
+  margin-top: 8px;
+  height: 31px;
   width: 100%;
 
   > div {

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