浏览代码

HUE-6280 [frontend] Sample data view is not aligned properly

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

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


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


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

@@ -834,8 +834,10 @@
   }
 
   .fixed-first-column {
-    margin-top: 3px;
     margin-left: 0 !important;
+    table>tbody>tr>td:first-child {
+      background-color: @cui-gray-050;
+    }
   }
 
   .fixed-header-row {
@@ -844,7 +846,6 @@
 
   .fixed-first-cell {
     border-right: 1px solid @cui-gray-200;
-    margin-left: -1px;
 
     thead th {
       height: 23px;

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