|
@@ -2,13 +2,11 @@
|
|
|
<div class="scjg">
|
|
|
<div>
|
|
|
<div class="downloadDiv">
|
|
|
- <span>
|
|
|
+ <span class="xmmc">
|
|
|
项目名称:
|
|
|
<span class="text">{{ scjgObj.xmmc }}</span>
|
|
|
</span>
|
|
|
- <el-button type="primary" size="mini" @click="download">
|
|
|
- 导出报告
|
|
|
- </el-button>
|
|
|
+ <span class="export" @click="download">导出报告</span>
|
|
|
</div>
|
|
|
<div>
|
|
|
分析面积:
|
|
@@ -207,8 +205,16 @@ export default {
|
|
|
overflow-x: hidden;
|
|
|
line-height: 40px;
|
|
|
.downloadDiv {
|
|
|
- span {
|
|
|
- width: calc(100% - 100px);
|
|
|
+ .xmmc {
|
|
|
+ width: calc(100% - 120px);
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .export {
|
|
|
+ width: 116px;
|
|
|
+ height: 32px;
|
|
|
+ background: #0f7ac8;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 32px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
}
|