Browse Source

推荐个数数

tags/v1.21.12.2^2
Gitea 4 years ago
parent
commit
1803d523b3
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      templates/org/select_pro.tmpl

+ 4
- 1
templates/org/select_pro.tmpl View File

@@ -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>'
}
}


Loading…
Cancel
Save