Parcourir la source

Merge branch 'feature_20260413_陈列照片提交后修改' into uat(dev)

zhujindu il y a 1 jour
Parent
commit
9b7b53c3c4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;