dev01 2 년 전
부모
커밋
3e07d9399a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/component/manageCenter/index/contacts/index.jsx

+ 1 - 1
js/component/manageCenter/index/contacts/index.jsx

@@ -455,7 +455,7 @@ class Content extends Component {
               size="middle"
               bordered
               columns={columns}
-              scroll={{ x: window.innerWidth > 1530 ? '130%' : window.innerWidth < 980 ? '280%' : '200%' }}
+              scroll={{ x: window.innerWidth > 1536 ? '130%' : window.innerWidth < 1152 ? '280%' : '200%' }}
               dataSource={this.state.dataSource}
               pagination={this.state.pagination}
               onRowDoubleClick={this.onRowDoubleClick.bind(this)}