소스 검색

fix:关键词显示调整

Signed-off-by: tsz <2417024719@qq.com>
tsz 1 년 전
부모
커밋
b22b16d2b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/web/templates/pc/dataExport_sieve.html

+ 1 - 1
src/web/templates/pc/dataExport_sieve.html

@@ -2034,7 +2034,7 @@
             if(v.exclude && v.exclude.length > 0) {
               notkey = '排除词:' + v.exclude.toString()
             }
-            keyword += key + append + notkey + ';'
+            keyword += key + '\n' + append + '\n' + notkey + ';'
           })
         }
         return keyword