From 65026d0e651224b8b60addbc08c33f5ca09ed426 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Wed, 2 Nov 2022 14:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 0ddcbba2..b89224a6 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -2508,6 +2508,16 @@ } .introduction { + width: unset; + button { + height: 30px; + width: 120px; + border: 1px solid #bbd3ef; + border-radius: 6px; + background: #edf4fc; + color: #0087ff; + font-size: 14px; + } :deep(.ant-form-item-control) { margin-left: -2.1rem; }