浏览代码

修改线上课评价

1
mo 4 年之前
父节点
当前提交
0d889edb3c
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 3 2
      src/views/audition/ManageEvaluation.vue
  2. 1 1
      src/views/teacher/tobeReport.vue

+ 3 - 2
src/views/audition/ManageEvaluation.vue

@@ -622,7 +622,8 @@ export default {
   color: @mColor;
 }
 
-/deep/.van-popup--bottom {
-  border-radius: 0.1rem 0.1rem 0px 0px;
+/deep/.van-popup {
+  border-radius:0;
 }
+
 </style>

+ 1 - 1
src/views/teacher/tobeReport.vue

@@ -14,7 +14,7 @@
 
       <!-- 空 -->
 
-      <MEmpty v-if="!reportList.length" :full='true'/>
+      <MEmpty v-if="!reportList.length" msg='暂无待完成月报' :full='true'/>
     </div>
   </div>
 </template>