1.导航组图片大小改为36

v1.0.0
sws 2024-10-10 17:45:55 +08:00
parent 990bc8251f
commit 4571f9ee96
1 changed files with 4 additions and 4 deletions

View File

@ -165,12 +165,12 @@ const carousel_change = (index: number) => {
</script>
<style lang="scss" scoped>
.top-img {
height: 4rem;
width: 4rem;
height: 3.6rem;
width: 3.6rem;
border-radius: 4px;
:deep(.image-slot) {
height: 4rem;
width: 4rem;
height: 3.6rem;
width: 3.6rem;
img {
width: 3.5rem;
height: 3.5rem;