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