소스 검색

:bug: 修正译文显示的bug

Bhikkhu-Kosalla 5 년 전
부모
커밋
c158dbfdce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/term/note.js

+ 1 - 1
app/term/note.js

@@ -464,7 +464,7 @@ function note_json_html(in_json) {
 
 
 	//output += "<div class='translation_div'>";
 	//output += "<div class='translation_div'>";
 	for (const iterator of in_json.translation) {
 	for (const iterator of in_json.translation) {
-		output += "<div class='tran' lang='" + iterator.lang + "'>";
+		output += "<div class='tran' lang='" + iterator.lang + "' style='display:flex;'>";
 		//译文工具按钮开始
 		//译文工具按钮开始
 		output += "<div class='tran_text_tool_botton' onclick='tool_bar_show(this)'>";
 		output += "<div class='tran_text_tool_botton' onclick='tool_bar_show(this)'>";
 		output +=
 		output +=