NEZ-2944 fix:Project拓扑图点击非下拉框位置时,下拉框被展开

This commit is contained in:
zhangyu
2023-06-28 17:07:46 +08:00
parent 7e73403dc5
commit 49ba836760
2 changed files with 3 additions and 1 deletions

View File

@@ -46,6 +46,9 @@
.right-box-select-top { .right-box-select-top {
width: 219px; width: 219px;
} }
svg{
height: 30px;
}
} }
.form-row-item-full{ .form-row-item-full{
width: 100%; width: 100%;

View File

@@ -308,7 +308,6 @@ export default {
} }
}, },
created () { created () {
console.log(this.from, fromRoute.alertSilence)
if (this.from === fromRoute.alertSilence) { if (this.from === fromRoute.alertSilence) {
this.searchMsg = this.searchMsgSilence this.searchMsg = this.searchMsgSilence
} }