소스 검색

云模官网样式修改

sunyadv 5 년 전
부모
커밋
99e7af46da
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      website/src/main/resources/templates/about.html

+ 1 - 0
website/src/main/resources/templates/about.html

@@ -329,6 +329,7 @@
 
                 $(".public").click(function(){
                     $(".public").hide();
+                    $(".form-group input,.form-group textarea").val("");
                 });
             });
         </script>