This commit is contained in:
2023-06-13 19:22:30 +08:00
parent 660f87af32
commit 107fb8554d
3 changed files with 9 additions and 7 deletions

View File

@@ -592,35 +592,35 @@ export const workshopCondition = () => {
{ {
'failure_time': '05-30 09:50:12', 'failure_time': '05-30 09:50:12',
'device_code': 'hn01', 'device_code': 'hn01',
'device_name': '混01', 'device_name': '混01',
'failure_info': '机器故障', 'failure_info': '机器故障',
'device_status_name': '待机' 'device_status_name': '待机'
}, },
{ {
'failure_time': '05-30 09:50:12', 'failure_time': '05-30 09:50:12',
'device_code': 'hn01', 'device_code': 'hn01',
'device_name': '混01', 'device_name': '混01',
'failure_info': '机器故障', 'failure_info': '机器故障',
'device_status_name': '待机' 'device_status_name': '待机'
}, },
{ {
'failure_time': '05-30 09:50:12', 'failure_time': '05-30 09:50:12',
'device_code': 'hn01', 'device_code': 'hn01',
'device_name': '混01', 'device_name': '混01',
'failure_info': '机器故障', 'failure_info': '机器故障',
'device_status_name': '待机' 'device_status_name': '待机'
}, },
{ {
'failure_time': '05-30 09:50:12', 'failure_time': '05-30 09:50:12',
'device_code': 'hn01', 'device_code': 'hn01',
'device_name': '混01', 'device_name': '混01',
'failure_info': '机器故障', 'failure_info': '机器故障',
'device_status_name': '待机' 'device_status_name': '待机'
}, },
{ {
'failure_time': '05-30 09:50:12', 'failure_time': '05-30 09:50:12',
'device_code': 'hn01', 'device_code': 'hn01',
'device_name': '混01', 'device_name': '混01',
'failure_info': '机器故障', 'failure_info': '机器故障',
'device_status_name': '待机' 'device_status_name': '待机'
} }

View File

@@ -1032,7 +1032,8 @@ export default {
left 0 left 0
top 0 top 0
_wh(calc(100% / 3), 100%) _wh(calc(100% / 3), 100%)
background-color #070b1c // background-color #070b1c
background-image linear-gradient(to bottom, #070b1c, transparent)
.n_right_content .n_right_content
padding-left calc(100% / 3) padding-left calc(100% / 3)
_wh(100%, 100%) _wh(100%, 100%)

View File

@@ -689,7 +689,8 @@ export default {
right 0 right 0
top 0 top 0
_wh(calc(100% / 3), 100%) _wh(calc(100% / 3), 100%)
background-color #070b1c // background-color #070b1c
background-image linear-gradient(to bottom, #070b1c, transparent)
.item_wrap .item_wrap
_wh(100%, calc(100% / 3)) _wh(100%, calc(100% / 3))
.item_tip .item_tip