下拉框的默认样式调整
This commit is contained in:
parent
563660e152
commit
d85ed846c5
|
@ -617,6 +617,9 @@ input[type='number']::-webkit-outer-spin-button {
|
|||
}
|
||||
}
|
||||
}
|
||||
.ant-select-selection--multiple .ant-select-selection__choice{
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
// 下拉菜单
|
||||
.ant-dropdown {
|
||||
|
|
Loading…
Reference in New Issue
Block a user