调整design的moodboard的位置信息和部分修改

This commit is contained in:
X1627315083
2024-09-30 15:43:37 +08:00
parent 16d6416f73
commit 8fbd0376b4
14 changed files with 67 additions and 34 deletions

View File

@@ -961,6 +961,7 @@ methods: {
justify-content: space-between;
.productImg_right_item_box{
height: 40%;
width: 100%;
display: flex;
overflow-x: auto;
background: #f6f6fa;
@@ -977,8 +978,11 @@ methods: {
margin-right: 1rem;
position: relative;
background: #fff;
overflow: hidden;
flex-shrink: 0;
.productImg_right_item_imgBox{
height: 100%;
overflow: hidden;
.loadingImg{
width: 14rem;
object-fit: contain;
@@ -992,6 +996,7 @@ methods: {
top: 2rem;
display: flex;
flex-direction: column;
overflow: hidden;
>div{
margin-bottom: 1rem;
}