Skip to content

Commit 2040230

Browse files
docs: ✏️ 新增优秀案例——随享小栈
1 parent 10ec731 commit 2040230

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/guide/cases.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ Wot UI 已被很多公司和团队在生产环境使用,下面是一些优秀
4141
</template>
4242
<el-image src="/cases/salary-calculator.jpg" />
4343
</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>
4452
</div>
4553

4654
<style scoped>
@@ -56,6 +64,12 @@ Wot UI 已被很多公司和团队在生产环境使用,下面是一些优秀
5664
font-weight: 500;
5765
}
5866

67+
.case-description {
68+
margin-left: 10px;
69+
font-size: 14px;
70+
color: #999;
71+
}
72+
5973
:deep(.el-card__body .el-image) {
6074
width: 100%;
6175
border-radius: 4px;
102 KB
Loading

0 commit comments

Comments
 (0)