From 27c5590aab433687c58dbf41e9271f71008834f0 Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期一, 27 二月 2023 11:48:05 +0800
Subject: [PATCH] 修改大屏首页

---
 src/views/Thematic/index.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/Thematic/index.vue b/src/views/Thematic/index.vue
index 16d74df..9c1473c 100644
--- a/src/views/Thematic/index.vue
+++ b/src/views/Thematic/index.vue
@@ -47,16 +47,16 @@
         }
       }
 
-      if (parm == "leftView" || parm == "leftTree") {
-        this.leftWidth = "20%"
-        this.rightWidth = "22%"
-      }
-      if (parm == "leftView") {
-        this.leftTree = false
-      }
-      if (parm == "leftTree") {
-        this.leftTree = true
-      }
+      // if (parm == "leftView" || parm == "leftTree") {
+      //   this.leftWidth = "20%"
+      //   this.rightWidth = "22%"
+      // }
+      // if (parm == "leftView") {
+      //   this.leftTree = false
+      // }
+      // if (parm == "leftTree") {
+      //   this.leftTree = true
+      // }
 
       if (parm == "right") {
         if (this.rightWidth == "22%") {

--
Gitblit v1.9.3