first commit
This commit is contained in:
22
芳林公司项目/zyhelp/components/tpl/NoData.vue
Executable file
22
芳林公司项目/zyhelp/components/tpl/NoData.vue
Executable file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<div class="nodata">
|
||||
暂无数据
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.nodata {
|
||||
text-align: center;
|
||||
font-size: 25.362rpx;
|
||||
margin-top: 25%;
|
||||
color: #bbb9b9;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user