国家地区优化

This commit is contained in:
‘huanghaiixia’
2025-10-30 17:17:58 +08:00
parent b12978bcf5
commit 60e3e60ef2
2 changed files with 4 additions and 1 deletions

View File

@ -382,7 +382,7 @@
return () => {
const { title, helpMessage, toolbar, search, checkable } = props;
const showTitle = title || toolbar || search || slots.headerTitle;
const scrollStyle: CSSProperties = { height: 'calc(100% - 51px)' };
const scrollStyle: CSSProperties = { height: 'calc(100% - 100px)' };
const inputslots = { prefix: () => <Icon icon="gg:search" size="18" color="#ccc" /> };
return (
<div class={[bem(), 'h-full', attrs.class]}>