Merge pull request #13311 from dataease/pr@dev-v2_st
feat(数据集): 字段类型修改选项区域高度调整
This commit is contained in:
commit
709afaf24d
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user