浏览代码

词云重叠问题

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;