2
0
Эх сурвалжийг харах

修正article目录遮挡问题

bhikkhu-kosalla-china 3 жил өмнө
parent
commit
6ef3a48254

+ 2 - 2
public/app/article/style.css

@@ -19,7 +19,7 @@
 #head_bar {
 #head_bar {
 	display: flex;
 	display: flex;
 	justify-content: space-between;
 	justify-content: space-between;
-	/*height: 5em;*/
+	max-height: 5em;
 	background-color: var(--tool-bg-color1);
 	background-color: var(--tool-bg-color1);
 	border-bottom: 1px solid var(--tool-line-color);
 	border-bottom: 1px solid var(--tool-line-color);
 	padding: 0.5vh 0.5vw;
 	padding: 0.5vh 0.5vw;
@@ -57,7 +57,7 @@
     position: fixed;
     position: fixed;
     top: 0;
     top: 0;
     left: 0;
     left: 0;
-    padding-top: 90px;
+    padding-top: calc(5em + 50px);
     height: 100%;
     height: 100%;
 	/*width:300px;*/
 	/*width:300px;*/
 	/*overflow-x: hidden;*/
 	/*overflow-x: hidden;*/