Commit 82261d93 authored by 李苏's avatar 李苏 💬

样式兼容

parent c3576771
Pipeline #311 failed with stages
......@@ -76,14 +76,14 @@
第三个跳转链接
-->
<!-- 两个按钮-->
<div class="flex1 text-center" style="float: left;margin-top: 10px;margin-left: 22%;">
<div class="flex1 text-center" style="float: left;margin-top: 10px;margin-left: 18%;">
<div class="menu">
<span style="cursor: pointer;" @click="toFullPage('ywxxgl/ywsjlr')">
系统跳转
<span style="cursor: pointer;" @click="toFullPage('https://192.168.121.46')">
态势平台
</span>
</div>
</div>
<div class="flex1 text-center" style="float: right;margin-top: 10px;margin-right: 22%;">
<div class="flex1 text-center" style="float: right;margin-top: 10px;margin-right: 18%;">
<div class="menu">
<span style="cursor: pointer;" @click="wltpt">
网络拓扑图
......@@ -542,7 +542,7 @@
window.open('/拓扑图.pdf')
},
toFullPage(url){
window.open('#/'+url)
window.open(url)
},
qcbjtjInit(myChart) {
let option = {
......@@ -1259,8 +1259,8 @@
}
.main_content {
height: calc(100vh);
width: 100vw;
height: calc(100vh - 84px);
width: 100%;
padding-top: 2px;
background-image: url('./static/data08.png');
background-size: 100% 100%;
......
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