字段修改

This commit is contained in:
2024-08-29 17:39:54 +08:00
parent 445256eb06
commit d026a1cc31
3 changed files with 15 additions and 9 deletions

View File

@@ -2,7 +2,8 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0,user-scalable=no"> <!-- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0,user-scalable=no"> -->
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5, user-scalable=no, target-densitydpi=device-dpi" />
<title>车间物料监控</title> <title>车间物料监控</title>
</head> </head>
<body class="clearfix"> <body class="clearfix">

View File

@@ -62,8 +62,12 @@
</div> </div>
<div class="agv_info"> <div class="agv_info">
<div class="agv_txt"> <div class="agv_txt">
<p class="p2">任务</p> <p class="p2">任务起点</p>
<p class="p3">{{ e.task_code }}</p> <p class="p3">{{ e.start_loc }}</p>
</div>
<div class="agv_txt">
<p class="p2">任务终点</p>
<p class="p3">{{ e.target_loc }}</p>
</div> </div>
<div class="agv_txt"> <div class="agv_txt">
<p class="p2">电量</p> <p class="p2">电量</p>
@@ -1405,10 +1409,10 @@ export default {
display flex display flex
justify-content space-between justify-content space-between
width 100% width 100%
height 40% height 47%
padding-bottom 20px padding-bottom 20px
.rgv_wrap .rgv_wrap
height 60% height 53%
padding-bottom 0 padding-bottom 0
.agv_item .agv_item
display: flex; display: flex;
@@ -1451,9 +1455,8 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
height 25% height 20%
background bottom center / 100% 3px url('../../../images/screen1/line_1.png') no-repeat background bottom center / 100% 3px url('../../../images/screen1/line_1.png') no-repeat
padding 0 10px
&:last-child &:last-child
background none background none
.p2 .p2

View File

@@ -69,8 +69,10 @@ li {
} }
html, body { html, body {
width: 1920px; width: 100%;
height: 1080px; height: 100%;
/* width: 1920px;
height: 1080px; */
/* min-height: 1080px; */ /* min-height: 1080px; */
} }