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

perf: 优化一级菜单位置

parent f9a8340c
...@@ -16,7 +16,8 @@ export default { ...@@ -16,7 +16,8 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.app { .app {
width: 100%; max-width: 2560px;
margin: auto;
height: 100%; height: 100%;
background-color: #f0f2f5; background-color: #f0f2f5;
} }
......
...@@ -74,7 +74,6 @@ export default { ...@@ -74,7 +74,6 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.layout { .layout {
width: 100vw;
height: 100vh; height: 100vh;
} }
.el-header { .el-header {
......
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
<h1 class="title" @click="handleGoHome"> <h1 class="title" @click="handleGoHome">
{{ sysName ? sysName : systemName }} {{ sysName ? sysName : systemName }}
</h1> </h1>
<HeaderSite></HeaderSite> <HeaderSite style="margin-right: 120px"></HeaderSite>
<!-- 导航 -->
<MenuBar v-if="layout === 'head'" mode="horizontal"></MenuBar>
</div> </div>
<!-- 导航 -->
<MenuBar v-if="layout === 'head'" mode="horizontal"></MenuBar>
<!-- 返回门户 --> <!-- 返回门户 -->
<div class="back-btn"> <div class="back-btn">
<el-tooltip effect="dark" content="返回门户" placement="bottom"> <el-tooltip effect="dark" content="返回门户" placement="bottom">
...@@ -80,6 +80,7 @@ export default { ...@@ -80,6 +80,7 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
.logo-box { .logo-box {
height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
} }
......
...@@ -211,7 +211,6 @@ export default { ...@@ -211,7 +211,6 @@ export default {
.ant-dropdown-link { .ant-dropdown-link {
padding: 0 20px; padding: 0 20px;
font-size: 16px; font-size: 16px;
min-width: 200px;
display: inline-block; display: inline-block;
} }
.content { .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