zhangxc 5 лет назад
Родитель
Сommit
299afc954c
2 измененных файлов с 3 добавлено и 0 удалено
  1. 1 0
      src/css/index.css
  2. 2 0
      src/css/index.less

+ 1 - 0
src/css/index.css

@@ -179,6 +179,7 @@
 .iframeWrap .illnessTable {
   color: #267FD7;
   line-height: 28px;
+  cursor: pointer;
 }
 .iframeWrap h4 {
   color: #000;

+ 2 - 0
src/css/index.less

@@ -198,6 +198,7 @@
   .illnessTable {
     color: @colorBlue;
     line-height: 28px;
+    cursor: pointer;
   }
   .conditionHint{
   }
@@ -359,6 +360,7 @@
   .conditionHintTips .mayIllness{
     margin: 20px 0 0 0;
     border-top:1px #E8EAEC solid;
+    line-height: 30px;
     span,a,.modalMainOne,.modalMainTwo{
       border-bottom:none;
     }