Files

11 lines
185 B
CSS
Raw Permalink Normal View History

2024-12-03 17:40:13 +08:00
.easy-print-no-display[data-v-145975d5] {
/* 调试模式下屏蔽css即可 */
width: 0;
height: 0;
top: -100%;
left: -100%;
position: fixed;
z-index: 0;
}