From 320ba71ca38b68e68f4865a4cb6b63672b2fcb70 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 26 Apr 2024 22:51:11 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=BA=97=E9=93=BA=E5=85=A5=E9=A9=BB):[#130?= =?UTF-8?q?9]=E8=8B=B9=E6=9E=9C=E6=89=8B=E6=9C=BA=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/shop.vue | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index f87ede7..dc69e7d 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -191,22 +191,25 @@ * @@ -736,4 +739,11 @@ export default { width: 80px; height: 80px; } +.captcha-wrap { + display: flex; + align-items: center; + .captcha-wrap-input { + flex: 1; + } +}