Commit c7b8da2a633532bc3ed256cadbcff39abe85c466

Authored by 2c2c2c
1 parent ae397c8e

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

trash-ui/src/views/other/documentData/index.vue
... ... @@ -183,7 +183,7 @@
183 183 <el-button @click="cancel">取 消</el-button>
184 184 </div>
185 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 187 <el-row>
188 188 <el-col :offset="3" :span="18">
189 189 <h1 class="info_title">{{ info.title }}</h1>
... ...
trash-ui/src/views/other/incorruptEducation/index.vue
... ... @@ -183,7 +183,7 @@
183 183 <el-button @click="cancel">取 消</el-button>
184 184 </div>
185 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 187 <el-row>
188 188 <el-col :offset="3" :span="18">
189 189 <h1 class="info_title">{{ info.title }}</h1>
... ...
trash-ui/src/views/other/incorruptGovernment/index.vue
... ... @@ -183,7 +183,7 @@
183 183 <el-button @click="cancel">取 消</el-button>
184 184 </div>
185 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 187 <el-row>
188 188 <el-col :offset="3" :span="18">
189 189 <h1 class="info_title">{{ info.title }}</h1>
... ...