修复页面bug

This commit is contained in:
X1627315083
2025-08-26 10:14:34 +08:00
parent cfe449f094
commit b6b554424b
49 changed files with 501 additions and 134 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="modelNavBox">
<div class="modelNavBox" :class="{'modelNavBox_active':designDetail.clothes.length == 5}">
<div class="modelNav" ref="modelNav" :style="{height:prentHeight}">
<div class="modelNav_item item"
v-for="item,index in designDetail.clothes"
@@ -259,6 +259,9 @@ export default defineComponent({
</script>
<style lang="less" scoped>
.modelNavBox{
&.modelNavBox_active{
margin-top: 12rem;
}
.modelNav_item{
width: 12rem;
height: 12rem;