Skip to content

Commit

Permalink
chore: optimize demo
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Apr 13, 2022
1 parent c3ab803 commit fde452f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/card/demos/borderd-none.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ export default {
<style lang="less" scoped>
.demo-card {
padding: 16px;
background-color: rgba(230, 230, 230, 1);
background-color: var(--td-bg-color-container-hover);
}
</style>
6 changes: 6 additions & 0 deletions examples/card/demos/footer-content-actions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ export default {
},
};
</script>
<style scoped>
.tdesign-demo-block /deep/ .t-card__actions {
display: flex;
align-items: center;
}
</style>

0 comments on commit fde452f

Please sign in to comment.