fix(carousel): modify smb-theme (#2004)

This commit is contained in:
James 2024-08-29 05:40:19 -07:00 committed by GitHub
parent 69a65a0a34
commit ea31e1cae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 9 deletions

View File

@ -12,7 +12,6 @@
:src="child.cardSrc"
custom-class="card-demo"
@click="curIndex = childIndex"
:status="curIndex === childIndex ? 'success' : ''"
>
<div>{{ child.content }}</div>
</tiny-card>
@ -100,7 +99,4 @@ const state = reactive({
height: 300px;
margin-right: 8px;
}
.card-demo:hover {
border-color: #1476ff;
}
</style>

View File

@ -12,7 +12,6 @@
:src="child.cardSrc"
custom-class="card-demo"
@click="curIndex = childIndex"
:status="curIndex === childIndex ? 'success' : ''"
>
<div>{{ child.content }}</div>
</tiny-card>
@ -102,11 +101,8 @@ export default {
margin-bottom: 20px;
}
.card-demo {
width: 30%;
width: 25%;
height: 300px;
margin-right: 8px;
}
.card-demo:hover {
border-color: #1476ff;
}
</style>