From a9a03d64cf190188d3db04d14970fc0908b03491 Mon Sep 17 00:00:00 2001
From: huangyinfeng <1244041895@qq.com>
Date: 星期五, 27 九月 2024 09:02:26 +0800
Subject: [PATCH] 部分功能

---
 src/layouts/page/email.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/layouts/page/email.vue b/src/layouts/page/email.vue
index 7bf5dc7..8e7bf0d 100644
--- a/src/layouts/page/email.vue
+++ b/src/layouts/page/email.vue
@@ -1,11 +1,11 @@
 <template>
   <div>
     <PageWrapper :class="`${prefixCls}`" dense contentFullHeight fixedHeight>
-      <div class="default-theme" style="display: flex;height: 100%;background-color: #fff;">
-        <div style="width: 10%;height: 100%;">
+      <div class="default-theme" style="display: flex; height: 100%; background-color: #fff">
+        <div style="width: 10%; height: 100%">
           <LeftNav></LeftNav>
         </div>
-        <div style="width: 84%;height: 100%;">
+        <div style="width: 84%; height: 100%">
           <RouterView>
             <template #default="{ Component, route }">
               <transition
@@ -36,10 +36,10 @@
 </template>
 
 <script lang="ts" setup>
-import {PageWrapper} from '@/components/Page';
-import { Splitpanes, Pane } from 'splitpanes';
+  import { PageWrapper } from '@/components/Page';
+  import { Splitpanes, Pane } from 'splitpanes';
 
-  import LeftNav from '@/views/email/components/LeftNav.vue';
+  import LeftNav from '@/views/email/components/LeftMenu/index.vue';
   import { computed, unref } from 'vue';
 
   import FrameLayout from '@/layouts/iframe/index.vue';

--
Gitblit v1.8.0