fix: 修复popover样式全局化对其他组件造成的样式污染

This commit is contained in:
刘洪洪
2023-09-08 18:00:21 +08:00
parent ce7a8d7456
commit eb808b1471
4 changed files with 15 additions and 14 deletions

View File

@@ -321,3 +321,12 @@
display: flex;
align-items: center;
}
.entity-detail__popover.el-popper {
min-width: 90px !important;
width: auto !important;
max-width: 300px !important;
max-height: 180px !important;
overflow: scroll !important;
line-height: 24px !important;
}