This commit is contained in:
tanghucheng
2021-12-14 10:29:01 +08:00
parent 781314142c
commit 2c6bc8ac7e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
table td, table th {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.c-phone {width: 120px;}
.c-email {width: 200px;}
.c-name {width: 120px;}
+1 -1
View File
@@ -32,7 +32,7 @@
<th class='c-id'>
<?php common::printOrderLink('id', $orderBy, $vars, $lang->idAB);?>
</th>
<th><?php echo $lang->stakeholder->name;?></th>
<th class="c-name"><?php echo $lang->stakeholder->name;?></th>
<th class="c-type"><?php echo $lang->stakeholder->common . $lang->stakeholder->type;?></th>
<th class="c-phone"><?php echo $lang->stakeholder->phone;?></th>
<th class="c-qq"><?php echo $lang->stakeholder->qq;?></th>