mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
commit:修复工作流bug,修复builder报错
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
}}</span>
|
||||
</template>
|
||||
<template v-for="child in menu.children" :key="child.menuId">
|
||||
<sub-menu class="nest-menu" :index="child.menuId" :menu="child" :isChild="true" />
|
||||
<sub-menu class="nest-menu" :menu="child" :isChild="true" />
|
||||
</template>
|
||||
</el-sub-menu>
|
||||
</div>
|
||||
@@ -63,10 +63,9 @@ const getTextStyle = (isShow: boolean) => {
|
||||
.nest-menu :deep(.el-menu-item span:first-child),
|
||||
.nest-menu :deep(.el-menu-item .menu-icon:first-child),
|
||||
.nest-menu :deep(.el-submenu__title span:first-child) {
|
||||
padding-left: 14px !important;
|
||||
padding-left: 8px !important;
|
||||
}
|
||||
.nest-menu :deep(.el-submenu__title .menu-icon:first-child) {
|
||||
margin-left: 8px !important;
|
||||
}
|
||||
</style>
|
||||
@/types/upms/menu
|
||||
|
||||
@@ -279,4 +279,3 @@ const rightClick = () => {
|
||||
background: #eee;
|
||||
}
|
||||
</style>
|
||||
@/types/upms/menu
|
||||
|
||||
@@ -150,4 +150,3 @@ const select = () => {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@/types/upms/menu
|
||||
|
||||
@@ -140,4 +140,3 @@ watch(
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@/types/upms/menu
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
>
|
||||
<i class="online-icon icon-message" style="font-size: 16px; color: #333" />
|
||||
</el-badge>
|
||||
<template v-slot:dropdown>
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu style="min-width: 130px">
|
||||
<el-dropdown-item class="user-dropdown-item" command="remindingMessage">
|
||||
催办消息
|
||||
@@ -57,7 +57,7 @@
|
||||
>{{ (userInfo || {}).showName
|
||||
}}<el-icon class="el-icon--right"><el-icon-arrow-down /></el-icon>
|
||||
</span>
|
||||
<template v-slot:dropdown>
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
<el-dropdown-item class="user-dropdown-item" command="modifyPassword"
|
||||
>修改密码</el-dropdown-item
|
||||
@@ -354,9 +354,6 @@ onBeforeUnmount(() => {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
//@import url('@/assets/style/element-variables.scss');
|
||||
//$--color-primary: #f70;
|
||||
|
||||
.header {
|
||||
z-index: 1;
|
||||
.header-main {
|
||||
|
||||
Reference in New Issue
Block a user