From dfe35b46051d6c2e1390a727f6a9c49aed347ac2 Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期二, 21 五月 2024 17:00:33 +0800 Subject: [PATCH] bg --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/add.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/add.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/add.html index f31e8cf..4ed9e63 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/add.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/add.html @@ -34,6 +34,12 @@ <input name="labels" class="form-control" type="text"> </div> </div> + <div class="form-group"> + <label class="col-sm-3 control-label">澶囨敞锛�</label> + <div class="col-sm-8"> + <textarea id="remark" name="remark" class="form-control"></textarea> + </div> + </div> </form> </div> <th:block th:include="include :: footer" /> -- Gitblit v1.9.1