* code for task #79852,79853.

This commit is contained in:
wangyidong
2022-12-13 15:19:54 +08:00
parent 8dc609e4a0
commit f691ba2918
3 changed files with 12 additions and 8 deletions
+6 -4
View File
@@ -2,7 +2,9 @@
#releaseList tr:hover {background-color:unset;}
td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.c-build {width: 300px;}
.c-branch {width: 200px;}
td.c-build {padding-left:8px !important;}
.c-product, .c-execution {width: 120px;}
#releaseList .c-id{width:60px;}
#releaseList .c-build,#releaseList .c-product{width:180px;}
#releaseList .c-branch {width: 120px;}
#releaseList .c-date {width: 120px;}
#releaseList td.c-build {padding-left:8px !important;}
#releaseList .c-execution {width: 120px;}
+5 -3
View File
@@ -3,6 +3,8 @@ td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#releaseList tbody>tr:hover{background-color: unset!important;}
.main-table tbody>tr>td:first-child{padding: 2px 8px!important;}
.c-id {width: 60px}
.c-branch {width: 100px}
.c-project, c-build {width: 200px;}
#releaseList th, #releaseList td{padding-left:16px !important;}
#releaseList .c-id {width: 60px}
#releaseList .c-branch {width: 100px}
#releaseList .c-date {width: 160px}
#releaseList .c-project, #releaseList .c-build {width: 180px;}
+1 -1
View File
@@ -87,7 +87,7 @@
?>
</td>
<?php endif;?>
<td>
<td title='<?php echo $build ? $build->name : ''?>'>
<?php if($buildCount):?>
<?php if($product->type != 'normal'):?>
<span class='label label-outline label-badge'><?php echo $build->branchName;?></span>