style(led): 恢复 Logo 区域并调整布局间距与设备数量

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-08-17 17:55:38 +08:00
co-authored by Claude Opus 4.7
parent 10e17d100c
commit fe8b8b1c07
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -1,9 +1,9 @@
<template>
<div class="rowDom">
<!-- <div class="rowDom-logo">-->
<!-- <div></div>-->
<!-- <div>数味智餐</div>-->
<!-- </div>-->
<div class="rowDom-logo">
<div></div>
<div>数味智餐</div>
</div>
<div class="rowDom-dishes">
<template v-for="(item, index) in deviceDataList">
<Info :index="index" :deviceData="item" :key="item.deviceCode" />
@@ -36,13 +36,13 @@ export default {
display: flex;
flex-wrap: nowrap;
align-items: center;
padding-left: 220px;
padding-right: 90px;
padding-left: 20px;
padding-right: 220px;
box-sizing: border-box;
.rowDom-logo {
width: 310px;
//margin-right: 20px;
margin-right: 20px;
> div:nth-of-type(1) {
width: 160px;
+1 -1
View File
@@ -32,7 +32,7 @@ export default {
return {
url: "https://dev.yixiong-tech.com:8081/nutrition/",
screenWidth: 1920,
deviceNumber: 13,
deviceNumber: 12,
deviceDataList: [],
}
},