update 首页敬请期待换成图标

This commit is contained in:
赵霄
2023-11-21 14:16:18 +08:00
parent 1c9cdf249a
commit c4cbac97b4
2 changed files with 27 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+27 -2
View File
@@ -1,7 +1,9 @@
<template>
<!--<div>敬请期待</div>-->
<div>
<a-button @click="toSearchWindow">跳转一般检索</a-button>
<div class="analysis-box">
<img class="analysis-empty-img" alt="" src="../../assets/image/stayTuned.png" />
<div class="analysis-empty-title">敬请期待</div>
<!--<a-button @click="toSearchWindow">跳转一般检索</a-button>-->
</div>
</template>
@@ -19,3 +21,26 @@ export default {
}
}
</script>
<style scoped lang="less">
@import '~@assets/less/common.less';
.analysis-box {
height: @page-content-h;
background-color: #FFFFFF;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.analysis-empty-img {
width: 200px;
}
.analysis-empty-title {
font-size: 20px;
font-weight: 600;
color: #1D2129;
}
</style>