xinelu-applet-ui/pages/message/message.vue

24 lines
267 B
Vue
Raw Normal View History

2023-09-20 10:42:44 +08:00
<template>
2023-11-02 11:04:42 +08:00
<view class="body">
<u-empty mode="order" icon-size='220' text="暂无信息"></u-empty>
2023-09-20 10:42:44 +08:00
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
2023-11-02 11:04:42 +08:00
.body{
margin-top: 50%;
}
2023-09-20 10:42:44 +08:00
</style>