fix: 【工作台】组件样式不对

This commit is contained in:
dataeaseShu 2023-12-26 15:12:37 +08:00
parent fae0e2492d
commit d110724024

View File

@ -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>