From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 十一月 2022 16:11:55 +0800 Subject: [PATCH] 2022-11-21 --- 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