From 691a8f5e260544c61b93c73ac2d366f960e44982 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 12:18:09 +0800 Subject: [PATCH] no message --- css/search.css | 1 + css/search.less | 1 + 2 files changed, 2 insertions(+) diff --git a/css/search.css b/css/search.css index 5125525..85a1fa3 100644 --- a/css/search.css +++ b/css/search.css @@ -83,6 +83,7 @@ position: absolute; width: 100%; height: 0; + max-height: 400px; top: 48px; left: 0; background-color: #ffffff; diff --git a/css/search.less b/css/search.less index 568b0ce..97dcfc1 100644 --- a/css/search.less +++ b/css/search.less @@ -87,6 +87,7 @@ position: absolute; width: 100%; height: 0; + max-height: 400px; top: 48px; left: 0; background-color: rgba(255, 255, 255, 1);