Commit 24393537 by HTML5-侯张振

折行修改

parent b65d828c
......@@ -931,7 +931,7 @@ class Customer_model extends MY_Model{
}
//得到'tb_customer'表中的'rongchuang_id'
public function search_rongchuang_id(){
$this->db->select('C.rongchuang_id,C.id,C.customer_mobile');
$this->db->select('C.rongchuang_id,C.id');
$this->db->from('tb_customer C');
$this->db->where('C.rongchuang_id <> " "');
$query = $this->db->get();
......
......@@ -123,6 +123,18 @@
background:#4b8df8;
color:#fff;
}
.zhehang{
display: inline-block;
width: 150px;
height:auto;
word-wrap: break-word;
word-break: break-all;
border-left: none !important;
border-right: none !important;
border-bottom: none !important;
text-align: center;
background-color:#fff !important;
}
</style>
<!--确定按钮遮挡框-->
<div class="hzz-keepout" style="height:100%;width:100%;position:fixed;left:0;top:0;z-index: 1000;display:none;">
......@@ -263,7 +275,7 @@
<td><?php echo $customer['Mtrue_name'];?></td>
<td><?php echo $customer['agent_name'];?></td>
<td><?php echo $customer['channel_name']; ?></td>
<td><?php echo $customer['remark']; ?></td>
<td class="zhehang"><?php echo $customer['remark']; ?></td>
<td><a href="<?php echo site_url('admin/report/history/' . $customer['customer_id']) ?>">查看</a></td>
<td>
<?php if ($customer['is_valid'] == 0){ ?>
......
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