From 44768f17398c80d86d2aba7e3036cc6362b58ebe Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 16 Sep 2022 09:28:46 +0800
Subject: [PATCH] 修改按钮样式在小程序出现的问题
---
src/components/revampDraw.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/components/revampDraw.vue b/src/components/revampDraw.vue
index a85b3f2..9858595 100644
--- a/src/components/revampDraw.vue
+++ b/src/components/revampDraw.vue
@@ -562,7 +562,8 @@
line-height: 44px;
border: none;
border-radius: 22px;
-
+ color: #000;
+ background: #fff;
width: 150px;
height: 66px;
font-size: 30px;
@@ -573,7 +574,8 @@
// height: 44px;
border-radius: 22px;
border: none;
-
+ color: #000;
+ background: #fff;
width: 150px;
height: 66px;
font-size: 30px;
--
Gitblit v1.9.3