Browse Source

查询列表单据编号列样式

zhuth 7 years ago
parent
commit
21b7690821
1 changed files with 1 additions and 2 deletions
  1. 1 2
      frontend/saas-web/app/view/core/query/QueryGridPanel.scss

+ 1 - 2
frontend/saas-web/app/view/core/query/QueryGridPanel.scss

@@ -3,8 +3,7 @@
     .x-querygrid-code-column {
 
         .x-grid-cell-inner {
-            text-decoration: underline;
-            color: #3E80F6;
+            color: #53b0f3;
             cursor: pointer;
         }
     }