Browse Source

词云重叠问题

qinpeng 2 năm trước cách đây
mục cha
commit
903395e966
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;