|
@@ -1,9 +1,6 @@
|
|
|
<template>
|
|
|
- <el-dialog :visible.sync="dialogVisible1" width="80vw" :close-on-click-modal="false" :before-close="handleClose1">
|
|
|
- <div style="display: flex; align-items: center; justify-content: flex-start; font-size: 18px; font-weight: 450;">
|
|
|
- <div class="titIcon" />
|
|
|
- <span style="margin-left: 1%; width: 100px;">提测报告</span>
|
|
|
- </div>
|
|
|
+ <el-dialog :visible.sync="dialogVisible1" width="70vw" class="public_task" title="提测报告" :close-on-click-modal="false" :before-close="handleClose1">
|
|
|
+ <div class="blueStripe" />
|
|
|
<div style="margin: 2% 0%; font-size: 16pt; color: #333B4A;">
|
|
|
<el-steps :active="active" align-center finish-status="success">
|
|
|
<el-step style="font-size: 16pt; color: #333B4A;" title="选择模版" />
|
|
@@ -62,6 +59,7 @@
|
|
|
|
|
|
<script>
|
|
|
import '@/views/projectManage/publicCss/index.css'
|
|
|
+import '@/styles/PublicStyle/index.scss'
|
|
|
import Present from '@/views/Platform/presentation/PresentReport'
|
|
|
import acceptthe from '@/views/Platform/presentation/acceptTheReport'
|
|
|
import presentation from '@/views/Platform/presentation/presentationReport.vue'
|