This commit is contained in:
王怡栋
2022-04-08 11:17:31 +08:00
parent 0ebf3671d1
commit 168a6d88e6
3 changed files with 3 additions and 3 deletions
+2
View File
@@ -1 +1,3 @@
#mainContent td.projectName {white-space: nowrap; overflow-x: hidden;}
.main-table tbody>tr:nth-child(odd) {background-color:#fff;}
#pageNav .angle-btn:first-child a.btn {max-width: 300px; overflow: hidden;}
+1
View File
@@ -0,0 +1 @@
$('#pageNav .angle-btn:first a.btn').attr('title', $('#pageNav .angle-btn:first a.btn').text());
-3
View File
@@ -180,7 +180,4 @@
</table>
</div>
</div>
<style>
.main-table tbody>tr:nth-child(odd){ background-color:#fff;}
</style>
<?php include '../../common/view/footer.html.php';?>