|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<!-- 提测预览 -->
|
|
|
- <div class="eleStyle">
|
|
|
+ <div class="eleStyle_one">
|
|
|
<div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
|
|
|
<div style="padding:2% 9%;">
|
|
|
<div style="display: flex; white-space: nowrap; font-family:SimSuncss">
|
|
@@ -99,7 +99,7 @@
|
|
|
<el-button type="primary" size="mini" @click="dialogFormVisible = true">确定发送</el-button>
|
|
|
<el-button size="mini" @click="download()">确定下载</el-button>
|
|
|
</div>
|
|
|
- <div id="resumeId" class="eleStyle">
|
|
|
+ <div id="resumeId" class="eleStyle_one">
|
|
|
<div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
|
|
|
<div style="padding:2% 9%;">
|
|
|
<div style="display: flex; white-space: nowrap; font-family:SimSuncss">
|
|
@@ -325,7 +325,7 @@ export default {
|
|
|
.marage {
|
|
|
margin: 0.5% 0;
|
|
|
}
|
|
|
- .eleStyle {
|
|
|
+ .eleStyle_one {
|
|
|
width: 100%;
|
|
|
height:100%;
|
|
|
background:#F2F3F6;
|
|
@@ -333,6 +333,9 @@ export default {
|
|
|
font-size: 14px;
|
|
|
color: #606266;
|
|
|
}
|
|
|
+ .eleStyle_one .el-form-item {
|
|
|
+ margin-bottom: -10px;
|
|
|
+ }
|
|
|
.titleStyle {
|
|
|
color: #333B4A;
|
|
|
margin: 1% 0;
|