bug110,124,108 + 建设页

This commit is contained in:
shijingjing
2023-03-20 14:54:29 +08:00
parent 32871fdc1b
commit b84814c461
7 changed files with 58 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppHelpEachOther">
<AiEmpty :description="`丰收号 内容建设中…`" class="emptyWrap"></AiEmpty>
<AiEmpty img='https://cdn.cunwuyun.cn/fengdu/mdpi_img-jianshezhong.png' :description="`丰收号 内容建设中…`" class="emptyWrap"></AiEmpty>
</div>
</template>
@@ -17,6 +17,11 @@ export default {
}
</script>
<style>
<style lang="scss" scoped>
.AppHelpEachOther {
::v-deep .emptyWrap .emptyImg {
width: 442px;
height: 312px;
}
}
</style>