diff --git a/components-diy/diy-channel-list.vue b/components-diy/diy-channel-list.vue index c192f9f..de6746e 100644 --- a/components-diy/diy-channel-list.vue +++ b/components-diy/diy-channel-list.vue @@ -265,7 +265,7 @@ export default { display: flex; flex-wrap: wrap; gap: 16rpx; - padding: 16rpx; + padding: 32rpx; box-sizing: border-box; .channel-item { diff --git a/pages_tool/contact/contact.vue b/pages_tool/contact/contact.vue index 2b45387..4a422f3 100644 --- a/pages_tool/contact/contact.vue +++ b/pages_tool/contact/contact.vue @@ -863,7 +863,9 @@ image { } } - +/deep/ .channel-list { + padding: 0rpx; +} /deep/ .mescroll-totop { right: 27rpx !important;