From 53cc6f46d14a8390e55a4c976d7be5bddf88b4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 17 Sep 2021 18:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9buyer=E7=AB=AF=E8=B4=AD?= =?UTF-8?q?=E7=89=A9=E8=BD=A6=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/payment/Pay.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buyer/src/pages/payment/Pay.vue b/buyer/src/pages/payment/Pay.vue index 231b45d2..a9749a98 100644 --- a/buyer/src/pages/payment/Pay.vue +++ b/buyer/src/pages/payment/Pay.vue @@ -777,6 +777,7 @@ export default { .goods-item { display: flex; + width:100%; align-items: center; justify-content: space-between; padding: 20px 0; @@ -799,9 +800,14 @@ export default { > span:nth-child(1) { font-size: 12px; + flex: 1; text-align: left; + >span{ + margin-left: 10px; + } } + > span:last-child { color: $theme_color;