Commit c7b8da2a633532bc3ed256cadbcff39abe85c466

Authored by 2c2c2c
1 parent ae397c8e

廉政风险点、廉洁教育、文件资料 dialog 全屏

trash-ui/src/views/other/documentData/index.vue
@@ -183,7 +183,7 @@ @@ -183,7 +183,7 @@
183 <el-button @click="cancel">取 消</el-button> 183 <el-button @click="cancel">取 消</el-button>
184 </div> 184 </div>
185 </el-dialog> 185 </el-dialog>
186 - <el-dialog :title="title" :visible.sync="openInfo" width="80%" append-to-body> 186 + <el-dialog :title="title" :visible.sync="openInfo" :fullscreen="true" append-to-body>
187 <el-row> 187 <el-row>
188 <el-col :offset="3" :span="18"> 188 <el-col :offset="3" :span="18">
189 <h1 class="info_title">{{ info.title }}</h1> 189 <h1 class="info_title">{{ info.title }}</h1>
trash-ui/src/views/other/incorruptEducation/index.vue
@@ -183,7 +183,7 @@ @@ -183,7 +183,7 @@
183 <el-button @click="cancel">取 消</el-button> 183 <el-button @click="cancel">取 消</el-button>
184 </div> 184 </div>
185 </el-dialog> 185 </el-dialog>
186 - <el-dialog :title="title" :visible.sync="openInfo" width="80%" append-to-body> 186 + <el-dialog :title="title" :visible.sync="openInfo" :fullscreen="true" append-to-body>
187 <el-row> 187 <el-row>
188 <el-col :offset="3" :span="18"> 188 <el-col :offset="3" :span="18">
189 <h1 class="info_title">{{ info.title }}</h1> 189 <h1 class="info_title">{{ info.title }}</h1>
trash-ui/src/views/other/incorruptGovernment/index.vue
@@ -183,7 +183,7 @@ @@ -183,7 +183,7 @@
183 <el-button @click="cancel">取 消</el-button> 183 <el-button @click="cancel">取 消</el-button>
184 </div> 184 </div>
185 </el-dialog> 185 </el-dialog>
186 - <el-dialog :title="title" :visible.sync="openInfo" width="80%" append-to-body> 186 + <el-dialog :title="title" :visible.sync="openInfo" :fullscreen="true" append-to-body>
187 <el-row> 187 <el-row>
188 <el-col :offset="3" :span="18"> 188 <el-col :offset="3" :span="18">
189 <h1 class="info_title">{{ info.title }}</h1> 189 <h1 class="info_title">{{ info.title }}</h1>