Browse Source

bug fix:左侧回评列表内容过多时,滚动的样式问题优化(会有最后一行看不见)

刘洋 2 years ago
parent
commit
89c35c5b5b
2 changed files with 5 additions and 5 deletions
  1. 4 4
      src/devLoginParams.ts
  2. 1 1
      src/features/mark/MarkHistory.vue

+ 4 - 4
src/devLoginParams.ts

@@ -23,13 +23,13 @@
 export const LOGIN_CONFIG = {
   isAdmin: false,
   forceChange: false,
-  // loginName: "spj111-01",
-  loginName: "spj432-01",
+  loginName: "spj111-01",
+  // loginName: "spj432-01",
   // loginName: "liuyang",
   password: "123456",
   examId: "232",
-  // markerId: "2688",
-  markerId: "2692",
+  markerId: "2688",
+  // markerId: "2692",
   // markerId: "482",
   // markerId: "483",
 };

+ 1 - 1
src/features/mark/MarkHistory.vue

@@ -51,7 +51,7 @@
       </div>
     </div>
     <a-spin :spinning="loading" size="large" tip="Loading..." :delay="500">
-      <div style="margin-bottom: -40px; padding-bottom: 40px">
+      <div style="margin-bottom: -40px; padding-bottom: 72px">
         <div v-for="(task, index) of store.historyTasks" :key="index">
           <div
             class="tw-flex tw-justify-between tw-place-items-center tw-rounded tw-cursor-pointer tw-font-bold tw-py-2"