Commit b7640cd8 authored by agping's avatar agping

客方修改

parent 7c2964fd
...@@ -50,15 +50,24 @@ ...@@ -50,15 +50,24 @@
} }
.phone_list{ .phone_list{
margin-top: 32px; margin-top: 32px;
width: 182px;
margin-left: -182px;
}
.phone_jia{
width: 182px;
} }
.phone_list li{ .phone_list li{
height: 25px; height: 20px;
line-height: 25px; line-height: 20px;
} }
.phone_list li:nth-of-type(even) { .phone_list li:nth-of-type(even) {
display: none; display: none;
} }
.modal-dialog-one{
width: 668px;
}
</style> </style>
<!--导航star--> <!--导航star-->
...@@ -400,7 +409,7 @@ ...@@ -400,7 +409,7 @@
</div> </div>
<!-- #批量修改客方--> <!-- #批量修改客方-->
<div class="modal fade" id="modal_modify_user" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal fade" id="modal_modify_user" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog"> <div class="modal-dialog modal-dialog-one">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
...@@ -410,7 +419,7 @@ ...@@ -410,7 +419,7 @@
批量修改客方 批量修改客方
</h4> </h4>
</div> </div>
<div class="modal-body"> <div class="modal-body modal-body-one">
<br> <br>
<!-- ============添加========== --> <!-- ============添加========== -->
<div class="jian_class"> <div class="jian_class">
...@@ -424,6 +433,7 @@ ...@@ -424,6 +433,7 @@
<ul class="phone_list"></ul> <ul class="phone_list"></ul>
</div> </div>
<br><br><br> <br><br><br>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
......
...@@ -134,6 +134,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', ' ...@@ -134,6 +134,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
'3': item['id'] '3': item['id']
}); });
}); });
// 输出trim
_this.next().show().html(_htmlTemp); _this.next().show().html(_htmlTemp);
}else{ }else{
_this.next().html(''); _this.next().html('');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment