【优化】调整 image card 尺寸

This commit is contained in:
cherishsince
2024-05-27 10:47:43 +08:00
parent 959ee90810
commit fd4ef4b172
2 changed files with 16 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ const emits = defineEmits(['onBtnClick'])
<style scoped lang="scss">
.image-card {
width: 360px;
width: 320px;
border-radius: 10px;
.image-operation {