From e95542da9b49ece651e54510545ae41c437c09de Mon Sep 17 00:00:00 2001
From: yurj26 <1816387074@qq.com>
Date: Thu, 31 Aug 2023 19:38:33 +0800
Subject: [PATCH] feat: button custom text
---
pages/component/button/button.uvue | 164 ++++++++++++-----------------
1 file changed, 65 insertions(+), 99 deletions(-)
diff --git a/pages/component/button/button.uvue b/pages/component/button/button.uvue
index 0a089d55..f043539b 100644
--- a/pages/component/button/button.uvue
+++ b/pages/component/button/button.uvue
@@ -1,94 +1,61 @@
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
@@ -96,23 +63,22 @@ export default {
+ .is-hover {
+ color: rgba(255, 255, 255, 0.6);
+ background-color: #179b16;
+ border-color: #179b16;
+ }
+
\ No newline at end of file
--
GitLab