修复热门弹窗选项列表

main
Connor 2024-06-08 20:06:30 +08:00
parent 5943b78269
commit 4348db7898
1 changed files with 3 additions and 2 deletions

View File

@ -502,9 +502,10 @@ import PostView from "@/pages/common/postview/index.vue";
}
.box-b {
width: calc(33.33% - 48rpx); /* 每行三个元素,减去外边距的总宽度 */
width: calc(33.33% - 26rpx); /* 每行三个元素,减去外边距的总宽度 */
margin-bottom: 24rpx;
margin-left: 24rpx;
// margin-left: 12rpx;
margin-right: 24rpx;
}
.box-c {