diff --git a/templates/org/select_pro.tmpl b/templates/org/select_pro.tmpl index 42a21d398..7c6e7ef56 100755 --- a/templates/org/select_pro.tmpl +++ b/templates/org/select_pro.tmpl @@ -13,7 +13,8 @@ .header_card{ /* color:#003A8C !important; */ color:#0366D6 !important; - margin: 10px 0; + margin: 10px 0 0px 0; + height: 25px; } .marg{ margin: 0 5px !important; @@ -45,6 +46,9 @@ .full_height{ height: 100%; } + .omit{ + overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + } /deep/ ui.checkbox input[type=checkbox]::after{ border: 1px solid #0366D6 !important; } @@ -71,9 +75,9 @@ {{ range .RepoList}}
-
-
- {{.Name}} +
+
{{.Description}} @@ -81,15 +85,16 @@
- {{if .Topics }} -
+ {{if .Topics }} +
{{range .Topics}} - {{if ne . "" }}
{{.}}
{{end}} - {{end}} + {{if ne . "" }}{{.}}{{end}} + {{end}} +
- {{end}} -
- + {{end}} + +
@@ -191,11 +196,11 @@ for (let i=0;i
` + pro_html += `
` pro_html += '
' } else{ - pro_html += `
` + pro_html += `
` pro_html += '
' } }