tanghaolin
2022-11-01 6a900a853e740992512473d09dfb2043cd39ec02
修改地图泵站显示面板
已修改2个文件
20 ■■■■ 文件已修改
map/index.wxml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
map/index.wxss 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
map/index.wxml
@@ -20,10 +20,10 @@
            <cover-view class="record_content">
              <cover-view>{{item.title}}</cover-view>
            </cover-view>
            <cover-view style="width:100%;display: flex;justify-content: space-between;padding: 5px 5px;box-sizing: border-box;">
            <!-- <cover-view style="width:100%;display: flex;justify-content: space-between;padding: 5px 5px;box-sizing: border-box;">
              <cover-view>出口瞬时流量</cover-view>
              <cover-view class="pointType runStatusInBimOpen"></cover-view>
            </cover-view>
            </cover-view> -->
            <cover-view class="MpInBimPanel">
              <cover-view class="signalInBimValue">0</cover-view>
              <cover-view class="signalInBimUnit">m³/h</cover-view>
map/index.wxss
@@ -712,7 +712,7 @@
  position: relative;
  box-sizing: border-box;
  width: 125px;
  height: 70px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
@@ -759,7 +759,9 @@
.runStatusInBimOpen {
  background-color: #1E90FF;
}
.runStatusInBimClose {
  background-color: #aaaaaa;
}
.pointType {
  width: 12px;
  height: 12px;
@@ -780,9 +782,15 @@
  margin-left: 5px;
  align-items: center;
  justify-content: center;
  line-height: 18px;
}
.MpInBimPanel{
  padding: 5px 0;
}
.signalInBimValue-close{
  background-color: #aaaaaa;
}
.signalInBimUnit {
  padding-left: 4px;
  display: inline-block;
  display: inline-flex;
}