feat: display provider models
This commit is contained in:
@@ -146,6 +146,9 @@ const SelectWrapper = styled.div`
|
||||
margin-inline-start: 0 !important;
|
||||
}
|
||||
}
|
||||
&.seal-cascader-small {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.ant-select-input {
|
||||
height: ${INPUTHEIGHT}px !important;
|
||||
@@ -190,6 +193,21 @@ const SelectWrapper = styled.div`
|
||||
}
|
||||
}
|
||||
}
|
||||
&.seal-cascader-wrapper-small {
|
||||
height: 40px;
|
||||
.cascader-popup-wrapper {
|
||||
top: 39px !important;
|
||||
}
|
||||
.ant-select-input {
|
||||
height: 36px !important;
|
||||
}
|
||||
.ant-select {
|
||||
padding-inline: 12px !important;
|
||||
}
|
||||
.__wrapper__.no-label .ant-select.ant-cascader .ant-select-placeholder {
|
||||
top: 50% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user