From fb3ec146a9e1444ece749d0bcf232a554e933fb0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 17 五月 2022 22:56:16 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/popview/index.scss |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/menu/popview/index.scss b/src/menu/popview/index.scss
index d1a7fda..7194ad4 100644
--- a/src/menu/popview/index.scss
+++ b/src/menu/popview/index.scss
@@ -1,6 +1,16 @@
 .pc-poper-view {
   background: #000;
   min-height: 100vh;
+
+  .eye-open {
+    .component-name {
+      display: block;
+    }
+    .anticon-tool {
+      display: none;
+    }
+  }
+  
   >.menu-body {
     width: 100vw;
     height: 100vh;

--
Gitblit v1.8.0