zhouna 3 år sedan
förälder
incheckning
a1e49fd9f7
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      src/css/informationOut.less
  2. 1 0
      src/js/followUp.js

+ 1 - 0
src/css/informationOut.less

@@ -219,6 +219,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
   font-size: 14px;
   font-weight: 400;
   word-wrap: break-word;
+  color: #000;
 }
 
 .anchors .active a {

+ 1 - 0
src/js/followUp.js

@@ -131,6 +131,7 @@ function renderDetail(data) {
     </div>`)
     //最近一次计划默认展开
     $(".laterWrap .infoBox:first-child .childrenBox").show();
+    $(".laterWrap .infoBox:first-child .toggleInfo").attr("src",collapseImg)
     // adjustHeight()
     bindToggleInfo()