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