From b66453b8b4a7ba6dc94127bb5c9a6647519e447a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 04 六月 2025 13:40:00 +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