浏览代码

云模官网样式修改

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>