This commit is contained in:
2023-06-21 13:54:09 +08:00
parent 638f0b86db
commit 7e8362d0ba
4 changed files with 8 additions and 7 deletions

View File

@@ -1651,7 +1651,7 @@ export const blendingCondition = () => {
{ {
'point_name': '混料机1下料位', 'point_name': '混料机1下料位',
'point_code': 'HLJ01XL01', 'point_code': 'HLJ01XL01',
'point_status': '0' 'point_status': '1'
}, },
{ {
'point_name': '混料机2下料位', 'point_name': '混料机2下料位',
@@ -1661,7 +1661,7 @@ export const blendingCondition = () => {
{ {
'point_name': '混料机3下料位', 'point_name': '混料机3下料位',
'point_code': 'HLJ03XL01', 'point_code': 'HLJ03XL01',
'point_status': '0' 'point_status': '1'
}, },
{ {
'point_name': '混料机4下料位', 'point_name': '混料机4下料位',
@@ -1671,7 +1671,7 @@ export const blendingCondition = () => {
{ {
'point_name': '混料机5下料位', 'point_name': '混料机5下料位',
'point_code': 'HLJ05XL01', 'point_code': 'HLJ05XL01',
'point_status': '0' 'point_status': '1'
}, },
{ {
'point_name': '混料机6下料位', 'point_name': '混料机6下料位',
@@ -1691,7 +1691,7 @@ export const blendingCondition = () => {
{ {
'point_name': '混料机9下料位', 'point_name': '混料机9下料位',
'point_code': 'HLJ09XL01', 'point_code': 'HLJ09XL01',
'point_status': '0' 'point_status': '1'
}, },
{ {
'point_name': '混料机10下料位', 'point_name': '混料机10下料位',

View File

@@ -465,7 +465,7 @@ export default {
_wh(100%, 40%) _wh(100%, 40%)
_fj(row) _fj(row)
.item_wrap .item_wrap
_wh(49.2%, 100%) _wh(calc(50% - 8px), 100%)
+.item_wrap +.item_wrap
margin 0 .3% margin 0 .3%
.item_tip .item_tip

View File

@@ -500,7 +500,8 @@ export default {
line-height: 14px; line-height: 14px;
// color: #0ff; // color: #0ff;
// color #78b1de // color #78b1de
color #f96700 // color #f96700
color #555
font-weight: normal; font-weight: normal;
text-align: left; text-align: left;
transform: rotate(270deg); transform: rotate(270deg);

View File

@@ -580,7 +580,7 @@ export default {
_wh(100%, 40%) _wh(100%, 40%)
_fj(row) _fj(row)
.item_wrap .item_wrap
_wh(100%, 100%) _wh(calc(50% - 8px), 100%)
.item_tip .item_tip
_wh(100%, 32px) _wh(100%, 32px)
line-height 32px line-height 32px