From adec7f4020826a622322d01cd8e49558aa01549a Mon Sep 17 00:00:00 2001
From: huailei <31801270+huailei000@users.noreply.github.com>
Date: Fri, 25 Nov 2022 16:40:22 +0800
Subject: [PATCH] =?UTF-8?q?Revert=20"feat:=20=E5=88=87=E6=8D=A2=E7=BB=84?=
=?UTF-8?q?=E7=BB=87=E9=80=89=E6=8B=A9=E5=99=A8=E5=AE=BD=E5=BA=A6=E8=87=AA?=
=?UTF-8?q?=E9=80=82=E5=BA=94"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This reverts commit 3fa33e482a8bf7bab0e630793e0e599ec2d63c09.
---
.../components/NavHeader/Organization.vue | 29 ++-----------------
1 file changed, 2 insertions(+), 27 deletions(-)
diff --git a/src/layout/components/NavHeader/Organization.vue b/src/layout/components/NavHeader/Organization.vue
index e8c82466b..d10584cd9 100644
--- a/src/layout/components/NavHeader/Organization.vue
+++ b/src/layout/components/NavHeader/Organization.vue
@@ -1,7 +1,7 @@
-
- {{ (orgGroups.map(i => (i.options.find(item => item.id === currentOrg.id) || {}).name)).filter(Boolean) }}
-
>> input{
- position: absolute;
- }
- &>>> .el-input__inner{
- margin-left: 6px;
- }
- &>>> .el-input__prefix{
- position: relative;
- left: 0px;
- box-sizing: border-box;
- border: 1px solid #ffffff00;
- padding: 0 30px 0 0;
- height: 30px;
- line-height: 30px;
- .placeholder {
- visibility: hidden;
- }
- }
-}