|
@@ -222,18 +222,22 @@ |
|
@@ -222,18 +222,22 @@ |
222
|
:isCircle="false"
|
222
|
:isCircle="false"
|
223
|
/>
|
223
|
/>
|
224
|
</div>
|
224
|
</div>
|
225
|
- <div class="ml-20 flex justify-around right-text">
|
225
|
+ <div class="ml-20 flex justify-evenly right-text">
|
226
|
<div class="text flex items-center">
|
226
|
<div class="text flex items-center">
|
227
|
<span class="left-icon-d-color"></span>
|
227
|
<span class="left-icon-d-color"></span>
|
228
|
- 直连设备:{{ growCardList?.deviceInfo?.directConnection ?? 0 }}个
|
228
|
+ 直连设备:
|
|
|
229
|
+ <span class="bold-text">{{ growCardList?.deviceInfo?.directConnection ?? 0 }}</span
|
|
|
230
|
+ >个
|
229
|
</div>
|
231
|
</div>
|
230
|
<div class="text flex items-center">
|
232
|
<div class="text flex items-center">
|
231
|
<span class="left-icon-g-color"></span>
|
233
|
<span class="left-icon-g-color"></span>
|
232
|
- 网关设备:{{ growCardList?.deviceInfo?.gateWay ?? 0 }}个
|
234
|
+ 网关设备: <span class="bold-text">{{ growCardList?.deviceInfo?.gateWay ?? 0 }}</span
|
|
|
235
|
+ >个
|
233
|
</div>
|
236
|
</div>
|
234
|
<div class="text flex items-center">
|
237
|
<div class="text flex items-center">
|
235
|
<span class="left-icon-s-color"></span>
|
238
|
<span class="left-icon-s-color"></span>
|
236
|
- 网关子设备:{{ growCardList?.deviceInfo?.sensor ?? 0 }}个
|
239
|
+ 网关子设备:<span class="bold-text">{{ growCardList?.deviceInfo?.sensor ?? 0 }}</span
|
|
|
240
|
+ >个
|
237
|
</div>
|
241
|
</div>
|
238
|
</div>
|
242
|
</div>
|
239
|
</div>
|
243
|
</div>
|
|
@@ -252,18 +256,22 @@ |
|
@@ -252,18 +256,22 @@ |
252
|
/>
|
256
|
/>
|
253
|
<div class="empty-box" v-else><Empty :image="Empty.PRESENTED_IMAGE_SIMPLE" /></div>
|
257
|
<div class="empty-box" v-else><Empty :image="Empty.PRESENTED_IMAGE_SIMPLE" /></div>
|
254
|
</div>
|
258
|
</div>
|
255
|
- <div class="ml-20 flex justify-around right-text">
|
259
|
+ <div class="ml-20 flex justify-evenly right-text">
|
256
|
<div class="text flex items-center">
|
260
|
<div class="text flex items-center">
|
257
|
<span class="right-icon-d-color"></span>
|
261
|
<span class="right-icon-d-color"></span>
|
258
|
- 待激活设备:{{ growCardList?.deviceInfo?.inActive ?? 0 }}个
|
262
|
+ 待激活设备:
|
|
|
263
|
+ <span class="bold-text">{{ growCardList?.deviceInfo?.inActive ?? 0 }}</span
|
|
|
264
|
+ >个
|
259
|
</div>
|
265
|
</div>
|
260
|
<div class="text flex items-center">
|
266
|
<div class="text flex items-center">
|
261
|
<span class="right-icon-g-color"></span>
|
267
|
<span class="right-icon-g-color"></span>
|
262
|
- 在线设备:{{ growCardList?.deviceInfo?.onLine ?? 0 }}个
|
268
|
+ 在线设备:<span class="bold-text">{{ growCardList?.deviceInfo?.onLine ?? 0 }}</span
|
|
|
269
|
+ >个
|
263
|
</div>
|
270
|
</div>
|
264
|
<div class="text flex items-center">
|
271
|
<div class="text flex items-center">
|
265
|
<span class="right-icon-s-color"></span>
|
272
|
<span class="right-icon-s-color"></span>
|
266
|
- 离线设备:{{ growCardList?.deviceInfo?.offLine ?? 0 }}个
|
273
|
+ 离线设备:<span class="bold-text">{{ growCardList?.deviceInfo?.offLine ?? 0 }}</span
|
|
|
274
|
+ >个
|
267
|
</div>
|
275
|
</div>
|
268
|
</div>
|
276
|
</div>
|
269
|
</div>
|
277
|
</div>
|
|
@@ -341,11 +349,14 @@ |
|
@@ -341,11 +349,14 @@ |
341
|
|
349
|
|
342
|
.text {
|
350
|
.text {
|
343
|
color: #333;
|
351
|
color: #333;
|
344
|
- font-weight: bold;
|
|
|
345
|
display: flex;
|
352
|
display: flex;
|
346
|
flex-wrap: nowrap;
|
353
|
flex-wrap: nowrap;
|
347
|
}
|
354
|
}
|
348
|
|
355
|
|
|
|
356
|
+ .bold-text {
|
|
|
357
|
+ font-weight: bold;
|
|
|
358
|
+ }
|
|
|
359
|
+
|
349
|
.chart-top {
|
360
|
.chart-top {
|
350
|
width: 60%;
|
361
|
width: 60%;
|
351
|
height: 300px;
|
362
|
height: 300px;
|
|
@@ -366,8 +377,8 @@ |
|
@@ -366,8 +377,8 @@ |
366
|
|
377
|
|
367
|
.base-left-icon-color {
|
378
|
.base-left-icon-color {
|
368
|
border-radius: 50%;
|
379
|
border-radius: 50%;
|
369
|
- width: 15px;
|
|
|
370
|
- height: 15px;
|
380
|
+ width: 10px;
|
|
|
381
|
+ height: 10px;
|
371
|
position: relative;
|
382
|
position: relative;
|
372
|
right: 10px;
|
383
|
right: 10px;
|
373
|
}
|
384
|
}
|