国家地区优化
This commit is contained in:
@ -382,7 +382,7 @@
|
|||||||
return () => {
|
return () => {
|
||||||
const { title, helpMessage, toolbar, search, checkable } = props;
|
const { title, helpMessage, toolbar, search, checkable } = props;
|
||||||
const showTitle = title || toolbar || search || slots.headerTitle;
|
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" /> };
|
const inputslots = { prefix: () => <Icon icon="gg:search" size="18" color="#ccc" /> };
|
||||||
return (
|
return (
|
||||||
<div class={[bem(), 'h-full', attrs.class]}>
|
<div class={[bem(), 'h-full', attrs.class]}>
|
||||||
|
|||||||
@ -411,6 +411,9 @@
|
|||||||
.cusFormStyleArea .ant-col-8{
|
.cusFormStyleArea .ant-col-8{
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
.cusFormStyleArea .scrollbar__bar.is-vertical{
|
||||||
|
top:inherit;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
:deep(.ant-table-selection-col) {
|
:deep(.ant-table-selection-col) {
|
||||||
|
|||||||
Reference in New Issue
Block a user