打印样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user