forked from github/dataease
commit
1e9ea50a62
@ -1627,6 +1627,7 @@ defineExpose({
|
|||||||
|
|
||||||
.parameters {
|
.parameters {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
margin-top: 8px;
|
||||||
|
|
||||||
.w100 {
|
.w100 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user