大屏及电子税务局页面样式修改,数据中心的引入视频页面
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/dataCenter/index.html
@@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
27 | <el-dialog class="data-dialog" v-model="centerDialogVisible" :title="dialogMachineName" width="60%" > | 27 | <el-dialog class="data-dialog" v-model="centerDialogVisible" :title="dialogMachineName" width="60%" > |
28 | <div class="machine-video"> | 28 | <div class="machine-video"> |
29 | <el-row> | 29 | <el-row> |
30 | - <el-col class="video-item" :span="12" v-for="i in 4"> | 30 | + <el-col class="video-item" :span="24" > |
31 | <iframe :src="'/zjdp/video.html?type='+dialogMachineName+'&access_token='+accessToken" frameborder="0"></iframe> | 31 | <iframe :src="'/zjdp/video.html?type='+dialogMachineName+'&access_token='+accessToken" frameborder="0"></iframe> |
32 | </el-col> | 32 | </el-col> |
33 | </el-row> | 33 | </el-row> |
-
Please register or login to post a comment