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;