From 4fabfe4dbd2eb28d07a4350597d314958cc1c281 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 09 十月 2025 11:16:43 +0800
Subject: [PATCH] 优化

---
 admin/src/layouts/TableLayout.vue |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/admin/src/layouts/TableLayout.vue b/admin/src/layouts/TableLayout.vue
index 24c81d8..d64e0ae 100644
--- a/admin/src/layouts/TableLayout.vue
+++ b/admin/src/layouts/TableLayout.vue
@@ -1,11 +1,11 @@
 <template>
   <div class="table-layout">
     <!-- 澶撮儴 -->
-    <!-- <div v-if="withBreadcrumb" class="table-header">
+    <div v-if="withBreadcrumb" class="table-header">
       <el-breadcrumb separator="/">
         <el-breadcrumb-item v-for="path in paths" :key="path">{{path}}</el-breadcrumb-item>
       </el-breadcrumb>
-    </div> -->
+    </div>
     <Profile :roles="roles" :permissions="permissions">
       <!-- 鎼滅储琛ㄥ崟閮ㄥ垎 -->
       <div class="table-search-form">
@@ -57,13 +57,6 @@
 @import "@/assets/style/variables.scss";
 .table-layout {
   height: 100%;
-  // height: 600px;
-  overflow: scroll;
-  scrollbar-width: none; /* firefox */
-  -ms-overflow-style: none; /* IE 10+ */
-  &::-webkit-scrollbar {
-    display: none; /* Chrome Safari */
-  }
   display: flex;
   flex-direction: column;
   .not-allow-wrap {
@@ -115,8 +108,6 @@
   .table-wrap {
     padding: 16px 16px 0 16px;
     background: #fff;
-    min-width: 800px;
-    overflow: hidden;
     // 宸ュ叿鏍�
     .toolbar {
       border-bottom: 1px solid #eee;

--
Gitblit v1.9.3