From a5adc448493fb0ccfea74cb4f67413f7372cccdd Mon Sep 17 00:00:00 2001 From: mjz <2286101414@qq.com> Date: Sun, 28 May 2023 22:38:55 +0800 Subject: [PATCH] mjz update --- docs/10.文档/20.基础元素/20.背景.md | 4 ++-- vdoing/components/RightMenu.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/10.文档/20.基础元素/20.背景.md b/docs/10.文档/20.基础元素/20.背景.md index 69eea21..7b9de5d 100644 --- a/docs/10.文档/20.基础元素/20.背景.md +++ b/docs/10.文档/20.基础元素/20.背景.md @@ -6,7 +6,7 @@ article: false --- ## 深色背景 -在 class 中加入 `bg-Red|Orange|...` +在 class 中加入 `bg-red|orange|...` ```css .bg-red /* 嫣红 #e54d42 */ @@ -27,7 +27,7 @@ article: false ``` ## 浅色背景 -在 class 中加入 `bg-Red|Orange|...` +在 class 中加入 `bg-red|orange|...` 在 class 中再加入 `light` ```css diff --git a/vdoing/components/RightMenu.vue b/vdoing/components/RightMenu.vue index cabca2c..d4732f4 100644 --- a/vdoing/components/RightMenu.vue +++ b/vdoing/components/RightMenu.vue @@ -150,7 +150,7 @@ export default { top calc(var(--navbar-height) + 50px) right 6.8vw width 17.5vw - height 34.2vw + height 34.4vw z-index -1 background-image: url(https://www.uviewui.com/common/iPhone13.png); background-repeat: no-repeat;