Explorar o código

修改线上课评价

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
0d889edb3c

+ 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>