[前端] 完成了添加题目的页面[CI SKIP]

This commit is contained in:
esp
2015-08-10 21:05:55 +08:00
parent b1b996271f
commit 9f7206d114
2 changed files with 116 additions and 36 deletions

View File

@@ -20,12 +20,12 @@
</div>
<div class="col-md-3">
<div class="form-group"><label>cpu</label>
<div class="form-group"><label>时间限制(ms)</label>
<input type="number" name="cpu" class="form-control" ms-duplex="cpu">
</div>
</div>
<div class="col-md-3">
<div class="form-group"><label>内存</label>
<div class="form-group"><label>内存限制(MB)</label>
<input type="number" name="memory" class="form-control" ms-duplex="memory">
</div>
</div>
@@ -42,7 +42,7 @@
</div>
<div id="tag" class="col-md-12">
<label>标签</label><br>
<input type="text" id="tags" onchange="console.log(a)">
<input type="text" id="tags">
</div>
<div class="col-md-12"><br>
<label>样例</label>