|
@@ -151,10 +151,10 @@ onMounted(async () => {
|
|
|
<div id="report-content" class="content-abstract">摘要:{{ reportDetail.Abstract }}</div>
|
|
|
<template v-if="isBinding">
|
|
|
<div v-html="reportDetail.Body"></div>
|
|
|
- <div class="please-login" @click="pleaseGoLogin">请登录后查看更多内容</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<div v-if="reportDetail.Body" v-html="reportDetail.Body.slice(0, 200)"></div>
|
|
|
+ <div class="please-login" @click="pleaseGoLogin">请登录后查看更多内容</div>
|
|
|
</template>
|
|
|
<dlg :showTips="showTips" type="产品内测" @hideDlg="showTips = false" />
|
|
|
<van-dialog v-model:show="showDlg" closeOnClickOverlay :show-confirm-button="false" @cancel="onClickHide">
|
|
@@ -171,10 +171,7 @@ onMounted(async () => {
|
|
|
<style lang="scss">
|
|
|
.cygx_internal-detials {
|
|
|
.please-login {
|
|
|
- position: fixed;
|
|
|
- bottom: 100px;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
+ margin: 50px auto 150px;
|
|
|
width: 556px;
|
|
|
height: 64px;
|
|
|
color: #fff;
|