From 0effefd8e3e81090e34e8de313dff487fa8e98a1 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 22 Feb 2024 11:39:40 +0800
Subject: [PATCH] 公司管理样式调整

---
 src/views/property/companyManage.vue |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/src/views/property/companyManage.vue b/src/views/property/companyManage.vue
index 60e3017..a157fb0 100644
--- a/src/views/property/companyManage.vue
+++ b/src/views/property/companyManage.vue
@@ -1,6 +1,6 @@
 <!-- 物业公司管理 -->
 <template>
-    <basic-container>
+    <basic-container class="basic-container-box">
         <div class="detail-container">
             <el-tabs v-model="activeName" @tab-click="handleClick">
                 <el-tab-pane label="公司管理" name="info0"></el-tab-pane>
@@ -232,12 +232,30 @@
 </script>
 
 <style lang="scss" scoped>
+.basic-container-box {
+    height: 100%;
+
+    :deep(.basic-container__card),
+    :deep(.el-card__body) {
+        height: 98%;
+    }
+
+    .detail-container {
+        height: calc(100% - 100px);
+    }
+}
+
+
 :deep(.answer) {
+    height: calc(100% - 60px);
+    overflow-y: scroll;
+
     .topic-item {
         margin-bottom: 20px;
 
         .topic-title {
             margin-bottom: 10px;
+            font-size: 14px;
         }
 
         .topic-options {
@@ -255,6 +273,7 @@
                     display: flex;
                     align-items: center;
                     margin-right: 6px;
+                    font-size: 14px;
                 }
             }
         }
@@ -264,6 +283,6 @@
 .submit-btn {
     display: flex;
     justify-content: center;
-    margin-bottom: 30px;
+    margin: 20px;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3