lsc 1 year ago
parent
commit
e96f017861

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 1 - 1
dist/report.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-027b6cc2.2b00f7b3.css


+ 1 - 1
dist/static/css/chunk-7eb6e68a.c4ecfb60.css → dist/static/css/chunk-0f58ec15.5b21b6f9.css

@@ -1 +1 @@
-[data-v-1ac99936] .van-tab{width:2.66667rem;text-align:center}[data-v-1ac99936] .van-tabs__line{width:2.4rem;height:.05333rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:#4a8efc}[data-v-1ac99936] .van-tab__pane{height:calc(100vh - 4rem);overflow-y:auto;overflow-x:hidden;width:100%}.searchPage[data-v-1ac99936]{width:100%;height:calc(100vh - 3.33333rem);box-sizing:border-box;margin-top:.53333rem;min-height:8rem;overflow-y:auto;overflow-x:hidden}.search[data-v-1ac99936]{position:fixed;top:0;width:100%}.students[data-v-1ac99936]{width:95%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:.26667rem}.students .stuBlock[data-v-1ac99936]{min-width:2.66667rem;margin-top:.26667rem;margin-right:.4rem;box-sizing:border-box;padding:.10667rem .13333rem;border-radius:.10667rem;background:#f6fafb;color:rgba(0,0,0,.9);font-family:Microsoft YaHei;font-size:.37333rem;font-style:normal}.searchBlock[data-v-1ac99936],.students .stuBlock[data-v-1ac99936]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.searchBlock[data-v-1ac99936]{width:100%;height:1.2rem;background-color:#e8e8eb}.claTit[data-v-1ac99936]{margin-top:.53333rem;margin-left:.26667rem;width:3.46667rem;height:.8rem;line-height:.53333rem;color:#101010;font-size:.37333rem;text-align:left;font-family:PingFangSC-regular}
+[data-v-9e0c26f6] .van-tab{width:2.66667rem;text-align:center}[data-v-9e0c26f6] .van-tabs__line{width:2.4rem;height:.05333rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:#4a8efc}[data-v-9e0c26f6] .van-tab__pane{height:calc(100vh - 4rem);overflow-y:auto;overflow-x:hidden;width:100%}.searchPage[data-v-9e0c26f6]{width:100%;height:calc(100vh - 3.33333rem);box-sizing:border-box;margin-top:.53333rem;min-height:8rem;overflow-y:auto;overflow-x:hidden}.search[data-v-9e0c26f6]{position:fixed;top:0;width:100%}.students[data-v-9e0c26f6]{width:95%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:.26667rem}.students .stuBlock[data-v-9e0c26f6]{min-width:2.66667rem;margin-top:.26667rem;margin-right:.4rem;box-sizing:border-box;padding:.10667rem .13333rem;border-radius:.10667rem;background:#f6fafb;color:rgba(0,0,0,.9);font-family:Microsoft YaHei;font-size:.37333rem;font-style:normal}.searchBlock[data-v-9e0c26f6],.students .stuBlock[data-v-9e0c26f6]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.searchBlock[data-v-9e0c26f6]{width:100%;height:1.2rem;background-color:#e8e8eb}.claTit[data-v-9e0c26f6]{margin-top:.53333rem;margin-left:.26667rem;width:3.46667rem;height:.8rem;line-height:.53333rem;color:#101010;font-size:.37333rem;text-align:left;font-family:PingFangSC-regular}

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-79a29b89.5ff8df96.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2e03585e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-027b6cc2.74650e2a.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0f58ec15.5d8ffba7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4afee37c.20681d41.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-59e7107f.e1c1e847.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-79a29b89.db7e038f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-7eb6e68a.32255e43.js


+ 8 - 1
src/views/eva/index.vue

@@ -18,7 +18,14 @@
     </div>
     </div>
 
 
     <div>
     <div>
-      <van-tabs @change="ggg" v-if="!searchList.length" :swipeable="true" :lazy-render="true" @click="spread">
+      <van-tabs
+        @change="ggg"
+        v-if="!searchList.length"
+        :swipeable="true"
+        :lazy-render="true"
+        @click="spread"
+        @touchmove.prevent
+      >
         <van-tab v-for="(e, index) in classLists" :key="index + 't'" :name="e.id" :title="e.name">
         <van-tab v-for="(e, index) in classLists" :key="index + 't'" :name="e.id" :title="e.name">
           <!-- <classList :claName="i"></classList> -->
           <!-- <classList :claName="i"></classList> -->
           <div class="students">
           <div class="students">

+ 7 - 1
src/views/eva/searchstuDetail.vue

@@ -54,7 +54,13 @@
         <!-- </div> -->
         <!-- </div> -->
       </div>
       </div>
       <!-- 观察内容开始 -->
       <!-- 观察内容开始 -->
-      <van-swipe-cell :swipeable="true" v-show="conList.length" v-for="(i, index) in conList" :key="index">
+      <van-swipe-cell
+        :swipeable="true"
+        v-show="conList.length"
+        v-for="(i, index) in conList"
+        :key="index"
+        @touchmove.prevent
+      >
         <div class="observe_content" @click="recordContinue(i.rid)">
         <div class="observe_content" @click="recordContinue(i.rid)">
           <div class="observe_contentTit">
           <div class="observe_contentTit">
             <!-- {{ i.recordTit }} -->
             <!-- {{ i.recordTit }} -->

+ 7 - 1
src/views/eva/studentDetail.vue

@@ -73,7 +73,13 @@
         <!-- </div> -->
         <!-- </div> -->
       </div>
       </div>
       <!-- 观察内容开始 -->
       <!-- 观察内容开始 -->
-      <van-swipe-cell :swipeable="true" v-show="conList.length" v-for="(i, index) in conList" :key="index">
+      <van-swipe-cell
+        :swipeable="true"
+        v-show="conList.length"
+        v-for="(i, index) in conList"
+        :key="index"
+        @touchmove.prevent
+      >
         <div class="observe_content" @click.stop="recordContinue(i.rid)">
         <div class="observe_content" @click.stop="recordContinue(i.rid)">
           <div class="observe_contentTit">
           <div class="observe_contentTit">
             <!-- {{ i.recordTit }} -->
             <!-- {{ i.recordTit }} -->

Some files were not shown because too many files changed in this diff