暂存导航栏调整

This commit is contained in:
2024-08-02 16:05:37 +08:00
parent 69aaacb1c7
commit ad7ef729d0
12 changed files with 242 additions and 46 deletions

View File

@@ -12,7 +12,7 @@
v-if="!topNav" />
<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" />
<div style="padding-top: 5px; padding-right: 38px">
<div style="padding-top: 5px; padding-right: 24px">
<navbar-right :blackTitle="true" />
</div>
</div>
@@ -80,14 +80,14 @@ export default {
<style lang="scss" scoped>
.navbar {
height: 48px; // 56
height: 84px;
overflow: hidden;
position: relative;
background: #fff;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
.hamburger-container {
line-height: 48px;
line-height: 84px;
height: 100%;
float: left;
cursor: pointer;