chore(视频号组件): 与后端设计器同步样式布局

This commit is contained in:
2026-01-14 13:46:47 +08:00
parent bb87f4b1d2
commit db7a8d7202
2 changed files with 4 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ export default {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 16rpx; gap: 16rpx;
padding: 16rpx; padding: 32rpx;
box-sizing: border-box; box-sizing: border-box;
.channel-item { .channel-item {

View File

@@ -863,7 +863,9 @@ image {
} }
} }
/deep/ .channel-list {
padding: 0rpx;
}
/deep/ .mescroll-totop { /deep/ .mescroll-totop {
right: 27rpx !important; right: 27rpx !important;