From bf764e861a3b0b8148cf313003d31682c18260c8 Mon Sep 17 00:00:00 2001
From: 15030600271 <1qaz!QAZ>
Date: 星期二, 24 十月 2023 15:24:46 +0800
Subject: [PATCH] 20231024_qiuyh_预埋件库存导出增加字段
---
web/src/views/LayoutIndex/components/LayoutAside.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/web/src/views/LayoutIndex/components/LayoutAside.vue b/web/src/views/LayoutIndex/components/LayoutAside.vue
index 3ed7255..8d29a32 100644
--- a/web/src/views/LayoutIndex/components/LayoutAside.vue
+++ b/web/src/views/LayoutIndex/components/LayoutAside.vue
@@ -21,7 +21,7 @@
<template v-for="three in item.children">
<template v-if="three.children && three.children.length > 1">
- <el-submenu :key="three.name" :index="three.path">
+ <el-submenu :key="three.name" :index="three.path" class="titles_two">
<template slot="title">
<span>{{three.meta.title}}</span>
</template>
@@ -117,6 +117,10 @@
}
}
+.titles_two{
+ padding-left: 15px;
+}
+
/deep/ .el-menu {
border-right: 0;
}
--
Gitblit v1.9.3