国家地区优化
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]}>
|
||||
|
||||
@ -411,6 +411,9 @@
|
||||
.cusFormStyleArea .ant-col-8{
|
||||
max-width: 200px;
|
||||
}
|
||||
.cusFormStyleArea .scrollbar__bar.is-vertical{
|
||||
top:inherit;
|
||||
}
|
||||
</style>
|
||||
<style lang="less" scoped>
|
||||
:deep(.ant-table-selection-col) {
|
||||
|
||||
Reference in New Issue
Block a user