diff --git a/examples/sites/demos/pc/app/card/card-select-composition-api.vue b/examples/sites/demos/pc/app/card/card-select-composition-api.vue index 59d8a47518..8ec895e581 100644 --- a/examples/sites/demos/pc/app/card/card-select-composition-api.vue +++ b/examples/sites/demos/pc/app/card/card-select-composition-api.vue @@ -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', diff --git a/examples/sites/demos/pc/app/card/card-select.vue b/examples/sites/demos/pc/app/card/card-select.vue index a69db653b4..b45e754129 100644 --- a/examples/sites/demos/pc/app/card/card-select.vue +++ b/examples/sites/demos/pc/app/card/card-select.vue @@ -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', diff --git a/examples/sites/demos/pc/app/card/custom-class-composition-api.vue b/examples/sites/demos/pc/app/card/custom-class-composition-api.vue index b392156824..2955e832a7 100644 --- a/examples/sites/demos/pc/app/card/custom-class-composition-api.vue +++ b/examples/sites/demos/pc/app/card/custom-class-composition-api.vue @@ -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); } diff --git a/examples/sites/demos/pc/app/card/custom-class.vue b/examples/sites/demos/pc/app/card/custom-class.vue index 4af349ba8b..627881316a 100644 --- a/examples/sites/demos/pc/app/card/custom-class.vue +++ b/examples/sites/demos/pc/app/card/custom-class.vue @@ -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); }