@@ -523,6 +532,8 @@ export default {
return '联动启动'
}else if(list[3]==1){
return '手动启动'
+ }else{
+ return '无'
}
},
getType29(index) {
@@ -665,7 +676,11 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
-
+ .main-title{
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ }
>div {
height: 100%;
}
@@ -681,7 +696,8 @@ export default {
width: 100%;
.view-content {
- height: 400px;
+ // height: 400px;
+ height: 270px;
padding: 20px 16px 37px;
display: flex;
flex-direction: column;
@@ -732,7 +748,7 @@ export default {
width: 100%;
.view-content {
- height: 321px;
+ height: 430px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-row-gap: 5px; //纵向间隔
@@ -754,7 +770,7 @@ export default {
background-size: 100% 100%;
span {
- font-size: 30px;
+ font-size:18px;
font-family: Oswald;
font-weight: 500;
color: #FFFFFF;
@@ -766,12 +782,13 @@ export default {
}
.name {
- font-size: 20px;
+ font-size: 14px;
font-family: Alibaba PuHuiTiR;
font-weight: 400;
color: #FFFFFF;
- width: 49px;
+ // width: 49px;
padding-left: 5px;
+ margin-right: 5px;
}
.line{
width: 100%;
@@ -780,10 +797,14 @@ export default {
}
.right{
-width: calc(100% - 100px);
+width: calc(100% - 55px);
+ }
+ .flex{
+ display: flex;
+ align-items: center;
}
.number {
- width: 100%;
+ // width: 100%;
font-size: 24px;
font-family: Oswald;
font-weight: 500;