소스 검색

no message

linwenxin 1 년 전
부모
커밋
bd39f88d2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/setting/account/index.vue

+ 1 - 1
src/views/setting/account/index.vue

@@ -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>