@@ -157,7 +157,7 @@ export default React.forwardRef((props, ref) => {
<ShareRoom showCutover={showCutover} onClose={onClose} room={room} onFinish={handleFinish} />
<ShareCard showCutover={showCard} onClose={onClose2} />
<List
- style={{ height: 'calc(100vh - 244px)' }}
+ style={{ height: 'calc(100vh - 290px)' }}
request={fetchAPI}
params={queryParams}
onDataChange={setDetail}