Commit f776106d authored by zhangderong's avatar zhangderong

修复标签切换时,页面抖动问题

parent 8a24eabc
<template>
<div class="resumeDetail">
<div class="pdfShow" v-if="isShowPdf==true">
<div id="container" style="width:100%;height:100%" v-if="isShowPdf==true"></div>
<div class="pdfShow" v-show="isShowPdf==true">
<div id="container" style="width:100%;height:100%;" v-if="isShowPdf==true"></div>
</div>
<div class="resumeDetail-left" v-if="isShowPdf==false">
<div class="personalInformation" v-show="JSON.stringify(resume)!=='{}'">
......@@ -998,7 +998,7 @@ export default {
</script>
<style scoped>
.resumeDetail{
width: 1100px;
width: 1150px;
margin: 30px auto;
color: #000000;
font-family: "\5FAE\8F6F\96C5\9ED1";
......@@ -1006,14 +1006,13 @@ export default {
.resumeDetail-left{
float: left;
width:860px;
min-height: 200px
min-height: 200px;
/* border: 1px solid #999 */
}
.pdfShow{
float: left;
width:860px;
min-height: 200px;
/* border: 1px solid black */
width:900px;
min-height: 1200px;
}
.pic img{
width: 60px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment