Przeglądaj źródła

修改静态知识样式

zhangxc 5 lat temu
rodzic
commit
760a5307a5

+ 1 - 0
src/components/PushItems/DetailsModal/index.less

@@ -61,6 +61,7 @@
     padding-right: 5px;
     font-size: 22px;
     z-index: 10;
+    color: #333;
 }
 
 

+ 2 - 1
src/components/TreatDesc/DrugInfo/index.less

@@ -86,7 +86,7 @@
     height: 60px;
     line-height: 60px;
     font-size: 32px;
-    color: #000000;
+    color: #333;
     text-align: center;
 }
 .drug-desc-content {
@@ -184,6 +184,7 @@
     padding-right: 5px;
     font-size: 22px;
     z-index: 10;
+    color: #333;
 }
 pre {
     white-space: pre-wrap;