From 3ad78b3403a0137a3c03a1c6829f4d7b707554ef Mon Sep 17 00:00:00 2001 From: chutingting Date: Mon, 4 Dec 2023 20:53:17 +0800 Subject: [PATCH] edit store --- src/views/myStore/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/myStore/index.vue b/src/views/myStore/index.vue index 013752e..dcd34e4 100644 --- a/src/views/myStore/index.vue +++ b/src/views/myStore/index.vue @@ -2,7 +2,8 @@
-
+ +
@@ -21,10 +22,10 @@ >/ {{ $t("store.priceRmb") }}{{ item.priceRmb / 100 }}
- {{ $t("store.glod") }}{{ item.glod }} {{ item.glod }}
-
+
{{ $t("store.createOrder") }}
@@ -519,7 +520,6 @@ function findStatus() { text-align: end; .price { font-size: 30px; - font-weight: 700; color: #242625; cursor: pointer; } @@ -532,10 +532,10 @@ function findStatus() { cursor: pointer; margin-bottom: 20px; span { - font-weight: 700; color: #242625; cursor: pointer; margin-right: 5px; + padding-left: 10px; } }