Skip to content

Commit

Permalink
feat(card): [card] Optimize style (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youyou-smiles authored and zzcr committed Nov 4, 2024
1 parent 5d6c61b commit d584295
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const dataArr = ref([
{
title: 'TinyVue',
content: '^15.0.01',
imageSrc: 'https://res.hc-cdn.com/tinyui-design/1.0.7.20240711104855/home/images/tinyvue.svg'
imageSrc: 'https://res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/tinyvue.svg'
},
{
title: 'TinyNG',
Expand Down
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/card/card-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default {
{
title: 'TinyVue',
content: '^15.0.01',
imageSrc: 'https://res.hc-cdn.com/tinyui-design-common/1.0.7.20240711104855/assets/tinyvue.svg'
imageSrc: 'https://res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/tinyvue.svg'
},
{
title: 'TinyNG',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ const options = ref([
padding: 16px;
}
.my-card {
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.1);
}
</style>
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/card/custom-class.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ export default {
padding: 16px;
}
.my-card {
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.1);
}
</style>

0 comments on commit d584295

Please sign in to comment.