change - 设备监测页面不同浏览器打开显示滚动条问题处理

main
wenjy 3 years ago
parent 32eb628144
commit 6eabc5a1d7

@ -1,3 +1,6 @@
body::-webkit-scrollbar {
display: none;
}
.sensorTypeItem{ .sensorTypeItem{
margin-top: 5%; margin-top: 5%;
margin-left: 5%; margin-left: 5%;

@ -11,13 +11,13 @@
<link rel="stylesheet" th:href="@{/css/lot-ui/Iot-sensorSummaryStyle.css}"/> <link rel="stylesheet" th:href="@{/css/lot-ui/Iot-sensorSummaryStyle.css}"/>
<style> <style>
</style> </style>
</head> </head>
<body> <body>
<!--传感器类型--> <!--传感器类型-->
<iframe id="sensorType" name="a_iframe" width="100%" height="100%" frameborder="1" align="middle" <iframe id="sensorType" name="a_iframe" width="100%" height="100%" frameborder="1" align="middle"
scrolling="auto" src="about:blank"> scrolling="auto" src="about:blank" style="overflow-x: hidden;
overflow-y: scroll;">
</iframe> </iframe>
<!-- 搜索框 --> <!-- 搜索框 -->

Loading…
Cancel
Save