From 1bb810bcc7b96f7b25bf27bb1d46516e0c0b05c0 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 3 Mar 2023 17:10:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/package-list/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/package-list/index.vue b/src/views/package-list/index.vue index 69e5dcf..0b0fd65 100644 --- a/src/views/package-list/index.vue +++ b/src/views/package-list/index.vue @@ -1,7 +1,7 @@ @@ -522,7 +522,7 @@ export default { .package-order-container { position: relative; margin: 10px 0; - padding: 0 20px; + padding: 0 0 0 20px; z-index: 999; box-shadow: rgba(14, 30, 37, 0.12) 0 3px 5px 0, rgba(14, 30, 37, 0.32) 0 2px 16px 0; @@ -621,7 +621,7 @@ export default { padding: 5px 8px; .buy-btn { height: 40px; - width: 150px; + width: 200px; padding: 0 5px; display: flex; justify-content: center;