From 9803c53c3b25ab4bc17664744d2e3b97ac30915c Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 26 Aug 2024 14:55:43 +0800 Subject: [PATCH] =?UTF-8?q?Style(=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81)?= =?UTF-8?q?=EF=BC=9A=E6=8B=9B=E5=95=86=E6=94=BF=E7=AD=96=E6=9A=82=E6=97=A0?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E5=AD=97=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/v12-style.less | 11 +++++++++++ pkg_product/views/famousQianxianShop.vue | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/assets/css/v12-style.less b/assets/css/v12-style.less index 11dfc7e..3c1ff9a 100644 --- a/assets/css/v12-style.less +++ b/assets/css/v12-style.less @@ -40,5 +40,16 @@ font-weight: bold !important; } +.v12-align-center{ + display: flex; + align-items: center; +} +.v12-justify-center{ + display: flex; + justify-content: center; +} + + + diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index e42d9e1..1a8afe9 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -388,7 +388,7 @@ {{ tab.name }} - +