release/2.18.2.2412.02

This commit is contained in:
lys 2025-01-03 11:40:39 +08:00
parent 4212bf9ff5
commit 9c04b2adaf
1 changed files with 2 additions and 4 deletions

View File

@ -18,10 +18,8 @@ class LedgerMovoTo extends Component {
];
return (
<WeaDialog
{...extraProps} style={{ width: 440, height: 232 }}
buttons={buttons} hasScroll initLoadCss
className="moveModalWrapper"
>
{...extraProps} buttons={buttons} hasScroll initLoadCss className="moveModalWrapper"
style={{ width: 440, height: Math.ceil((dataList.length - 1) / 3) * 25 + 41 }}>
<WeaSearchGroup showGroup needTigger={false}>
<WeaSelect
options={_.filter(dataList, item => item.showname === "未分类")}