代码拉取完成,页面将自动刷新
同步操作将从 畅阳网络/畅阳教培 在线教育 在线视频教育+在线试题+在线题库+在线考试源码Java+SpringBoot+MySql+vue+uni-app 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<template>
<view>
<view class="body">
<image :src="noDataImg" class="img"></image>
</view>
<view class="title">
{{ title }}
</view>
</view>
</template><script>
export default {
props: ["title", "noDataImg"],
};
</script>
<style scoped lang="scss">
.body {
width: 100%;
margin-top: 165rpx;
.img {
display: block;
margin: 0 auto;
width: 314rpx;
max-height: 290rpx;
}
}
.title {
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
margin-top: 50rpx;
text-align: center;
}
.chucuno {
position: absolute;
top: 50%;
margin-top: -150rpx;
z-index: 99999;
left: 50%;
margin-left: -325rpx;
}
.back-tankuang {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
height: 100%;
background: rgba(51, 51, 51, 0.5);
}</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。