style: [select] remove unnecessary style (#22765)

style(style): [select]The situation does not exist
This commit is contained in:
Putia3
2025-11-12 21:06:32 +08:00
committed by GitHub
parent eaeba4f923
commit 210be41ff4

View File

@@ -223,10 +223,6 @@
height: map.get($select-item-height, 'default');
width: 100%;
background-color: transparent;
@include when(disabled) {
cursor: not-allowed;
}
}
@include e(input-calculator) {