We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ec731 commit 2040230Copy full SHA for 2040230
2 files changed
docs/guide/cases.md
@@ -41,6 +41,14 @@ Wot UI 已被很多公司和团队在生产环境使用,下面是一些优秀
41
</template>
42
<el-image src="/cases/salary-calculator.jpg" />
43
</el-card>
44
+ <el-card shadow="hover">
45
+ <template #header>
46
+ <span class="case-title">随享小栈</span>
47
+ <!-- 加一行介绍 -->
48
+ <span class="case-description">一个温暖、匿名、安全的树洞社交小程序。</span>
49
+ </template>
50
+ <el-image src="/cases/suixiangxiaozhan.png" />
51
+ </el-card>
52
</div>
53
54
<style scoped>
@@ -56,6 +64,12 @@ Wot UI 已被很多公司和团队在生产环境使用,下面是一些优秀
56
64
font-weight: 500;
57
65
}
58
66
67
+.case-description {
68
+ margin-left: 10px;
69
+ font-size: 14px;
70
+ color: #999;
71
+}
72
+
59
73
:deep(.el-card__body .el-image) {
60
74
width: 100%;
61
75
border-radius: 4px;
docs/public/cases/suixiangxiaozhan.png
102 KB
0 commit comments