mh_jy_safe_web/src/components/CustomPages/FM/NodeSchedulingPage.css
2025-08-25 10:08:30 +08:00

17 lines
290 B
CSS

.events {
list-style: none;
margin : 0;
padding : 0;
}
.events :global(.ant-badge-status) {
overflow : hidden;
width : 100%;
white-space : nowrap;
font-size : 12px;
text-overflow: ellipsis;
}
.calendarWrap :global(.ant-radio-group) {
display: none;
}