Commit 25c1b142 by HTML5-侯张振

修复 身份证展示

parent 40d2e74a
......@@ -139,6 +139,19 @@
text-align: center;
background-color:#fff !important;
}
.zzidcard{
display: inline-block;
width: 80px;
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;
border-top: none !important;
}
</style>
<!--确定按钮遮挡框-->
<div class="hzz-keepout" style="height:100%;width:100%;position:fixed;left:0;top:0;z-index: 1000;display:none;">
......@@ -271,7 +284,7 @@
<td><?php echo $customer['building_title'];?></td>
<td><?php echo $customer['customer_user'];?></td>
<td><?php echo $customer['customer_mobile'];?></td>
<td><?php echo $customer['customer_idcard'];?></td>
<td class="zzidcard" ><?php echo $customer['customer_idcard'];?></td>
<td><?php echo $customer_type[$customer['customer_type']]; ?></td>
<td><?php echo date('Y-m-d H:i',$customer['create_time']);?></td>
<td><?php echo $customer['assign_time'] ? date('Y-m-d H:i',$customer['assign_time']) : '';?></td>
......
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