Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
3713293b13 | |
|
|
754173689a |
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue