Просмотр исходного кода

修复app缺陷 教育培训 预案演练底部遮挡问题

coys 1 год назад
Родитель
Сommit
750362c480

+ 43 - 41
package-lock.json

@@ -2094,6 +2094,49 @@
         "webpack-merge": "^5.7.3",
         "webpack-virtual-modules": "^0.4.2",
         "whatwg-fetch": "^3.6.2"
+      },
+      "dependencies": {
+        "@vue/vue-loader-v15": {
+          "version": "npm:vue-loader@15.11.1",
+          "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-15.11.1.tgz",
+          "integrity": "sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==",
+          "dev": true,
+          "requires": {
+            "@vue/component-compiler-utils": "^3.1.0",
+            "hash-sum": "^1.0.2",
+            "loader-utils": "^1.1.0",
+            "vue-hot-reload-api": "^2.3.0",
+            "vue-style-loader": "^4.1.0"
+          },
+          "dependencies": {
+            "hash-sum": {
+              "version": "1.0.2",
+              "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz",
+              "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
+              "dev": true
+            }
+          }
+        },
+        "json5": {
+          "version": "1.0.2",
+          "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
+          "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
+          "dev": true,
+          "requires": {
+            "minimist": "^1.2.0"
+          }
+        },
+        "loader-utils": {
+          "version": "1.4.2",
+          "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
+          "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
+          "dev": true,
+          "requires": {
+            "big.js": "^5.2.2",
+            "emojis-list": "^3.0.0",
+            "json5": "^1.0.1"
+          }
+        }
       }
     },
     "@vue/cli-shared-utils": {
@@ -2258,47 +2301,6 @@
         }
       }
     },
-    "@vue/vue-loader-v15": {
-      "version": "npm:vue-loader@15.11.1",
-      "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-15.11.1.tgz",
-      "integrity": "sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==",
-      "dev": true,
-      "requires": {
-        "@vue/component-compiler-utils": "^3.1.0",
-        "hash-sum": "^1.0.2",
-        "loader-utils": "^1.1.0",
-        "vue-hot-reload-api": "^2.3.0",
-        "vue-style-loader": "^4.1.0"
-      },
-      "dependencies": {
-        "hash-sum": {
-          "version": "1.0.2",
-          "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz",
-          "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
-          "dev": true
-        },
-        "json5": {
-          "version": "1.0.2",
-          "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
-          "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
-          "dev": true,
-          "requires": {
-            "minimist": "^1.2.0"
-          }
-        },
-        "loader-utils": {
-          "version": "1.4.2",
-          "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
-          "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
-          "dev": true,
-          "requires": {
-            "big.js": "^5.2.2",
-            "emojis-list": "^3.0.0",
-            "json5": "^1.0.1"
-          }
-        }
-      }
-    },
     "@vue/web-component-wrapper": {
       "version": "1.3.0",
       "resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz",

+ 19 - 14
src/components/peopleList/index.vue

@@ -15,7 +15,6 @@
         <van-col span="24">
           <!-- <van-search v-model="searchVal" placeholder="请输入搜索关键词" /> -->
           <form action="/">
-
             <van-search v-model="searchVal" placeholder="请输入搜索关键词" clearable @input="onSearch" />
           </form>
         </van-col>
@@ -25,10 +24,15 @@
         <van-col span="24">
           <van-checkbox-group v-model="peoplesId">
             <van-cell-group>
-              <van-cell v-for="item in peopleListCpoy" clickable :key="item.id" :title="`${item.name}`">
+              <!-- <van-cell v-for="item in peopleListCpoy" clickable :key="item.id" :title="`${item.name}`">
                 <template #right-icon>
                   <van-checkbox :name="item.id" />
                 </template>
+              </van-cell> -->
+              <van-cell v-for="item in 30" clickable :key="item" :title="`网点景远超`">
+                <template #right-icon>
+                  <van-checkbox :name="item" />
+                </template>
               </van-cell>
             </van-cell-group>
           </van-checkbox-group>
@@ -127,8 +131,8 @@ export default {
 
   methods: {
     // 弹框关闭动画
-    closedHandler(){
-        this.searchVal=''
+    closedHandler() {
+      this.searchVal = ''
     },
     onLoad() {},
     getpeople() {
@@ -164,7 +168,7 @@ export default {
         }
       })
     },
-   
+
     onCancel() {
       this.searchVal = ''
       this.peopleListCpoy = this.peopleList
@@ -198,19 +202,20 @@ export default {
   height: 90px;
 }
 .bottomdiv {
-  width: 100%;
-  bottom: 0%;
-  position: fixed;
-  z-index: 2000;
-  
+  // width: 100%;
+  // bottom: 0%;
+  // position: fixed;
+  // z-index: 2000;
 }
-.rowclss{
-  margin-bottom: 100px;
+.rowclss {
+  height: 1000px;
+  overflow: scroll;
+  
 }
 .bigsheetbox {
-  height: calc(100vh - 100px);
+   height: calc(100vh - 100px);
 }
-.van-field__control{
+.van-field__control {
   padding-right: 20px;
 }
 .line {

+ 4 - 1
src/views/menu/rehearsalTask/components/dialog.vue

@@ -192,7 +192,10 @@ export default {
   background-color: #1989fa;
 }
 .rowclss {
-  margin-bottom: 100px;
+  // margin-bottom: 100px;
+  // height: calc(90vh - 200px);
+  height: 1000px;
+  overflow: scroll;
 }
 .lddq {
   text-align: justify;