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

样式兼容

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