翻译
This commit is contained in:
parent
457f157829
commit
841e82a87d
@ -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;
|
||||
}
|
||||
|
@ -4348,13 +4348,24 @@ textarea {
|
||||
}
|
||||
&.largeScreen4{
|
||||
max-height: 500px;
|
||||
>div {
|
||||
width: 25%;
|
||||
margin-bottom: 20px;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
display: block;
|
||||
align-items: center;
|
||||
.label{
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
>div {
|
||||
width: 25%;
|
||||
margin-bottom: 20px;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.label{
|
||||
margin-bottom: 5px;
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user