Merge pull request #7355 from dataease/pr@dev-v2_dzz

Pr@dev v2 dzz
This commit is contained in:
dataeaseShu 2023-12-26 15:14:49 +08:00 committed by GitHub
commit 1e9ea50a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -1627,6 +1627,7 @@ defineExpose({
.parameters { .parameters {
margin-left: auto; margin-left: auto;
margin-top: 8px;
.w100 { .w100 {
width: 100%; width: 100%;

View File

@ -344,6 +344,10 @@ const getEmptyDesc = (): string => {
.select-type-list { .select-type-list {
width: 104px; width: 104px;
:deep(.ed-input__wrapper) {
padding-left: 11px;
padding-right: 11px;
}
} }
&.expand { &.expand {
@ -409,3 +413,9 @@ const getEmptyDesc = (): string => {
} }
} }
</style> </style>
<style lang="less">
.menu-panel-select_popper {
width: 140px;
background: #fff;
}
</style>