瀏覽代碼

8844/8859

zhouna 3 年之前
父節點
當前提交
a1e49fd9f7
共有 2 個文件被更改,包括 2 次插入0 次删除
  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()