This commit is contained in:
chengdandan 2023-04-22 17:53:16 +08:00
parent 77a1bcd20b
commit 57f57b451d
4 changed files with 20 additions and 5 deletions

View File

@ -343,6 +343,7 @@ export default {
align-items: center;
justify-content: flex-start;
line-height: 2;
font-size: 0.6rem;
.warnArrayBox {
margin-left: 3%;
display: flex;
@ -418,6 +419,7 @@ export default {
align-items: center;
justify-content: flex-start;
line-height: 2;
font-size: 0.6rem;
.warnArrayBox {
// display: flex;
// flex-direction: column;

View File

@ -1519,6 +1519,7 @@ export default {
justify-content: center;
align-items: center;
margin-left: 6%;
font-size: 0.7rem;
}
.equipmentBtnAc {
width: 26.4%;
@ -1546,6 +1547,7 @@ export default {
padding-right: 20%;
box-sizing: border-box;
color: #fff;
font-size: 0.7rem;
}
}
::-webkit-scrollbar {

View File

@ -1512,8 +1512,10 @@ export default {
justify-content: space-around;
align-items: center;
.btnList {
width: 13%;
height: 38%;
// width: 13%;
// height: 38%;
width: 17%;
height: 41%;
background: url(../assets/images/warnBtn.png) no-repeat;
background-size: 100% 100%;
color: #fff;
@ -1521,10 +1523,13 @@ export default {
display: flex;
align-items: center;
justify-content: center;
font-size: 0.7rem;
}
.btnListAc {
width: 13%;
height: 38%;
// width: 13%;
// height: 38%;
width: 17%;
height: 41%;
background: url(../assets/images/warnBtnAc.png) no-repeat;
background-size: 100% 100%;
color: #fff;
@ -1532,6 +1537,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
font-size: 0.7rem;
}
}
.warnList {
@ -1540,6 +1546,7 @@ export default {
background: url(../assets/images/warnDottedLine.png) no-repeat;
background-size: 100% 100%;
overflow: auto;
.warnListContent {
height: 25%;
width: 100%;
@ -1551,6 +1558,7 @@ export default {
align-items: center;
padding-left: 3%;
box-sizing: border-box;
font-size: 0.7rem;
.warnArray {
width: 100%;
display: flex;

View File

@ -552,6 +552,7 @@ export default {
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 0.7rem;
}
}
}
@ -622,9 +623,11 @@ export default {
flex-wrap: nowrap;
align-items: center;
justify-content: space-around;
padding-right: 20%;
// padding-right: 20%;
padding-right: 5%;
box-sizing: border-box;
color: #fff;
font-size: 0.7rem;
}
}
::-webkit-scrollbar {