Commit 7c8b45cac65d271953deb7723672646a639d1466

Authored by fengtao
1 parent 87b5f680

fix:app端告警组织筛选图片不对应

Showing 1 changed file with 29 additions and 2 deletions
... ... @@ -14,13 +14,14 @@
14 14 <image src="../../static/shaixuan.png" />
15 15 </view>
16 16 </view>
  17 + <u-line />
17 18 <view class="org">
18 19 <u-cell @click="openOrg" isLink title="组织关系" :border="false">
19 20 <view slot="label" class="label" style="display: flex; align-items: center;margin-top: 20rpx;">
20   - <image src="../../static/org.png" style="width: 24rpx;height: 28rpx;top: -30rpx;"></image>
  21 + <image src="../../static/org.png" style="width: 24rpx;height: 28rpx;"></image>
21 22 <view style="margin-left: 10rpx; color: #666;">
22 23 告警数:
23   - <text class="text-org-total" style="margin-left: 20rpx;">{{ alertTotal }}</text>
  24 + <text style="margin-left: 20rpx;">{{ alertTotal }}</text>
24 25 </view>
25 26 </view>
26 27 </u-cell>
... ... @@ -523,4 +524,30 @@ export default {
523 524 height: 100%;
524 525 width: 100%;
525 526 }
  527 +.device-top {
  528 + padding: 10rpx 30rpx;
  529 + background-color: #fff;
  530 + .search {
  531 + display: flex;
  532 + justify-content: space-between;
  533 + padding-bottom: 10rpx;
  534 + .search-left {
  535 + width: 580rpx;
  536 + background-color: #f8f9fa;
  537 + border-radius: 200rpx;
  538 + }
  539 + .search-right {
  540 + display: flex;
  541 + align-items: center;
  542 + text {
  543 + color: #333;
  544 + font-size: 14px;
  545 + }
  546 + image {
  547 + width: 40rpx;
  548 + height: 40rpx;
  549 + }
  550 + }
  551 + }
  552 +}
526 553 </style>
... ...