Browse Source

字体颜色兼容性bug处理

刘洋 6 months ago
parent
commit
ee77570def
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/admissionCard.vue

+ 1 - 1
src/pages/admissionCard.vue

@@ -186,7 +186,7 @@ const getSubjects = (c) => {
     }
     .black-info-box {
       font-size: 16px;
-
+      color: #262626;
       div {
         font-weight: bold;
       }