Browse Source

【bug】报表界面隐藏排序箭头

zhuth 7 years ago
parent
commit
e0d7019dde
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frontend/saas-web/app/view/core/report/ReportPanel.scss

+ 3 - 0
frontend/saas-web/app/view/core/report/ReportPanel.scss

@@ -18,6 +18,9 @@ $border-color: #999;
 
                     .x-column-header-text-inner {
                         font-weight: bold;
+                        &:after {
+                            display: none;
+                        }
                     }
                 }
             }