Browse Source

:art: term popup 按钮放最下

visuddhinanda@gmail.com 4 năm trước cách đây
mục cha
commit
3499f09a9d
2 tập tin đã thay đổi với 13 bổ sung3 xóa
  1. 12 2
      public/app/term/term.css
  2. 1 1
      public/app/term/term_popup.js

+ 12 - 2
public/app/term/term.css

@@ -337,8 +337,18 @@ note n {
 	padding: 5px 0;
 }
 .term_block {
-	border-bottom: 1px solid #cecece;
-	padding: 5px 0;
+
+}
+.term_block h2{
+    margin: 0;
+}
+.term_popup_foot{
+    display: flex;
+    justify-content: space-between;
+}
+.guide_contence .term_note{
+    border-bottom: 1px solid var(--border-line-color);
+    min-height: 9em;
 }
 .term_word_head_authors a {
 	color: blue;

+ 1 - 1
public/app/term/term_popup.js

@@ -57,7 +57,7 @@ function note_lookup_guid_json(guid) {
             "<div class='term_note' status='1'>" +
             note_init(result.note) +
             "</div>";
-          html += "<div >";
+          html += "<div class='term_popup_foot'>";
           html +=
             "<a href='../wiki/wiki.php?word=" +
             result.word +