From 828e9b7512e0a83188738efa176919efec73a613 Mon Sep 17 00:00:00 2001 From: chashaobao Date: Fri, 19 Sep 2025 23:53:17 +0800 Subject: [PATCH] feat: update style --- src/pages/anchor/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/anchor/index.less b/src/pages/anchor/index.less index 179a906..5476997 100644 --- a/src/pages/anchor/index.less +++ b/src/pages/anchor/index.less @@ -73,7 +73,7 @@ max-height: 100%; overflow: hidden; .bl-select__items-container { - max-height: calc(100vh - 560rpx); + max-height: calc(100vh - 610rpx); overflow-y: auto; } }