From 95a4cd9f6a8bbe7189f5b58aed98766b2ef00019 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 12:02:01 +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 abcb214..7117a82 100644 --- a/css/search.css +++ b/css/search.css @@ -105,6 +105,7 @@ font-size: 14px; padding: 10px; cursor: pointer; + line-height: 30px; } .boxbox .body .left .input-box .hint-list .item:not(:last-of-type) { border-bottom: 1px #e6e4e4 dotted; diff --git a/css/search.less b/css/search.less index 122b3f9..7ffe5ac 100644 --- a/css/search.less +++ b/css/search.less @@ -111,6 +111,7 @@ font-size: 14px; padding: 10px; cursor: pointer; + line-height: 30px; &:not(:last-of-type) { border-bottom: 1px #e6e4e4 dotted;