|
|
|
@@ -44,6 +44,9 @@ |
|
|
|
.full_height{ |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
/deep/ ui.checkbox input[type=checkbox]::after{ |
|
|
|
border: 1px solid #0366D6 !important; |
|
|
|
} |
|
|
|
</style> |
|
|
|
<div class="ui stackable grid"> |
|
|
|
<div style="width: 100%;margin:15px 0;"> |
|
|
|
@@ -189,7 +192,7 @@ |
|
|
|
pro_html += '</div>' |
|
|
|
} |
|
|
|
else{ |
|
|
|
pro_html += `<div class="ui checkbox" style="width: 33%;margin-bottom:10px" > <input type="checkbox" class="Relist" name ='select_pro_name' data-repoid="${data[i].RepoID}" data-reponame="${data[i].RepoName}" data-selected= ${data[i].Selected}> <label> ${data[i].RepoName} </label></div>` |
|
|
|
pro_html += `<div class="ui checkbox" style="width: 33%;margin-bottom:10px" > <input type="checkbox" onclick="checkedNum()" class="Relist" name ='select_pro_name' data-repoid="${data[i].RepoID}" data-reponame="${data[i].RepoName}" data-selected= ${data[i].Selected}> <label> ${data[i].RepoName} </label></div>` |
|
|
|
pro_html += '</div>' |
|
|
|
} |
|
|
|
} |
|
|
|
|