Compare commits

...

2 Commits

Author SHA1 Message Date
amypeng 3713293b13 fix: 135284 查看流水线日志 鼠标无法向下滚动查看完整的日志信息
fix: 135284 查看流水线日志 鼠标无法向下滚动查看完整的日志信息
2026-07-20 17:03:15 +08:00
amypeng 754173689a fix: 146948 流水线详情页面,仓库点击跳转地址有误
fix: 146948 流水线详情页面,仓库点击跳转地址有误
2026-07-20 11:45:13 +08:00
2 changed files with 6 additions and 2 deletions

View File

@ -327,12 +327,12 @@ const Details: FC = () => {
</span>
<span>{detail?.pipeline_name}</span>
<a
href={`${ settings.current_main_site_url }/${owner}/${repo}`}
href={`${ settings.common.main_site_url }/${owner}/${repo}`}
>
{owner}/{repo}
</a>
<a
href={`${ settings.current_main_site_url }/${owner}/${repo}/tree/${detail?.branch}`}
href={`${ settings.common.main_site_url }/${owner}/${repo}/tree/${detail?.branch}`}
>
<i className="iconfont icon-a-fenzhi1 font12 mr5"></i>
{detail?.branch}

View File

@ -54,6 +54,7 @@ div[class~='headTitle'] {
width: 100%;
flex: 1;
min-height: 700px;
max-height: calc(100vh - 220px);
ul{
width: 30%;
li{
@ -76,6 +77,8 @@ div[class~='headTitle'] {
border-radius: 8px;
flex: 1;
color: #fff;
display: flex;
flex-direction: column;
.workHead{
padding:16px 20px;
border-bottom: 1px solid #22222a;
@ -103,6 +106,7 @@ div[class~='headTitle'] {
background: #000;
color: #fff;
padding:15px 15px;
overflow-y: auto;
// div[class~="ant-tree-treenode"]:hover{
// background-color: #3b3c48;
// border-radius: 3px;