From db7a8d72028798fcb1072d5b587e72a20f160e15 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 14 Jan 2026 13:46:47 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E8=A7=86=E9=A2=91=E5=8F=B7=E7=BB=84?= =?UTF-8?q?=E4=BB=B6):=20=E4=B8=8E=E5=90=8E=E7=AB=AF=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=99=A8=E5=90=8C=E6=AD=A5=E6=A0=B7=E5=BC=8F=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components-diy/diy-channel-list.vue | 2 +- pages_tool/contact/contact.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;