bhikkhu-kosalla-china 4 лет назад
Родитель
Сommit
a0caab5c5b
4 измененных файлов с 15 добавлено и 7 удалено
  1. 3 2
      app/dict/index.php
  2. 1 2
      app/pcdl/css/style.css
  3. 3 3
      app/studio/js/render.js
  4. 8 0
      app/users_guide/zh-cn/grammar_pp.md

+ 3 - 2
app/dict/index.php

@@ -53,8 +53,6 @@ guide.grammar_tag:hover {
 					<div style="width:90%;">
 						<input id="dict_ref_search_input" type="text" autocomplete="off" placeholder="<?php echo $_local->gui->dict_searching_placehold; ?> " onkeyup="dict_input_keyup(event,this)" style="" onfocus="dict_input_onfocus()" />
 					</div>
-					<div id="result_msg"></div>
-					<div id="manual_split"></div>
 				</div>
 
 				<div id="pre_search_result" >
@@ -70,6 +68,7 @@ guide.grammar_tag:hover {
 					</div>
 				</div>
 			</div>
+
 			<span style="display:flex;">
 			<!--
 				<button id="trubo_split" onclick="trubo_split()" >
@@ -80,6 +79,8 @@ guide.grammar_tag:hover {
 			</span>
 			<div></div>
 		</div>
+		<div id="manual_split"></div>
+		<div id="result_msg"></div>
 		<div style="display:block;z-index: 5;text-align:center;">
 
 		</div>

+ 1 - 2
app/pcdl/css/style.css

@@ -3089,8 +3089,7 @@ th {
 	color: #b5b5b5;
 	position: absolute;
 	width: 100%;
-	height: 5em;
-	bottom: -2em;
+	margin-top: calc(100vh - 89px - 3.6em);
 }
 
 #search_div {

+ 3 - 3
app/studio/js/render.js

@@ -2204,9 +2204,9 @@ function renderWordHeadInner(element) {
 	output += "</span>";
 	output += "</a>";
 	if (wNote.length > 0) {
-		output += '<span id="wnote_root_' + wid + '"><wnh wid="' + wid + '">[1]</wnh></span>';
+		output += '<span id="wnote_root_' + wid + '" onclick="show_pop_note(\'' + wid + '\')"><wnh wid="' + wid + '">[1]</wnh></span>';
 	} else {
-		output += '<span id="wnote_root_' + wid + '"></span>';
+		output += '<span id="wnote_root_' + wid + '" onclick="show_pop_note(\'' + wid + '\')"></span>';
 	}
 	var newMsg = msg_word_msg_num(wid);
 	if (newMsg > 0) {
@@ -4387,7 +4387,7 @@ function refreshNoteNumber() {
 	$("wnh").each(function (index, element) {
 		let id = $(this).attr("wid");
 		//$(this).html("<a href='#word_note_"+id+"'  name=\"word_note_root_"+id+"\">"+(index+1)+"</a>");
-		$(this).html("<span onclick=\"show_pop_note('" + id + "')\">" + (index + 1) + "</span>");
+		$(this).html("<span>" + (index + 1) + "</span>");
 	});
 
 	$("wnc").each(function (index, element) {

+ 8 - 0
app/users_guide/zh-cn/grammar_pp.md

@@ -1,4 +1,12 @@
 ## 过去分词
+分词的一种,在句子中存在主要动词的情况下
+
+例句:这是一杯**煮过的**牛奶。
+这句话中:
+- 是——主要动词
+- 煮过的——过去分词——**煮**这个动作是在过去发生的
+
+在这句话中,因为
 
 |语种|缩写|全称|
 |-|-|-|