소스 검색

查询列表单据编号列样式

zhuth 7 년 전
부모
커밋
21b7690821
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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;
         }
     }