.ant-select {
font-size: 20px !important;
}
.ant-select-item-option-content {
font-size: 20px !important;
}
antdvue的下拉框及下拉列表改变字体大小
最新推荐文章于 2024-09-14 23:20:37 发布
.ant-select {
font-size: 20px !important;
}
.ant-select-item-option-content {
font-size: 20px !important;
}