Merge pull request #13311 from dataease/pr@dev-v2_st

feat(数据集): 字段类型修改选项区域高度调整
This commit is contained in:
fit2cloud-chenyw 2024-11-14 14:49:46 +08:00 committed by GitHub
commit 709afaf24d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>