From 89f85223ff7b1b5ee3931ae01efa3dd17d5524fc Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 十一月 2022 16:03:27 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/views/pcdesign/index.scss |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/pcdesign/index.scss b/src/views/pcdesign/index.scss
index 881e06c..d5f059d 100644
--- a/src/views/pcdesign/index.scss
+++ b/src/views/pcdesign/index.scss
@@ -13,6 +13,17 @@
       display: none;
     }
   }
+  .update-tip::after {
+    content: ' ';
+    display: inline-block;
+    position: absolute;
+    top: -4px;
+    right: -4px;
+    width: 8px;
+    height: 8px;
+    background-color: red;
+    border-radius: 8px;
+  }
   .component-name {
     position: absolute;
     z-index: 9;
@@ -251,4 +262,7 @@
 
 body {
   overflow-y: hidden;
+}
+.user-component-wrap {
+  display: none!important;
 }
\ No newline at end of file

--
Gitblit v1.8.0