optimized image list interface

This commit is contained in:
2025-02-17 11:21:57 +08:00
parent d5fd626242
commit 5c0009f0b4
12 changed files with 482 additions and 32 deletions

View File

@@ -47,7 +47,7 @@ const props = withDefaults(defineProps<Props>(), {
iconPosition: 'top-left',
margin: '16px',
borderRadius: '8px',
backgroundColor: '#e5eeff',
backgroundColor: 'transparent',
showHoverCircle: true, // 默认显示悬停圆环
iconSize: 24, // 默认图标大小
showSelectedEffect: true, // 默认显示选中效果
@@ -100,6 +100,7 @@ function toggleSelection() {
.check-card.selected {
border: 1px solid rgba(125, 167, 255, 0.68);
box-shadow: 0 0 2px rgba(77, 167, 255, 0.89);
background-color: #e5eeff;
}
.card-content {