Skip to content

Commit 8555751

Browse files
Merge pull request #3716 from joe511230/v3.2.x_bugfix
fix:ui: 修复业务主机业务选择器UI层级不正确的问题 Former-commit-id: a3d5389
2 parents 2e85532 + 5f96eaa commit 8555751

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ui/src/views/hosts/index.vue

+5
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,9 @@
178178
.hosts-table{
179179
margin-top: 20px;
180180
}
181+
.filter-field /deep/ {
182+
.bk-selector-list {
183+
z-index: 300;
184+
}
185+
}
181186
</style>

0 commit comments

Comments
 (0)