Kaynağa Gözat

:bug: 句子块样式优化

bhikkhu-kosalla-china 3 yıl önce
ebeveyn
işleme
a2f000685f
1 değiştirilmiş dosya ile 12 ekleme ve 2 silme
  1. 12 2
      public/app/term/term.css

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

@@ -639,8 +639,10 @@ pw {
 	flex: 1;
 	flex: 1;
 	display: flex;
 	display: flex;
 	margin-right: 5px;
 	margin-right: 5px;
+}
+.other_tran_div .left_bar{
 	position: absolute;
 	position: absolute;
-	right: 0;
+	right: 15px;
 }
 }
 .sent_tran .left_bar > .face {
 .sent_tran .left_bar > .face {
 	display: block;
 	display: block;
@@ -1210,4 +1212,12 @@ button.primary {
 
 
 .vertical .preview .popup_contence{
 .vertical .preview .popup_contence{
     max-width: max(50vw, 100%);
     max-width: max(50vw, 100%);
-}
+}
+.other_tran_div thead{
+	background: ivory;
+}
+.other_tran_div th{
+	background: ivory;
+	font-weight: unset;
+    text-align: inherit;
+}