Browse Source

Merge branch 'dev_v1.0.0' of http://git.qmth.com.cn/sop/web into dev_v1.0.0

zhangjie 1 year ago
parent
commit
48bd2ed087
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/style/global.less

+ 2 - 1
src/style/global.less

@@ -254,7 +254,8 @@ body {
   font-size: 16px;
   font-weight: bold;
   // color: @dark-text-color;
-  color: var(--td-brand-color);
+  // color: var(--td-brand-color);
+  color: #262626;
   line-height: 24px;
 }
 .form-item-title {