修改部分页面BUG

pull/244/head
Minho 2018-03-22 14:50:41 +08:00
parent 359c5dfb10
commit 90f515fabe
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="pull-left" style="padding: 7px 5px 6px 0"> <div class="pull-left" style="padding: 7px 5px 6px 0">
{{.BaseUrl}}{{urlfor "DocumentController.Index" ":key" ""}} {{urlfor "DocumentController.Index" ":key" ""}}
</div> </div>
<input type="text" class="form-control pull-left" style="width: 410px;vertical-align: middle" placeholder="项目唯一标识(不超过50字)" name="identify" id="identify"> <input type="text" class="form-control pull-left" style="width: 410px;vertical-align: middle" placeholder="项目唯一标识(不超过50字)" name="identify" id="identify">
<div class="clearfix"></div> <div class="clearfix"></div>

View File

@ -59,7 +59,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label>标识</label> <label>标识</label>
<input type="text" class="form-control" value=" {{.BaseUrl}}{{urlfor "DocumentController.Index" ":key" .Model.Identify}}" disabled placeholder="项目标识"> <input type="text" class="form-control" value="{{urlfor "DocumentController.Index" ":key" .Model.Identify}}" disabled placeholder="项目标识">
</div> </div>
<div class="form-group"> <div class="form-group">
<label>排序</label> <label>排序</label>