detail list development

This commit is contained in:
2025-02-13 18:19:39 +08:00
parent 76d72182f9
commit d5fd626242
17 changed files with 1048 additions and 317 deletions

View File

@@ -25,7 +25,7 @@ const imageSrc = computed(() => props.src || props.defaultSrc);
height: 180px;
vertical-align: bottom;
border: 5px #fff solid;
border-radius: 10px;
border-radius: 15px;
box-sizing: border-box;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}