@@ -373,7 +373,7 @@ export default {
display: flex;
flex-direction: column;
padding-bottom: 46px;
- overflow-y: auto;
+ // overflow-y: auto;
.container {
background: #fff;
width: 100%;
@@ -441,7 +441,7 @@ export default {
.dataList {
margin-top: 10px;
- // overflow-y: auto;
+ overflow-y: auto;
.dataItem {