Commit 55e14e40 by zhaochengxiang

bug fix

parent 96ac8588
...@@ -352,7 +352,7 @@ export function TagSelectPopup({ visible, type, value, items, onCancel, onChange ...@@ -352,7 +352,7 @@ export function TagSelectPopup({ visible, type, value, items, onCancel, onChange
visible={visible} visible={visible}
footer={footer} footer={footer}
width='90%' width='90%'
bodyStyle={{ padding: '15px 15px 0px 15px', overflowX: 'auto', minHeight: '60vh' }} bodyStyle={{ padding: '15px 15px 0px 15px', overflowX: 'auto', height: '80vh' }}
title='选择标签' title='选择标签'
centered destroyOnClose centered destroyOnClose
onCancel={() => { close() }} onCancel={() => { close() }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment