From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +0800
Subject: [PATCH] 三色任务与自查任务
---
components/caption/caption.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/caption/caption.vue b/components/caption/caption.vue
index 6aceefa..e5a5c39 100644
--- a/components/caption/caption.vue
+++ b/components/caption/caption.vue
@@ -24,11 +24,11 @@
url: String, //点击后跳转的URL地址
fontSize: {
type: String,
- value: '32rpx'
+ default: '32rpx'
},
bgColor: {
type: String,
- value: '#017BFC'
+ default: '#017BFC'
}
},
methods: {
--
Gitblit v1.9.3