国家地区优化
This commit is contained in:
@ -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]}>
|
||||
|
||||
Reference in New Issue
Block a user