配置页面一级域名超过的时候显示样式
This commit is contained in:
parent
d9b0c654aa
commit
b40a112015
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
</li>
|
||||
<li class="orgListUser">
|
||||
<div id="subfield_show_<%= field.id %>"><%= field.name %></div>
|
||||
<div id="subfield_show_<%= field.id %>" class="hidden"><%= field.name %></div>
|
||||
<div id="subfield_edit_<%= field.id %>" style="display:none;">
|
||||
<input type="text" name="name" onblur="update_subfield('#subfield_show_<%= field.id %>','#subfield_edit_<%= field.id %>','<%= field.id %>',$(this).val());" value="<%= field.name %>" style="width:70px;"/>
|
||||
</div>
|
||||
|
|
|
@ -20,7 +20,7 @@ a.saveBtn {padding:2px 10px; background-color:#269ac9; color:#ffffff;}
|
|||
a.saveBtn:hover {background-color:#297fb8;}
|
||||
.orgMemberList {width:480px; float:left;}
|
||||
.orgColumnList {width:688px; float:left;}
|
||||
.orgListUser {width:120px; float:left;}
|
||||
.orgListUser {width:110px; float:left;padding-right: 10px;}
|
||||
.orgListRole {width:180px; float:left;}
|
||||
.orgOrder {width:70px; float:left; text-align:center;}
|
||||
.orgSubNum {width:30px; float:left; text-align:center;}
|
||||
|
|
Loading…
Reference in New Issue