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>