报名工具小程序初始代码
This commit is contained in:
20
components/noData/noData.vue
Normal file
20
components/noData/noData.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<view style="display: flex;justify-content: center;width: 100%;">
|
||||
<image style="width: 280rpx;height: 280rpx; margin-top: 130rpx;margin-bottom: 110rpx;"
|
||||
src="../../static/custom-icon/zanwushuju.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user