update 首页敬请期待换成图标
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -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>
|
||||
Reference in New Issue
Block a user