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