From 9ab6b38c098f857f2ce0772693142c930e4f9b6d Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 30 三月 2024 10:44:03 +0800
Subject: [PATCH] #

---
 uni_modules/mtview-ui/components/mt-card/mt-card.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/uni_modules/mtview-ui/components/mt-card/mt-card.vue b/uni_modules/mtview-ui/components/mt-card/mt-card.vue
index 7bd1c48..8eac51b 100644
--- a/uni_modules/mtview-ui/components/mt-card/mt-card.vue
+++ b/uni_modules/mtview-ui/components/mt-card/mt-card.vue
@@ -1,5 +1,8 @@
 <template>
-	<view>111</view>
+	<view class="container">
+		<view>鍟嗗搧缂栧彿</view>
+		<view>鍟嗗搧鍚嶇О</view>
+	</view>
 </template>
 
 <script>
@@ -9,4 +12,9 @@
 </script>
 
 <style scoped>
+	.container {
+		margin: 16rpx;
+		padding: 16rpx;
+		background-color: #999;
+	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1