1、法律名称的字数还需要增加几个字,个别字数多的文件显示不完整。比如:  好了

2、新增法律的时候,“名称”的格子再长一些 好了

知识点中增加一个“政府采购工程” 好了

回答问题后,右边的“回答”中没有显示 默认查询未回答,需要修改查询条件。才能查询到已回答的问题 好了
2个文件已修改
8 ■■■■ 已修改文件
zhengcaioa/Model/zhengcaioaContext.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/SysCode/Editfalv.cshtml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
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">