|
@@ -61,7 +61,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- <el-dialog title="电视墙" :visible.sync="TVWallVisible" v-if="TVWallVisible" @close="cancelEventLocationShow()" class="TVWallCustomWidth-right">
|
|
|
|
|
|
+ <el-dialog title="电视墙" :visible.sync="TVWallVisible" v-if="TVWallVisible" @close="cancelEventLocationShow()" custom-class="TVWallVisible">
|
|
<div style="display: flex;">
|
|
<div style="display: flex;">
|
|
<div id="dom1" class="dom1"></div>
|
|
<div id="dom1" class="dom1"></div>
|
|
</div>
|
|
</div>
|
|
@@ -926,7 +926,23 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
-<style scoped>
|
|
|
|
|
|
+<style>
|
|
|
|
+.TVWallVisible{
|
|
|
|
+ position: fixed;
|
|
|
|
+ top:-10%;
|
|
|
|
+ left:50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ width: 1150px;
|
|
|
|
+ height: 735px;
|
|
|
|
+ background: #031135;
|
|
|
|
+ border: 1px solid #2159b3;
|
|
|
|
+ z-index: 999;
|
|
|
|
+ box-shadow: 0px 0px 10px #1a498f;
|
|
|
|
+ color: #FFF;
|
|
|
|
+}
|
|
|
|
+.el-dialog__title{
|
|
|
|
+ color: #FFF;
|
|
|
|
+}
|
|
.btmbuttonbg{
|
|
.btmbuttonbg{
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
bottom: 0px;
|