打印样式

This commit is contained in:
xianyi
2025-11-27 15:38:31 +08:00
parent 86efd6281a
commit 7b1d7684b9

View File

@@ -1,5 +1,5 @@
.ui7-text-wrapper {
height: 1080px;
height: 670px;
width: 975px;
border: 2px solid #000;
border-radius: 30px;
@@ -7,12 +7,15 @@
overflow-y: auto;
overflow-x: hidden;
/* 隐藏滚动条但保持滚动功能 */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 和 Edge */
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE 和 Edge */
}
.ui7-text-wrapper::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
display: none;
/* Chrome, Safari, Opera */
}
.ui7-text-content {
@@ -97,4 +100,4 @@
border: none;
outline: none;
background-color: transparent;
}
}