1
This commit is contained in:
parent
9af66c074a
commit
8b68153b41
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -56,12 +56,12 @@
|
||||
|
||||
<div class="right">
|
||||
<div class="flex">
|
||||
<div class="name">配肥强度</div>
|
||||
<div class="name">强度</div>
|
||||
<div class="number">{{ item.number }}</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<div class="flex">
|
||||
<div class="name">配肥速度</div>
|
||||
<div class="name">速度</div>
|
||||
|
||||
<div class="number">{{ item.speed }}<span>L/h</span></div>
|
||||
</div>
|
||||
@ -141,7 +141,10 @@
|
||||
</div>
|
||||
<div class="right-view3">
|
||||
<div class="main-title"><span>{{$t('status.fertilizationSpeed')}}</span>
|
||||
<span>启动方式:{{openTypeStir}}</span>
|
||||
<div class="right"><span>启动方式: </span>
|
||||
<div class="input-50">
|
||||
<div class="input">{{openTypeStir}}</div>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="view-content">
|
||||
<div class="grid" :class="rightList3Show[index]==1?'active':''" v-for="item, index in rightList3" :key="index">
|
||||
@ -680,6 +683,22 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
.right{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
.input-50{
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
flex-shrink: 0;
|
||||
.input{
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
font-weight: bold;
|
||||
color: #3CFDFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
>div {
|
||||
height: 100%;
|
||||
@ -760,8 +779,8 @@ export default {
|
||||
align-items: center;
|
||||
|
||||
.left {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -782,7 +801,7 @@ export default {
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
font-family: Alibaba PuHuiTiR;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
@ -793,11 +812,11 @@ export default {
|
||||
.line{
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background: #34AFF6;
|
||||
background: rgba(52, 175, 246,0.5);
|
||||
}
|
||||
|
||||
.right{
|
||||
width: calc(100% - 55px);
|
||||
width: calc(100% - 65px);
|
||||
}
|
||||
.flex{
|
||||
display: flex;
|
||||
@ -814,7 +833,7 @@ width: calc(100% - 55px);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
span{
|
||||
font-size: 12px;
|
||||
font-size:18px;
|
||||
font-family: Oswald;
|
||||
}
|
||||
}
|
||||
@ -843,6 +862,7 @@ width: calc(100% - 55px);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-row-gap: 0px; //纵向间隔
|
||||
grid-column-gap: 10px; //横向间隔
|
||||
|
||||
.grid{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user