Commit 20540a98 authored by 王晓倩's avatar 王晓倩

视频可视化播放器窗口调整

parent c4e4024f
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<div class="pomentWrap"> <div class="pomentWrap">
<el-row :gutter="5" type="flex" justify="space-around"> <el-row :gutter="5" type="flex" justify="space-around">
<el-col :xs="12" :sm="12" :md="6" :lg="4" :xl="4"> <el-col :xs="12" :sm="12" :md="6" :lg="4" :xl="4">
<!-- <el-aside>-->
<div class="topBar"> <div class="topBar">
<el-tree <el-tree
:data="treeData" :data="treeData"
...@@ -16,13 +15,10 @@ ...@@ -16,13 +15,10 @@
> >
</el-tree> </el-tree>
</div> </div>
<!-- </el-aside>-->
</el-col> </el-col>
<el-col :xs="12" :sm="12" :md="18" :lg="20" :xl="20"> <el-col :xs="12" :sm="12" :md="18" :lg="20" :xl="20">
<!-- <el-main>--> <el-row class="row">
<div>
<el-row>
<div class="box" :class="[flag == 'newplay1' ? 'boxred' : 'boxblack']"> <div class="box" :class="[flag == 'newplay1' ? 'boxred' : 'boxblack']">
<div id="newplay1" style="width:100%; height:100%;" @click="chooseWindow('newplay1')"> <div id="newplay1" style="width:100%; height:100%;" @click="chooseWindow('newplay1')">
<span class="novideo">无信号</span> <span class="novideo">无信号</span>
...@@ -34,7 +30,8 @@ ...@@ -34,7 +30,8 @@
</div> </div>
</div> </div>
</el-row> </el-row>
<el-row>
<el-row class="row">
<div class="box" :class="[flag == 'newplay3' ? 'boxred' : 'boxblack']"> <div class="box" :class="[flag == 'newplay3' ? 'boxred' : 'boxblack']">
<div id="newplay3" style="width:100%; height:100%;" @click="chooseWindow('newplay3')"> <div id="newplay3" style="width:100%; height:100%;" @click="chooseWindow('newplay3')">
<span class="novideo">无信号</span> <span class="novideo">无信号</span>
...@@ -46,23 +43,28 @@ ...@@ -46,23 +43,28 @@
</div> </div>
</div> </div>
</el-row> </el-row>
</div>
<!-- </el-main>-->
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
</template> </template>
<style lang="scss" scped> <style lang="scss" scped>
@import '@/utils/public.scss'; @import '@/utils/public.scss';
.box{ .row{
float:left; display: flex;
width:550px; .box{
height:300px; width: 100%;
background-color: #edf1f6; text-align: center;
text-align: center; }
position:relative; }
right:0px; /*.box{*/
} /*float:left;*/
/*width:550px;*/
/*height:300px;*/
/*background-color: #edf1f6;*/
/*text-align: center;*/
/*position:relative;*/
/*right:0px;*/
/*}*/
.boxred{ .boxred{
border: 1px solid red; border: 1px solid red;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment