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
2 changed files with 11 additions and 0 deletions

View File

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

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>