From 4b4530087295f9b53dcff84888b7a08c07640846 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 03 六月 2025 14:57:50 +0800
Subject: [PATCH] 整体样式修改

---
 src/views/basicInformation/index.vue |   27 +--------------------------
 1 files changed, 1 insertions(+), 26 deletions(-)

diff --git a/src/views/basicInformation/index.vue b/src/views/basicInformation/index.vue
index c77fc2d..9a35c6a 100644
--- a/src/views/basicInformation/index.vue
+++ b/src/views/basicInformation/index.vue
@@ -68,7 +68,7 @@
           @delete="handleDeleteSuccess"
           :show-selection="true"
           :border="true"
-          :maxHeight="440"
+          :maxHeight="480"
         />
       </div>
       <pagination
@@ -509,28 +509,6 @@
 </script>
 
 <style scoped>
-.app-container {
-  padding: 20px;
-  background-color: #f5f7fa;
-  box-sizing: border-box;
-  min-height: calc(100vh - 84px);
-}
-.search-form {
-  background: #fff;
-  padding: 20px 20px 0 20px;
-  margin-bottom: 20px;
-  border-radius: 4px;
-  box-shadow: var(--el-box-shadow-light);
-}
-.el-form-item__label{
-  padding: 0 5px 0 0 !important;
-  font-weight: 500;
-}
-.search-form :deep(.el-form-item) {
-  margin-bottom: 16px;
-  width: 100%;
-}
-
 /* 鍝嶅簲寮忓竷灞� */
 @media screen and (min-width: 768px) {
   .search-form :deep(.el-form-item) {
@@ -541,9 +519,6 @@
   .search-form :deep(.el-form-item) {
     width: 16%;
   }
-}
-.info-tabs {
-  margin-bottom: 20px;
 }
 .table-toolbar {
   margin-bottom: 20px;

--
Gitblit v1.9.3