From 8e305ebb4912d62bd50367e938a8b3a21f305277 Mon Sep 17 00:00:00 2001 From: cyrbuzz Date: Wed, 22 Nov 2023 09:33:41 +0800 Subject: [PATCH] fix: lineheight --- src/pages/delegator/DoDelegate/DoDelegate.module.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/delegator/DoDelegate/DoDelegate.module.less b/src/pages/delegator/DoDelegate/DoDelegate.module.less index 069d3fc0..6b072fc0 100644 --- a/src/pages/delegator/DoDelegate/DoDelegate.module.less +++ b/src/pages/delegator/DoDelegate/DoDelegate.module.less @@ -34,6 +34,10 @@ .ant-select-selection-search-input.ant-select-selection-search-input.ant-select-selection-search-input.ant-select-selection-search-input { margin-top: 7px; } + + .ant-space { + line-height: 1; + } } }