下拉框的默认样式调整

This commit is contained in:
renpy 2023-08-21 18:07:36 +08:00
parent 563660e152
commit d85ed846c5

View File

@ -617,6 +617,9 @@ input[type='number']::-webkit-outer-spin-button {
}
}
}
.ant-select-selection--multiple .ant-select-selection__choice{
max-width: 65%;
}
// 下拉菜单
.ant-dropdown {