mirror of https://github.com/Rekoe/rk_svnadmin
fix
parent
1901163c46
commit
4053ba2265
|
@ -93,7 +93,7 @@
|
|||
<tr>
|
||||
<td class="lbl">资源</td>
|
||||
<td colspan="3">
|
||||
<input type="text" name="res" value="${entity.res!""}" style="width:400px;"><span style="color:red;">*</span>
|
||||
<input type="text" name="res" value="${entity.res!""}" style="width:400px;height:30px"><span style="color:red;">*</span>
|
||||
<select onchange="this.form.res.value=this.value">
|
||||
<option value="">选择资源</option>
|
||||
<#list pjreslist as pjre>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<link rel="stylesheet" href="${base}/resources/bootstrap.min.css" />
|
||||
<link type="text/css" rel="stylesheet" href="${base}/resources/treeview/treeview.css"></link>
|
||||
<script src="${base}/resources/svnadmin.js"></script>
|
||||
<link rel="stylesheet" href="${base}/resources/svnadmin.css" />
|
||||
<style>
|
||||
#svnroot li{
|
||||
line-height: 11px;
|
||||
|
|
Loading…
Reference in New Issue