移动端隐藏日历预览弹窗箭头

This commit is contained in:
kuaifan 2022-06-02 08:49:50 +08:00
parent a1b6dc9e84
commit fe3f6d2101

View File

@ -230,3 +230,15 @@
}
}
}
@media (max-width: 640px) {
.page-calendar {
.calendar-box {
.calendar-wrapper {
.tui-full-calendar-popup-arrow {
display: none;
}
}
}
}
}