Commit 6c468204 authored by “yiyousong”'s avatar “yiyousong”

perf: 合并reg分支

parents ae9bff17 2e308032
...@@ -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,7 +10,9 @@ ...@@ -10,7 +10,9 @@
<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> <MenuBar v-if="layout === 'head'" mode="horizontal"></MenuBar>
...@@ -80,6 +82,10 @@ export default { ...@@ -80,6 +82,10 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
.logo-box { .logo-box {
<<<<<<< HEAD
=======
height: 100%;
>>>>>>> reg
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 {
......
...@@ -304,7 +304,7 @@ export default { ...@@ -304,7 +304,7 @@ export default {
commMenu: 1, // 是否常用菜单 (0.非常用,1.常用) commMenu: 1, // 是否常用菜单 (0.非常用,1.常用)
component: "", // vue组件路径 component: "", // vue组件路径
menuType: 0, // 菜单类型 (0.目录,1.菜单,2.按钮) menuType: 0, // 菜单类型 (0.目录,1.菜单,2.按钮)
authType: 0, // 权限类型 (0.无限制,1.无需登录查看,2.需要登录查看,3.需要角色权限查看) authType: 3, // 权限类型 (0.无限制,1.无需登录查看,2.需要登录查看,3.需要角色权限查看)
visible: 0, // 菜单显示状态 (0.显示,1.隐藏) visible: 0, // 菜单显示状态 (0.显示,1.隐藏)
perms: "", // 权限标识,多个逗号分割 perms: "", // 权限标识,多个逗号分割
remark: "", // 备注信息 remark: "", // 备注信息
......
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