From ed1cc4adc145f8685d04763e19fbd6b0bd80c136 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 09 六月 2022 16:22:44 +0800 Subject: [PATCH] 2022-06-09 --- src/menu/components/share/actioncomponent/index.scss | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/index.scss b/src/menu/components/share/actioncomponent/index.scss index 6141b32..370fdee 100644 --- a/src/menu/components/share/actioncomponent/index.scss +++ b/src/menu/components/share/actioncomponent/index.scss @@ -30,6 +30,25 @@ font-weight: inherit; } } + .swiper { + margin-left: 10px; + color: #ffffff; + } + .swiper-primary { + background-color: #1677ff; + } + .swiper-danger { + background-color: #ff3141; + } + .swiper-warning { + background-color: #ff8f1f; + } + .swiper-success { + background-color: #00b578; + } + .swiper-light { + background-color: #cccccc; + } } } -- Gitblit v1.8.0