mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 00:53:54 +08:00
style: 优化部分样式,保持一致性
This commit is contained in:
@@ -395,7 +395,10 @@ export default {
|
||||
|
||||
// 获取设备状态
|
||||
fetchDeviceStatus(agentId) {
|
||||
// 开启表格等待状态,处理动态加载表头导致鼠标所在行的hover事件无法移除的问题
|
||||
this.loading = true;
|
||||
Api.device.getDeviceStatus(agentId, ({ data }) => {
|
||||
this.loading = false;
|
||||
if (data.code === 0) {
|
||||
try {
|
||||
// 解析后端返回的设备状态JSON
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
<div style="
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 15px;
|
||||
margin-left: 10px;
|
||||
margin-top: 11px;
|
||||
margin-left: 11px;
|
||||
gap: 10px;
|
||||
">
|
||||
<img loading="lazy" alt="" src="@/assets/xiaozhi-logo.png" style="width: 45px; height: 45px" />
|
||||
<img loading="lazy" alt="" :src="xiaozhiAiIcon" style="height: 18px" />
|
||||
<img loading="lazy" alt="" src="@/assets/xiaozhi-logo.png" style="width: 42px; height: 42px" />
|
||||
<img loading="lazy" alt="" :src="xiaozhiAiIcon" style="height: 20px" />
|
||||
</div>
|
||||
</el-header>
|
||||
<div class="login-person">
|
||||
|
||||
Reference in New Issue
Block a user