11 lines
185 B
CSS
11 lines
185 B
CSS
|
|
|
||
|
|
.easy-print-no-display[data-v-145975d5] {
|
||
|
|
/* 调试模式下屏蔽css即可 */
|
||
|
|
width: 0;
|
||
|
|
height: 0;
|
||
|
|
top: -100%;
|
||
|
|
left: -100%;
|
||
|
|
position: fixed;
|
||
|
|
z-index: 0;
|
||
|
|
}
|