Просмотр исходного кода

查询列表单据编号列样式

zhuth 7 лет назад
Родитель
Сommit
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;
         }
     }