feat(数据集): 字段类型修改选项区域高度调整

This commit is contained in:
dataeaseShu 2024-11-14 14:38:23 +08:00
parent 5752918a80
commit 069e961f30

View File

@ -2730,19 +2730,6 @@ const getDsIconName = data => {
line-height: 14px;
}
.cascader-panel {
.ed-scrollbar__wrap {
height: 210px !important;
}
.ed-cascader-node__label {
display: flex;
align-items: center;
.ed-icon {
margin-right: 5px;
}
}
}
.batch-operate {
width: 100%;
height: 64px;
@ -2798,6 +2785,18 @@ const getDsIconName = data => {
</style>
<style lang="less">
.cascader-panel {
.ed-scrollbar__wrap {
height: 210px !important;
}
.ed-cascader-node__label {
display: flex;
align-items: center;
.ed-icon {
margin-right: 5px;
}
}
}
.select-type {
.ed-input__wrapper {
padding-left: 32px;
@ -2829,9 +2828,4 @@ const getDsIconName = data => {
border: 1px solid rgba(31, 35, 41, 0.15);
}
}
.cascader-panel {
.ed-scrollbar__wrap {
height: 210px;
}
}
</style>