hc-components-test
Version:
基于react的通用组件库
25 lines (22 loc) • 381 B
text/less
.ant-table-default{
.ant-table-thead > tr > th {
white-space: nowrap;
font-size: 14px;
}
.ant-table-tbody > tr > td {
font-size: 12px;
.j-com-nav-link .ant-btn-link{
font-size: 12px;
}
}
}
.ant-form{
.ant-form-item-label,
.ant-form-item-control,
.ant-select {
line-height: 32px;
}
}
.ant-select-dropdown-menu{
max-height: 260px;
}