From f1917264084a3c12a5fb244bfec1513dd7bad071 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 31 Dec 2021 10:16:43 +0800 Subject: [PATCH] BUG 26233 --- src/components/AiAreaPicker.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/components/AiAreaPicker.vue b/src/components/AiAreaPicker.vue index 9ddf40ee..874242dd 100644 --- a/src/components/AiAreaPicker.vue +++ b/src/components/AiAreaPicker.vue @@ -200,7 +200,7 @@ export default { color: #333; font-weight: bold; line-height: 112px; - margin-right: 80px; + margin-right: 72px; position: relative; &:last-of-type { @@ -297,24 +297,33 @@ export default { bottom: 0; width: 100vw; display: flex; + align-items: center; text-align: center; - height: 112px; + height: 120px; font-size: 34px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #3671EE; background: #fff; + padding: 0 32px; + box-sizing: border-box; & > div { padding: 0 92px; - line-height: 112px; - border-top: 1px solid #A0C0FF; + line-height: 88px; + height: 88px; + border: 1px solid #A0C0FF; + border-radius: 16px; &.primary { color: #fff; background: #4181FF; border-color: #4181FF; } + + & + div { + margin-left: 32px; + } } }