浏览代码

HUE-6619 [frontend] Fix border radius on top bar search

Johan Ahlen 8 年之前
父节点
当前提交
1575d55

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


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

@@ -296,7 +296,7 @@ body {
 
 
 .search-container-top > input {
 .search-container-top > input {
   .flex(1 1 100%);
   .flex(1 1 100%);
-  border-radius: 4px 0 0 4px;
+  border-radius: 4px;
   border: 1px solid @cui-gray-300;
   border: 1px solid @cui-gray-300;
   box-shadow: none;
   box-shadow: none;
   margin-bottom: 0;
   margin-bottom: 0;

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