修改组织配置的样式;修改一个bug

This commit is contained in:
ouyangxuhua 2016-02-03 12:42:42 +08:00
parent edbc19ceed
commit 02f8007557
2 changed files with 2 additions and 2 deletions

View File

@ -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(/&nbsp;/g," ");
postContent= postContent.replace(/ {2}/g,"&nbsp; ");

View File

@ -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;}