From bc5538eae041493fb1761ec9ffc1b2a7450dd4bf Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 29 三月 2024 00:07:02 +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