|
@@ -252,6 +252,8 @@ const posterParams=computed(()=>{
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="last-add-item"></div>
|
|
|
|
+ <div class="last-add-item"></div>
|
|
</div>
|
|
</div>
|
|
</SelfList>
|
|
</SelfList>
|
|
</div>
|
|
</div>
|
|
@@ -314,13 +316,22 @@ const posterParams=computed(()=>{
|
|
.list-wrap{
|
|
.list-wrap{
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- &::after{
|
|
|
|
- content:'';
|
|
|
|
- display: block;
|
|
|
|
|
|
+ // &::after{
|
|
|
|
+ // content:'';
|
|
|
|
+ // display: block;
|
|
|
|
+ // height:0;
|
|
|
|
+ // flex-shrink: 0;
|
|
|
|
+ // width: 380px;
|
|
|
|
+ // margin-bottom: 20px;
|
|
|
|
+ // margin-left: 10px;
|
|
|
|
+ // margin-right: 10px;
|
|
|
|
+ // }
|
|
|
|
+
|
|
|
|
+ // 末尾补充的两个元素 为了整体能居中
|
|
|
|
+ .last-add-item{
|
|
height:0;
|
|
height:0;
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
width: 380px;
|
|
width: 380px;
|
|
- margin-bottom: 20px;
|
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|