Skip to content

Commit d584295

Browse files
Youyou-smileszzcr
authored andcommitted
feat(card): [card] Optimize style (#2454)
1 parent 5d6c61b commit d584295

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/sites/demos/pc/app/card/card-select-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const dataArr = ref([
6262
{
6363
title: 'TinyVue',
6464
content: '^15.0.01',
65-
imageSrc: 'https://res.hc-cdn.com/tinyui-design/1.0.7.20240711104855/home/images/tinyvue.svg'
65+
imageSrc: 'https://res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/tinyvue.svg'
6666
},
6767
{
6868
title: 'TinyNG',

examples/sites/demos/pc/app/card/card-select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default {
6969
{
7070
title: 'TinyVue',
7171
content: '^15.0.01',
72-
imageSrc: 'https://res.hc-cdn.com/tinyui-design-common/1.0.7.20240711104855/assets/tinyvue.svg'
72+
imageSrc: 'https://res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/tinyvue.svg'
7373
},
7474
{
7575
title: 'TinyNG',

examples/sites/demos/pc/app/card/custom-class-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ const options = ref([
4949
padding: 16px;
5050
}
5151
.my-card {
52-
background-color: rgba(0, 0, 0, 0.3);
52+
background-color: rgba(0, 0, 0, 0.1);
5353
}
5454
</style>

examples/sites/demos/pc/app/card/custom-class.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ export default {
5757
padding: 16px;
5858
}
5959
.my-card {
60-
background-color: rgba(0, 0, 0, 0.3);
60+
background-color: rgba(0, 0, 0, 0.1);
6161
}
6262
</style>

0 commit comments

Comments
 (0)