|
@@ -210,7 +210,7 @@
|
|
|
</el-container>
|
|
|
</el-dialog>
|
|
|
|
|
|
- <el-dialog v-model="valDialogVisible" :title="titleMsg" style="width: 85vw; height: 85vh">
|
|
|
+ <el-dialog v-model="valDialogVisible" :title="titleMsg" style="width: 85vw; height: 85vh; overflow-x: auto">
|
|
|
<!-- style="width: 70vw"-->
|
|
|
<el-container style="display: flex; flex-direction: row">
|
|
|
<el-container v-for="(item, index) in imgDataList" :key="index" style="display: flex; flex-direction: column">
|