Commit 4a61f0109401586fc29a71a7cccce0eabb00115e

Authored by fengtao
1 parent 1f8b1477

fix:修改边框为10px和修改在ios上告警分页4个文本遮住问题

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 padding: 30rpx; 2 padding: 30rpx;
3 } 3 }
4 .alarm-detail-column { 4 .alarm-detail-column {
5 - border-radius: 20px; 5 + border-radius: 10px;
6 width: 688rpx; 6 width: 688rpx;
7 height: 573rpx; 7 height: 573rpx;
8 background-color: #ffffff; 8 background-color: #ffffff;
@@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
54 } 54 }
55 .hanle-main { 55 .hanle-main {
56 margin-top: 30rpx; 56 margin-top: 30rpx;
57 - border-radius: 20px; 57 + border-radius: 10px;
58 width: 688rpx; 58 width: 688rpx;
59 height: 273rpx; 59 height: 273rpx;
60 background-color: #ffffff; 60 background-color: #ffffff;
@@ -125,14 +125,17 @@ @@ -125,14 +125,17 @@
125 justify-content: space-between; 125 justify-content: space-between;
126 126
127 .item { 127 .item {
128 - margin: 30rpx;  
129 justify-content: flex-start; 128 justify-content: flex-start;
130 flex-direction: column; 129 flex-direction: column;
131 align-items: center; 130 align-items: center;
  131 + height: 211rpx;
  132 + margin-top: 8rpx;
  133 + margin-left: 37rpx;
132 134
133 .item-text { 135 .item-text {
134 width: 400rpx; 136 width: 400rpx;
135 text-align: left; 137 text-align: left;
  138 + margin-top: 13rpx;
136 139
137 .text { 140 .text {
138 color: #666666; 141 color: #666666;
@@ -152,7 +155,8 @@ @@ -152,7 +155,8 @@
152 155
153 .item-right { 156 .item-right {
154 flex-direction: row; 157 flex-direction: row;
155 - margin-top: -15rpx; 158 + margin-top: -3rpx;
  159 + margin-right: 25rpx;
156 160
157 .right-image { 161 .right-image {
158 width: 30rpx; 162 width: 30rpx;