mirror of https://github.com/mindoc-org/mindoc.git
修改部分页面BUG
parent
359c5dfb10
commit
90f515fabe
|
@ -137,7 +137,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<div class="pull-left" style="padding: 7px 5px 6px 0">
|
||||
{{.BaseUrl}}{{urlfor "DocumentController.Index" ":key" ""}}
|
||||
{{urlfor "DocumentController.Index" ":key" ""}}
|
||||
</div>
|
||||
<input type="text" class="form-control pull-left" style="width: 410px;vertical-align: middle" placeholder="项目唯一标识(不超过50字)" name="identify" id="identify">
|
||||
<div class="clearfix"></div>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<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 class="form-group">
|
||||
<label>排序</label>
|
||||
|
|
Loading…
Reference in New Issue