fix: 修复popover样式全局化对其他组件造成的样式污染
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user