style(led): 恢复 Logo 区域并调整布局间距与设备数量
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
10e17d100c
commit
fe8b8b1c07
@@ -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;
|
||||
|
||||
@@ -32,7 +32,7 @@ export default {
|
||||
return {
|
||||
url: "https://dev.yixiong-tech.com:8081/nutrition/",
|
||||
screenWidth: 1920,
|
||||
deviceNumber: 13,
|
||||
deviceNumber: 12,
|
||||
deviceDataList: [],
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user