diff --git a/pages/index/index.vue b/pages/index/index.vue index d2f42dc..07c53ab 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -365,7 +365,7 @@ - + @@ -466,6 +466,9 @@ const state = ref({ hasVerify: false, showhasOrderModal:false, showhasunpaidOrderModal:false, + tagStyle: { + p: 'margin: 0.8rem 0;', + }, }); const goOrder = async () => {