fix(): 安全监测bug修复
parent
7f1f150f2c
commit
65b159ce06
|
|
@ -417,7 +417,7 @@
|
||||||
width: 3000px;
|
width: 3000px;
|
||||||
// position:fixed;
|
// position:fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1000;
|
z-index: 1;
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
|
|
||||||
movable-view {
|
movable-view {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
<view class="sk-info">
|
<view class="sk-info">
|
||||||
<view class="sk-first-row">
|
<view class="sk-first-row">
|
||||||
<view class="first-item">
|
<view class="first-item">
|
||||||
<text>{{info.normWatLev}}米</text>
|
<text>{{info.rz}}米</text>
|
||||||
<text>水位</text>
|
<text>水位</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="first-item">
|
<view class="first-item">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue