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;
- }
- }
-}