From 002748dc796dffeba5de0a01a2adb7d2d3544039 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 22 十一月 2021 09:20:33 +0800 Subject: [PATCH] 1、法律名称的字数还需要增加几个字,个别字数多的文件显示不完整。比如: 好了 --- zhengcaioa/zhengcaioa/Views/SysCode/Editfalv.cshtml | 6 +++--- zhengcaioa/Model/zhengcaioaContext.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs index 17f9414..4765b16 100644 --- a/zhengcaioa/Model/zhengcaioaContext.cs +++ b/zhengcaioa/Model/zhengcaioaContext.cs @@ -5678,7 +5678,7 @@ entity.Property(e => e.Comments) .IsRequired() - .HasMaxLength(50) + .HasMaxLength(100) .HasColumnName("comments"); entity.Property(e => e.Contents) diff --git a/zhengcaioa/zhengcaioa/Views/SysCode/Editfalv.cshtml b/zhengcaioa/zhengcaioa/Views/SysCode/Editfalv.cshtml index 2a9cd7d..5aa017d 100644 --- a/zhengcaioa/zhengcaioa/Views/SysCode/Editfalv.cshtml +++ b/zhengcaioa/zhengcaioa/Views/SysCode/Editfalv.cshtml @@ -125,8 +125,8 @@ <div class="clearfix layer-area" style="padding-bottom:15px;"> <label class="text-right col-sm-1 col-md-1 control-label">鍚嶇О</label> - <div class="col-sm-2 col-md-2"> - <input class="form-control" label="鍚嶇О" id="Comments" name="Comments" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@Model.Comments"> + <div class="col-sm-10 col-md-10"> + <input class="form-control" label="鍚嶇О" id="Comments" name="Comments" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="100" ismust="true" type="text" value="@Model.Comments"> </div> @@ -141,7 +141,7 @@ </div> <div class="clearfix layer-area" style="padding-bottom:15px;"> <label class="text-right col-sm-1 col-md-1 control-label">澶囨敞</label> - <div class="col-sm-6 col-md-6"> + <div class="col-sm-10 col-md-10"> <input class="form-control" label="澶囨敞" id="Contents" name="Contents" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="300" ismust="true" type="text" value="@Model.Contents"> -- Gitblit v1.9.1