Showing
2 changed files
with
5 additions
and
5 deletions
| ... | ... | @@ -144,9 +144,9 @@ export default { |
| 144 | 144 | }); |
| 145 | 145 | }, |
| 146 | 146 | openOrgStatus() { |
| 147 | - uni.navigateTo({ | |
| 148 | - url: 'configuration/configuration' | |
| 149 | - }); | |
| 147 | + // uni.navigateTo({ | |
| 148 | + // url: 'configuration/configuration' | |
| 149 | + // }); | |
| 150 | 150 | }, |
| 151 | 151 | //告警状态查询 |
| 152 | 152 | navigatorAlarmStatus(e) { | ... | ... |
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | background-color: #fff; |
| 21 | 21 | border: 0.01rpx solid #fff; |
| 22 | 22 | padding: 40rpx; |
| 23 | - border-radius: 20px; | |
| 23 | + border-radius: 10px; | |
| 24 | 24 | .item-center { |
| 25 | 25 | width: 290rpx; |
| 26 | 26 | height: 150rpx; |
| ... | ... | @@ -80,7 +80,7 @@ |
| 80 | 80 | justify-content: space-between; |
| 81 | 81 | align-items: flex-start; |
| 82 | 82 | flex-direction: column; |
| 83 | - border-radius: 20px; | |
| 83 | + border-radius: 10px; | |
| 84 | 84 | .item-child-top { |
| 85 | 85 | justify-content: space-between; |
| 86 | 86 | padding: 30rpx; | ... | ... |