mo 2 years ago
parent
commit
da4c689714

+ 1 - 1
src/teacher/attendance/index.tsx

@@ -218,7 +218,7 @@ export default defineComponent({
             </List>
           </OFullRefresh>
         ) : (
-          <OEmpty />
+          <OEmpty tips="暂无考勤" />
         )}
 
         <Popup v-model:show={state.showPopoverTime} position="bottom" style="{ height: '30%' }">

+ 4 - 3
src/views/exercise-record/modals/student-item.module.less

@@ -36,17 +36,18 @@
         margin-right: 10px;
       }
       .tag {
-        padding: 1px 8px;
+        padding: 0px 8px;
         min-width: 40px;
-        height: 19px;
+
         background: #ffe7da;
+        display: inline-block;
         border-radius: 4px;
         font-size: 12px;
         font-family: PingFangSC-Medium, PingFang SC;
         font-weight: 500;
         color: #f67146;
         text-align: center;
-        line-height: 17px;
+        line-height: 19px;
       }
     }
     .itemTopRight {

+ 1 - 0
src/views/unit-test/unit-create/index.tsx

@@ -75,6 +75,7 @@ export default defineComponent({
             value: item.id as string
           }
         })
+
         nextTick(() => {
           showFirstloading.value = true
         })