@@ -4,7 +4,7 @@
<div :style="{
width: '100%',
height: activeKey == 'list' ? '100%' : '0px',
- overflow: 'hidden'
+ overflow: activeKey == 'list' ? 'auto' : 'hidden'
}">
<div class="app-container">
<div class="setting_title">账户管理</div>