From 651dc6b23194984b6fb1df77bdc359c014910359 Mon Sep 17 00:00:00 2001 From: jianweie code Date: Fri, 1 Sep 2023 15:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=88=86=E7=B1=BB=E6=A0=B7=E5=BC=8F=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E3=80=90=E4=B8=80=E7=BA=A7=E5=B0=8F=E5=9B=BE=E3=80=91=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=EF=BC=8C=E5=B1=95=E7=A4=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8D=E9=BD=90=E5=85=A8=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/pages/category/index/index.scss | 2 ++ .../CoreShop/pages/category/index/index.vue | 14 ++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/category/index/index.scss b/CoreCms.Net.Uni-App/CoreShop/pages/category/index/index.scss index b5fb01d2..0924a879 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/category/index/index.scss +++ b/CoreCms.Net.Uni-App/CoreShop/pages/category/index/index.scss @@ -109,3 +109,5 @@ text-color-assist { color: #919293; } .overflow-hidden { overflow: hidden !important; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + +.col3Box { width: 33%; padding: 5px; float: left; } diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/category/index/index.vue b/CoreCms.Net.Uni-App/CoreShop/pages/category/index/index.vue index 4366c08a..9c41f9cc 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/category/index/index.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/category/index/index.vue @@ -17,14 +17,12 @@ - - - - - {{item.name}} - - - +
+ + + {{item.name}} + +