forked from github/dataease
fix: 过滤组件选项值来源下拉框会被数据撑开,建议优化
This commit is contained in:
parent
539e00e358
commit
67ba42bc4b
@ -810,7 +810,7 @@ defineExpose({
|
|||||||
<el-icon size="18px" v-if="data.leaf">
|
<el-icon size="18px" v-if="data.leaf">
|
||||||
<Icon name="icon_dataset"></Icon>
|
<Icon name="icon_dataset"></Icon>
|
||||||
</el-icon>
|
</el-icon>
|
||||||
<span class="label" style="margin-left: 8px" :title="node.label">{{
|
<span class="label ellipsis" style="margin-left: 8px" :title="node.label">{{
|
||||||
node.label
|
node.label
|
||||||
}}</span>
|
}}</span>
|
||||||
</div>
|
</div>
|
||||||
@ -1295,9 +1295,10 @@ defineExpose({
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
.label {
|
.label {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
width: calc(100% - 45px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
max-width: 321px;
|
||||||
.ed-select-dropdown__item.selected {
|
.ed-select-dropdown__item.selected {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user