|
@@ -37,7 +37,7 @@ const RegisterAvailableList: React.FC = () => {
|
|
{/* 列表区域 */}
|
|
{/* 列表区域 */}
|
|
<div
|
|
<div
|
|
style={{ flex: 1, overflow: 'auto', padding: 16 }}
|
|
style={{ flex: 1, overflow: 'auto', padding: 16 }}
|
|
- className="border border-red-300"
|
|
|
|
|
|
+ className="border border-red-300 h-full overflow-auto"
|
|
>
|
|
>
|
|
{selected.selected === 'protocol' ? (
|
|
{selected.selected === 'protocol' ? (
|
|
<ProtocolSelectionList />
|
|
<ProtocolSelectionList />
|