From 5adb70f8f046e2de37c4984a454503c5daaf08b3 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期五, 17 五月 2024 22:26:20 +0800
Subject: [PATCH] 1

---
 src/pages/knowledgeBase/knowledgeBase.vue |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/src/pages/knowledgeBase/knowledgeBase.vue b/src/pages/knowledgeBase/knowledgeBase.vue
index 4562450..da9b5a8 100644
--- a/src/pages/knowledgeBase/knowledgeBase.vue
+++ b/src/pages/knowledgeBase/knowledgeBase.vue
@@ -15,7 +15,7 @@
         class="advancedSea"
         @click="isAvancedClick"
         style="color: #244a7b; cursor: pointer"
-        >楂樼骇鎼滅储 锕�</view
+        >楂樼骇鎼滅储 鈭�</view
       >
     </view>
     <!-- 鐑棬鎼滅储 -->
@@ -91,10 +91,10 @@
           <view v-if="profession.list.length - 1 > 3" class="flex flex-center">
             <view
               class="toggleButton"
-              style="color: #c1d3ea"
+              style="color: #244a7b"
               @click="shrinkClick('a', '鑱屼笟')"
             >
-              {{ activeBox !== "a" ? "鏇村  锕�" : "鏀惰捣  锔�" }}
+              {{ activeBox !== "a" ? "鏇村  鈭�" : "鏀惰捣  鈭�" }}
             </view>
           </view>
         </view>
@@ -129,10 +129,10 @@
           <view v-if="dynasty.list.length - 1 > 3" class="flex flex-center">
             <view
               class="toggleButton"
-              style="color: #c1d3ea"
+              style="color: #244a7b"
               @click="shrinkClick('b', '鏃舵湡')"
             >
-              {{ activeBox !== "b" ? "鏇村  锕�" : "鏀惰捣  锔�" }}
+              {{ activeBox !== "b" ? "鏇村  鈭�" : "鏀惰捣  鈭�" }}
             </view>
           </view>
         </view>
@@ -165,7 +165,7 @@
           </ul>
           <!-- 	<view class="flex flex-center">
 							<view class="toggleButton" style="font-size: 25rpx;color: #C1D3EA;" @click="shrinkClick('b')">
-								{{ activeBox !== 'b' ? '鏇村  锕�' : '鏀惰捣  锔�' }}
+								{{ activeBox !== 'b' ? '鏇村  鈭�' : '鏀惰捣  鈭�' }}
 							</view>
 						</view> -->
         </view>
@@ -213,7 +213,7 @@
           <el-table-column prop="official" label="瀹樿亴"></el-table-column>
         </el-table>
         <!-- 鍒嗛〉 -->
-        <el-row class="fenye" style="position: absolute; bottom: 0.1rem">
+        <el-row class="fenye">
           <el-pagination
             class="paging flex"
             :current-page="CurrentPage"
@@ -390,11 +390,6 @@
     this.onSearch({ text: options.keyword });
   },
   mounted() {
-    // 淇敼涓ゆ鐨勯珮搴︿繚鎸佷竴鑷�
-    var box1Height = document.querySelector(".fbox2").offsetHeight;
-    document.querySelector(".fbox3").style.height =
-      box1Height + box1Height / 18 + "px";
-    console.log(box1Height, "box1Height");
     this.getStatistics();
   },
   methods: {

--
Gitblit v1.9.1