소스 검색

词云重叠问题

qinpeng 2 년 전
부모
커밋
903395e966
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      public/ciyun/ciyunindex.html

+ 2 - 0
public/ciyun/ciyunindex.html

@@ -395,6 +395,8 @@
         }
         if (old_searchType == 0) {
             $("#font").attr("value", "FZPY");
+            $(".danwei div").removeClass("radio-active");
+            $(".danwei").find("div").eq(1).addClass("radio-active")
             for (let i = 0; i < $("#fontSel").children().length; i++) {
                 if ($("#fontSel").children().eq(i)[0].value == "FZPY") {
                     $("#fontSel").children().eq(i)[0].selected = true;