diff --git a/src/pages/UI7/UI7.css b/src/pages/UI7/UI7.css index bac3758..913f436 100644 --- a/src/pages/UI7/UI7.css +++ b/src/pages/UI7/UI7.css @@ -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; -} +} \ No newline at end of file