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; }