From 6e06b877b6308c21cd6911a7d94455b7fba81bb2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 26 Jun 2025 17:19:58 +0800
Subject: [PATCH] feat:部分样式去除

---
 src/views/resource/waylineFile.vue |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/src/views/resource/waylineFile.vue b/src/views/resource/waylineFile.vue
index 412fe53..cbaf3ca 100644
--- a/src/views/resource/waylineFile.vue
+++ b/src/views/resource/waylineFile.vue
@@ -231,12 +231,5 @@
 .avue-crud .el-table {
   max-height: none !important;
 }
- :deep(){
-    .avue-crud__body{
-      .el-form{
-        height: 745px;
-        overflow: auto;
-      }
-    }
-  }
+
 </style>

--
Gitblit v1.9.3