12345678910111213141516171819202122232425262728 |
- <template >
- <div class="mui-slider-group" style="z-index: 8">
- <div style="text-align: center;margin-top: 100px" >
- <img src="~$project/assets/img/no.png" width="50%" style="width: 50%" >
- <p>{{remark}}</p>
- </div>
- </div>
- </template>
- <script>
- export default {
- name: 'nullList',
- props: {
- remark: {
- require: false,
- default: '',
- },
- },
- methods: {},
- mounted() {}
- }
- </script>
- <style scoped src="$project/assets/css/xpwyfyy.css"></style>
- <style scoped="scoped">
- </style>
|