修改样式

This commit is contained in:
宋伟佳
2021-05-26 20:17:44 +08:00
parent cf3f4fe7ae
commit 55cfd6d7cf
4 changed files with 47 additions and 66 deletions
+3 -2
View File
@@ -4,8 +4,8 @@
<div>
<i class="icon" :class="icon" />
</div>
<div style="margin-top: 20px;">
<span>{{ label }}</span>
<div style="margin-top: 10px;">
<span class="card-font">{{ label }}</span>
</div>
</div>
</div>
@@ -31,6 +31,7 @@ export default {
background: rgba(182, 213, 255, 0.22);
margin-left: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;