Commit be0cb252 by amateur

修改头部导航栏点击问题

1 parent 843d13a6
......@@ -160,6 +160,7 @@ section {
.nav_left {
display: flex;
align-items: center;
z-index: 2;
:active {
opacity: 0.5;
}
......@@ -182,13 +183,13 @@ section {
align-items: center;
justify-content: center;
font-size: 18px;
z-index: -1;
}
.nav_right {
min-width: 100px;
display: flex;
align-items: center;
justify-content: flex-end;
z-index: 2;
}
}
</style>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!