From 1bf9f63a93327117fb3ea0fe5a453cb8e5bc11e5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Mar 2022 11:48:58 +0800 Subject: [PATCH] BUG 28435 --- src/components/AiSelectEnterprise.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/AiSelectEnterprise.vue b/src/components/AiSelectEnterprise.vue index 31ef2386..1d87c1df 100644 --- a/src/components/AiSelectEnterprise.vue +++ b/src/components/AiSelectEnterprise.vue @@ -3,6 +3,7 @@ @@ -87,7 +88,7 @@ export default { left: 0; bottom: 0; box-sizing: border-box; - padding: 0 32px; + padding: 0 32px 16px; .scroll { height: 118px; @@ -129,12 +130,11 @@ export default { .btn { width: 192px; height: 80px; + line-height: 80px; background: #1365DD; border-radius: 4px; z-index: 10; - display: flex; - align-items: center; - justify-content: center; + text-align: center; font-size: 32px; color: #FFFFFF; margin-left: 8px;