浏览代码

后台显示图片大小

lxp 1 年之前
父节点
当前提交
711bee996c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      yinet-admin/src/main/resources/templates/rlzy/apply/edit.html

+ 1 - 1
yinet-admin/src/main/resources/templates/rlzy/apply/edit.html

@@ -123,7 +123,7 @@
                     <div class="form-group">
                         <label class="col-sm-2 control-label">文件:</label>
                         <div class="col-sm-10">
-                            <img  th:src="*{file}" >
+                            <img  style="width: 220px;height: 220px" th:src="*{file}" >
                         </div>
                     </div>
                 </div>