From 83592b5c2dcbfd0a91d36dfa89f1a6cbe95ab1d1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 27 十月 2022 15:22:01 +0800
Subject: [PATCH] 2022-10-27

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

diff --git a/src/views/mobdesign/index.scss b/src/views/mobdesign/index.scss
index 0dfd9d5..11cb042 100644
--- a/src/views/mobdesign/index.scss
+++ b/src/views/mobdesign/index.scss
@@ -9,6 +9,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;
@@ -304,4 +315,8 @@
 
 body {
   overflow-y: hidden;
+}
+
+.user-component-wrap {
+  display: none!important;
 }
\ No newline at end of file

--
Gitblit v1.8.0