From bb48940bead5cc14e2da63bb8d3c627c56ec5c35 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 14 八月 2023 17:03:25 +0800 Subject: [PATCH] 修改信息框行数 --- src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html index 9202b39..6d4a557 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html @@ -127,7 +127,7 @@ <div class="form-group"> <label class="col-sm-4 control-label ">隐患名称:</label> <div class="col-sm-8"> - <textarea th:value="*{dangerName}" class="form-control" type="text" rows="4" readonly="readonly"></textarea> + <textarea th:field="*{dangerName}" class="form-control" type="text" rows="4" readonly="readonly"></textarea> </div> </div> </div> @@ -147,7 +147,7 @@ <div class="form-group"> <label class="col-sm-4 control-label ">隐患描述:</label> <div class="col-sm-8"> - <textarea th:value="*{dangerDescription}" class="form-control" type="text" rows="4" readonly="readonly"></textarea> + <textarea th:field="*{dangerDescription}" class="form-control" type="text" rows="4" readonly="readonly"></textarea> </div> </div> </div> -- Gitblit v1.9.2