fix:修复asset编辑页面取消选择机柜未正确修改的bug & 调整traffic配置页面样式
This commit is contained in:
@@ -101,8 +101,8 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.ql-editor{
|
||||
overflow: auto;
|
||||
.rich-text-editor .ql-editor{
|
||||
overflow: auto !important;
|
||||
}
|
||||
.text-too-long{
|
||||
color: #F56C6C;
|
||||
|
||||
@@ -580,6 +580,9 @@
|
||||
if(this.locationInfo.u && this.locationInfo.u.length > 0) {
|
||||
this.editAsset.cabinetStart = this.locationInfo.u[0];
|
||||
this.editAsset.cabinetEnd = this.locationInfo.u[1];
|
||||
}else{
|
||||
this.editAsset.cabinetStart = null;
|
||||
this.editAsset.cabinetEnd = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
this.curConfigs=configs;
|
||||
let position = e.target.getBoundingClientRect();
|
||||
this.editTagsBox.top = position.top + 25;
|
||||
this.editTagsBox.left = position.left - 48;
|
||||
this.editTagsBox.left = position.left + 80;
|
||||
this.tempTagsObj=[];
|
||||
this.inputKeyErr=[];
|
||||
let obj=null;
|
||||
|
||||
@@ -683,7 +683,7 @@
|
||||
border: 1px solid;
|
||||
border-color: white;
|
||||
border-radius: 4px;
|
||||
padding-left: 10px;
|
||||
padding-left: 4px;
|
||||
background-color: white;
|
||||
}
|
||||
.input-error .el-input__inner,.input-error .el-input__inner:hover,.input-error .el-input__inner:focus,
|
||||
|
||||
@@ -948,7 +948,7 @@
|
||||
background: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
.ql-editor{
|
||||
.metric-editor .ql-editor{
|
||||
padding:7px 10px 10px 10px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user