瀏覽代碼

云模官网样式修改

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>