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 }} - +