NullList.vue 618 B

12345678910111213141516171819202122232425262728
  1. <template >
  2. <div class="mui-slider-group" style="z-index: 8">
  3. <div style="text-align: center;margin-top: 100px" >
  4. <img src="~$project/assets/img/no.png" width="50%" style="width: 50%" >
  5. <p>{{remark}}</p>
  6. </div>
  7. </div>
  8. </template>
  9. <script>
  10. export default {
  11. name: 'nullList',
  12. props: {
  13. remark: {
  14. require: false,
  15. default: '',
  16. },
  17. },
  18. methods: {},
  19. mounted() {}
  20. }
  21. </script>
  22. <style scoped src="$project/assets/css/xpwyfyy.css"></style>
  23. <style scoped="scoped">
  24. </style>