修改组织配置的样式;修改一个bug
This commit is contained in:
parent
edbc19ceed
commit
02f8007557
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
$("#intro_content_<%= @document.id%> p,#intro_content_<%= @document.id%> span,#intro_content_<%= @document.id%> em").each(function(){
|
||||
$("#intro_content_<%= document.id%> p,#intro_content_<%= document.id%> span,#intro_content_<%= document.id%> em").each(function(){
|
||||
var postContent = $(this).html();
|
||||
postContent = postContent.replace(/ /g," ");
|
||||
postContent= postContent.replace(/ {2}/g," ");
|
||||
|
|
|
@ -23,7 +23,7 @@ a.saveBtn:hover {background-color:#297fb8;}
|
|||
.orgListUser {width:85px; float:left;}
|
||||
.orgListRole {width:180px; float:left;}
|
||||
.orgMemContainer {width:228px;}
|
||||
.orgMemberAdd {float:right; width:240px;}
|
||||
.orgMemberAdd {float:right;}
|
||||
.orgAddSearch {border:1px solid #dddddd; outline:none; width:180px; height:22px; color:#9b9b9b;}
|
||||
.undis {display:none;}
|
||||
.dis {display:inline-block;}
|
||||
|
|
Loading…
Reference in New Issue