Sfoglia il codice sorgente

Merge pull request #1010 from bhikkhu-kosalla-china/laravel

优化nissaya样式
Bhikkhu China Kosalla 3 anni fa
parent
commit
4a6a852425

+ 4 - 0
public/app/guide/guide.css

@@ -14,6 +14,9 @@ guide {
 }
 guide:hover .guide_contence {
 	display: inline-block;
+	white-space: nowrap;
+    width: fit-content;
+    max-width: unset;
 }
 guide ul {
 	list-style-type: disc;
@@ -43,6 +46,7 @@ guide ol {
 	box-shadow: 0px 3px 13px 0px var(--shadow-color);
 	color: var(--main-color);
 	z-index: 200;
+	white-space: nowrap;
 }
 
 .guide_contence:after {

+ 27 - 0
public/app/studio/js/relation_list.js

@@ -935,6 +935,33 @@ var list_relation=[
         "editor": "Bhikkhu Kosalla sy1987",
         "language": "default"
     },
+    {
+        "id": "LOV",
+        "case": ".acc.",
+        "note": "Locus ➡ Verb Relation",
+        "sys_name": "Sadda Pan Goun",
+        "author": "Ven. Pandita Pariyatti Faculty ITBMU",
+        "editor": "Bhikkhu Kosalla sy1987",
+        "language": "en"
+    },
+    {
+        "id": "LOV",
+        "case": ".acc.",
+        "note": "容器 ➡ 动词<br>在…",
+        "sys_name": "Sadda Pan Goun",
+        "author": "Ven. Pandita Pariyatti Faculty ITBMU",
+        "editor": "Bhikkhu Kosalla sy1987",
+        "language": "zh-cn"
+    },
+    {
+        "id": "LOV",
+        "case": ".acc.",
+        "note": "ādhāra ➡ ādheyya",
+        "sys_name": "Sadda Pan Goun",
+        "author": "Ven. Pandita Pariyatti Faculty ITBMU",
+        "editor": "Bhikkhu Kosalla sy1987",
+        "language": "default"
+    },
     {
         "id": "MOT",
         "case": ".loc.",

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

@@ -1149,6 +1149,7 @@ ul {
 
 .term_mean {
     /*text-transform: capitalize;*/
+	white-space: nowrap;
 }
 .term_at_menu_ul>.trem_focus{
 	border-radius:unset;
@@ -1177,7 +1178,7 @@ ul {
 .nsy_word>.meaning{
     display:inline;
     font-weight: 400;
-	/*white-space: pre-wrap;*/
+	white-space: nowrap;
 }
 .nsy_word>.org>strong {
     font-weight:900;