Browse Source

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

样式优化
Bhikkhu China Kosalla 3 years ago
parent
commit
d62e825e26
1 changed files with 13 additions and 1 deletions
  1. 13 1
      public/app/term/term.css

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

@@ -640,6 +640,10 @@ pw {
 	display: flex;
 	display: flex;
 	margin-right: 5px;
 	margin-right: 5px;
 }
 }
+.other_tran_div .left_bar{
+	position: absolute;
+	right: 15px;
+}
 .sent_tran .left_bar > .face {
 .sent_tran .left_bar > .face {
 	display: block;
 	display: block;
 	margin: 0 0.5em auto auto;
 	margin: 0 0.5em auto auto;
@@ -1208,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;
+}