This commit is contained in:
home孙 2025-07-07 14:53:09 +08:00
parent 457f157829
commit 841e82a87d
3 changed files with 30 additions and 3 deletions

View File

@ -4098,7 +4098,7 @@ textarea {
max-height: 500px;
}
.model-sel > div {
.model-sel.largeScreen4 > div {
width: 25%;
margin-bottom: 20px;
white-space: nowrap;
@ -4107,6 +4107,19 @@ textarea {
align-items: center;
}
.model-sel.largeScreen4 > div .label {
margin-bottom: 5px;
}
.model-sel > div {
width: 25%;
margin-bottom: 20px;
white-space: nowrap;
flex-shrink: 0;
display: flex;
align-items: center;
}
.model-sel > div .label {
margin-bottom: 5px;
}

View File

@ -4348,7 +4348,6 @@ textarea {
}
&.largeScreen4{
max-height: 500px;
}
>div {
width: 25%;
margin-bottom: 20px;
@ -4360,6 +4359,18 @@ textarea {
margin-bottom: 5px;
}
}
}
>div {
width: 25%;
margin-bottom: 20px;
white-space: nowrap;
flex-shrink: 0;
display: flex;
align-items: center;
.label{
margin-bottom: 5px;
}
}
}

View File

@ -1662,7 +1662,10 @@ export default {
},
//status
getStatePermissionStatus() {
this.api.getStatePermissionStatus().then(res => {
var data={
enName:getLanguage()
}
this.api.getStatePermissionStatus(data).then(res => {
if (res.data.code == 200) {
this.allDevicestatus = res.data.data
this.getPermissionStatus()