This commit is contained in:
2025-11-03 10:14:27 +08:00
parent 4dd5fa6a42
commit b66b390f2c
16 changed files with 5902 additions and 1186 deletions

View File

@@ -1,28 +1,18 @@
<template>
<div>
<div class="crumbs">
<el-breadcrumb separator="/">
<el-breadcrumb-item>
<i class="el-icon-collection"></i>
<router-link :to="{ path: '/peerewer' }">
<span class="top_dao"> Reviewer Article</span>
</router-link>
>> Reviewer Article Detail
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div
<div style="background-color: #fafafa;height: 100%;">
<div style="height: 100%;"
class="container_l"
v-loading="loading"
element-loading-text="Loading..."
element-loading-spinner="el-icon-loading"
element-loading-background="rgba(0, 0, 0, 0.8)"
>
<el-row :gutter="20">
<el-col :span="10">
<el-row :gutter="20" style="height: 100%;">
<el-col :span="10" style="height: 100%;">
<iframe ref="mainiframe" :src="pdfUrl" class="lookpdf" frameborder="0"></iframe>
</el-col>
<el-col :span="14" style="height: 760px; overflow-y: scroll">
<el-col :span="14" style="height: 100%; overflow-y: scroll">
<!-- <el-col :span="24"> -->
<el-card class="box-card">
<div class="tet_list" :model="txt_mess">
@@ -816,7 +806,7 @@ export default {
}
.lookpdf {
height: 760px;
height: 100%;
width: 100%;
}