BUG 27660

This commit is contained in:
aixianling
2022-02-23 15:34:56 +08:00
parent 715b0e7396
commit c14d2c7e0f

View File

@@ -42,7 +42,7 @@
<div class="btn" @click="handleSubmit">去结算</div> <div class="btn" @click="handleSubmit">去结算</div>
</div> </div>
</template> </template>
<AiEmpty v-else></AiEmpty> <AiEmpty v-else/>
</section> </section>
</template> </template>
@@ -51,7 +51,7 @@ import {mapState} from "vuex";
export default { export default {
name: "AppSupermarket", name: "AppSupermarket",
appName:"信用好超市", appName: "信用好超市",
data() { data() {
return { return {
list: {}, list: {},
@@ -334,5 +334,9 @@ uni-page-body {
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
} }
AiEmpty {
justify-self: center;
}
} }
</style> </style>