Commit 5392ef0e authored by “yiyousong”'s avatar “yiyousong”

perf: 优化一级菜单位置

parent f9a8340c
......@@ -16,7 +16,8 @@ export default {
<style lang="less" scoped>
.app {
width: 100%;
max-width: 2560px;
margin: auto;
height: 100%;
background-color: #f0f2f5;
}
......
......@@ -74,7 +74,6 @@ export default {
<style lang="less" scoped>
.layout {
width: 100vw;
height: 100vh;
}
.el-header {
......
......@@ -10,10 +10,10 @@
<h1 class="title" @click="handleGoHome">
{{ sysName ? sysName : systemName }}
</h1>
<HeaderSite></HeaderSite>
</div>
<HeaderSite style="margin-right: 120px"></HeaderSite>
<!-- 导航 -->
<MenuBar v-if="layout === 'head'" mode="horizontal"></MenuBar>
</div>
<!-- 返回门户 -->
<div class="back-btn">
<el-tooltip effect="dark" content="返回门户" placement="bottom">
......@@ -80,6 +80,7 @@ export default {
align-items: center;
justify-content: space-between;
.logo-box {
height: 100%;
display: flex;
align-items: center;
}
......
......@@ -211,7 +211,6 @@ export default {
.ant-dropdown-link {
padding: 0 20px;
font-size: 16px;
min-width: 200px;
display: inline-block;
}
.content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment