|
|
@ -22,7 +22,7 @@ const containerHeightRef = ref(props.minHeight); |
|
|
|
const generateStyle = () => { |
|
|
|
if (props.fixed) { |
|
|
|
return { |
|
|
|
overflow: 'scroll', |
|
|
|
overflow: 'auto', |
|
|
|
height: containerHeightRef.value + 'px', |
|
|
|
'min-height': containerHeightRef.value + 'px', |
|
|
|
}; |
|
|
|