Browse Source

no message

zhujindu 1 day ago
parent
commit
e85e6ccf40
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/deviceWithin/taskPhotoTaking.vue

+ 2 - 2
src/views/deviceWithin/taskPhotoTaking.vue

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