style: 调整

This commit is contained in:
fofolee
2021-12-31 16:37:21 +08:00
parent 6bafa93755
commit 6c9923a0eb
8 changed files with 22 additions and 178 deletions

View File

@@ -143,6 +143,7 @@ let showCommandByType = features => {
if (rules.length > 14) rules = rules.slice(0, 14) + '...';
qcType += `<div class="topchild">关键字</div><div>`
rules.split(',').forEach(r => {
// qcType += `<span class="keyword"><a href="javascript:utools.redirect('${window.htmlEncode(r, true)}')">${window.htmlEncode(r, true)}</a></span>`;
qcType += `<span class="keyword">${window.htmlEncode(r, true)}</span>`;
});
qcType += `</div>`
@@ -151,6 +152,12 @@ let showCommandByType = features => {
return qcType
}
// let linkKeywords = features => {
// if ($(`#${features.code} .checked-switch`).prop('checked')) {
// }
// }
// **************************************************
// *********************功能按钮**********************