From b223552a0c4bc787ad251add025a93d77527ffbe Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 18 十二月 2021 23:36:28 +0800
Subject: [PATCH] 2021-12-18

---
 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