|
@@ -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>
|
|
|
分析面积:
|
|
@@ -205,10 +203,19 @@ export default {
|
|
|
height: 100%;
|
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
+ padding-right: 10px;
|
|
|
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;
|
|
|
}
|
|
|
}
|
|
@@ -219,7 +226,7 @@ export default {
|
|
|
.echars {
|
|
|
margin-bottom: 10px;
|
|
|
.echartTitle {
|
|
|
- width: calc(100% - 10px);
|
|
|
+ width: 100%;
|
|
|
height: 40px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|