mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
@@ -1627,6 +1627,7 @@ defineExpose({
|
||||
|
||||
.parameters {
|
||||
margin-left: auto;
|
||||
margin-top: 8px;
|
||||
|
||||
.w100 {
|
||||
width: 100%;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user