修改图标大小
This commit is contained in:
parent
b84673aa3b
commit
7b7394bbac
@ -66,9 +66,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex; align-items: center;">
|
<div style="display: flex; align-items: center;">
|
||||||
<img src="@/assets/refresh.png" title="刷新身体姿态数据"
|
<img src="@/assets/refresh.png" title="重启深度相机"
|
||||||
@click="refreshClick('femtobolt')"
|
@click="refreshClick('femtobolt')"
|
||||||
alt="" style="margin-right: 5px;cursor: pointer;">
|
alt="" style="margin-right: 5px;cursor: pointer; width: 14px;">
|
||||||
<div :style="{ color: femtoboltStatus == '已连接' ? '#00CC33' : '#808080' }"
|
<div :style="{ color: femtoboltStatus == '已连接' ? '#00CC33' : '#808080' }"
|
||||||
style="font-size: 14px;">
|
style="font-size: 14px;">
|
||||||
{{ femtoboltStatus }}</div>
|
{{ femtoboltStatus }}</div>
|
||||||
@ -114,9 +114,9 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;align-items: center;">
|
<div style="display: flex;align-items: center;">
|
||||||
<img src="@/assets/refresh.png" title="刷新头部姿态数据"
|
<img src="@/assets/refresh.png" title="重启IMU"
|
||||||
@click="refreshClick('imu')"
|
@click="refreshClick('imu')"
|
||||||
alt="" style="margin-right: 5px;cursor: pointer;">
|
alt="" style="margin-right: 5px;cursor: pointer; width: 14px;">
|
||||||
<div :style="{ color: imuStatus == '已连接' ? '#00CC33' : '#808080' }" style="font-size: 14px;">{{
|
<div :style="{ color: imuStatus == '已连接' ? '#00CC33' : '#808080' }" style="font-size: 14px;">{{
|
||||||
imuStatus
|
imuStatus
|
||||||
}}</div>
|
}}</div>
|
||||||
@ -183,9 +183,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;align-items: center;">
|
<div style="display: flex;align-items: center;">
|
||||||
<img src="@/assets/refresh.png" title="刷新足部压力数据"
|
<img src="@/assets/refresh.png" title="重启足底压力板"
|
||||||
@click="refreshClick('pressure')"
|
@click="refreshClick('pressure')"
|
||||||
alt="" style="margin-right: 5px;cursor: pointer;">
|
alt="" style="margin-right: 5px;cursor: pointer; width: 14px;">
|
||||||
<div :style="{ color: pressureStatus == '已连接' ? '#00CC33' : '#808080' }" style="font-size: 14px;">{{
|
<div :style="{ color: pressureStatus == '已连接' ? '#00CC33' : '#808080' }" style="font-size: 14px;">{{
|
||||||
pressureStatus }}</div>
|
pressureStatus }}</div>
|
||||||
</div>
|
</div>
|
||||||
@ -350,9 +350,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;align-items: center;">
|
<div style="display: flex;align-items: center;">
|
||||||
<img src="@/assets/refresh.png" title="刷新视频数据"
|
<img src="@/assets/refresh.png" title="重启足部监视相机"
|
||||||
@click="refreshClick('camera')"
|
@click="refreshClick('camera')"
|
||||||
alt="" style="margin-right: 5px;cursor: pointer;">
|
alt="" style="margin-right: 5px;cursor: pointer; width: 14px;">
|
||||||
<div :style="{ color: cameraStatus == '已连接' ? '#00CC33' : '#808080' }" style="font-size: 14px;">{{ cameraStatus }}</div>
|
<div :style="{ color: cameraStatus == '已连接' ? '#00CC33' : '#808080' }" style="font-size: 14px;">{{ cameraStatus }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user