|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div class="wh-full" :class="classObj">
|
|
|
|
|
|
+ <div :class="classObj" class="wh-full">
|
|
<!-- 遮罩层 -->
|
|
<!-- 遮罩层 -->
|
|
<div
|
|
<div
|
|
v-if="classObj.mobile && classObj.openSidebar"
|
|
v-if="classObj.mobile && classObj.openSidebar"
|
|
@@ -15,8 +15,8 @@
|
|
<div class="mix-container__left">
|
|
<div class="mix-container__left">
|
|
<el-scrollbar style="height: 100%; background-color: #304156">
|
|
<el-scrollbar style="height: 100%; background-color: #304156">
|
|
<SidebarMenu
|
|
<SidebarMenu
|
|
- :menu-list="mixLeftMenus"
|
|
|
|
:base-path="activeTopMenuPath"
|
|
:base-path="activeTopMenuPath"
|
|
|
|
+ :menu-list="mixLeftMenus"
|
|
/>
|
|
/>
|
|
<div
|
|
<div
|
|
style="width: 100%; height: 50px; background-color: #304156"
|
|
style="width: 100%; height: 50px; background-color: #304156"
|
|
@@ -51,7 +51,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
-<script setup lang="ts">
|
|
|
|
|
|
+<script lang="ts" setup>
|
|
import { useAppStore, useSettingsStore, usePermissionStore } from "@/store";
|
|
import { useAppStore, useSettingsStore, usePermissionStore } from "@/store";
|
|
import defaultSettings from "@/settings";
|
|
import defaultSettings from "@/settings";
|
|
import { DeviceEnum } from "@/enums/DeviceEnum";
|
|
import { DeviceEnum } from "@/enums/DeviceEnum";
|
|
@@ -345,11 +345,13 @@ function toggleSidebar() {
|
|
}
|
|
}
|
|
|
|
|
|
// 顶部模式全局变量修改
|
|
// 顶部模式全局变量修改
|
|
- --el-menu-item-height: $navbar-height;
|
|
|
|
|
|
+ //--el-menu-item-height: $navbar-height;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
:deep(.el-input-number) {
|
|
:deep(.el-input-number) {
|
|
}
|
|
}
|
|
|
|
+
|
|
// :deep(.el-collapse-item__content) {
|
|
// :deep(.el-collapse-item__content) {
|
|
// padding: 18px 0 15px 10px;
|
|
// padding: 18px 0 15px 10px;
|
|
// margin-bottom: 10px;
|
|
// margin-bottom: 10px;
|