zhouna hace 3 años
padre
commit
a1e49fd9f7
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  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()