forked from github/dataease
fix: 【工作台】组件样式不对
This commit is contained in:
parent
fae0e2492d
commit
d110724024
@ -344,6 +344,10 @@ const getEmptyDesc = (): string => {
|
||||
|
||||
.select-type-list {
|
||||
width: 104px;
|
||||
:deep(.ed-input__wrapper) {
|
||||
padding-left: 11px;
|
||||
padding-right: 11px;
|
||||
}
|
||||
}
|
||||
|
||||
&.expand {
|
||||
@ -409,3 +413,9 @@ const getEmptyDesc = (): string => {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="less">
|
||||
.menu-panel-select_popper {
|
||||
width: 140px;
|
||||
background: #fff;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user