From c14d2c7e0fb055e67713660478be7c8961af210e Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Feb 2022 15:34:56 +0800 Subject: [PATCH] BUG 27660 --- src/mods/AppSupermarket/AppSupermarket.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mods/AppSupermarket/AppSupermarket.vue b/src/mods/AppSupermarket/AppSupermarket.vue index 14d7b9e..fe0cafc 100644 --- a/src/mods/AppSupermarket/AppSupermarket.vue +++ b/src/mods/AppSupermarket/AppSupermarket.vue @@ -42,7 +42,7 @@
去结算
- + @@ -51,7 +51,7 @@ import {mapState} from "vuex"; export default { name: "AppSupermarket", - appName:"信用好超市", + appName: "信用好超市", data() { return { list: {}, @@ -334,5 +334,9 @@ uni-page-body { -webkit-box-orient: vertical; -webkit-line-clamp: 2; } + + AiEmpty { + justify-self: center; + } }