diff --git a/log/index.html b/log/index.html
index c1ca7b2..8db66aa 100644
--- a/log/index.html
+++ b/log/index.html
@@ -7,7 +7,7 @@
更新日志 | NEU小站
-
- 2024.07#
+ 2024.08#
+08.04#
+
+2024.07#
07.28#
- 搜索页新增热门关键词。
diff --git a/submission/index.html b/submission/index.html
index 37cfeaf..31f6796 100644
--- a/submission/index.html
+++ b/submission/index.html
@@ -807,7 +807,7 @@ async function fetchNoCache(url) {
.simpleInput {
width: 400px;
}
- #input {
+ /* #input {
font-family: Arial, sans-serif;
width: 100%;
height: 400px;
@@ -817,14 +817,18 @@ async function fetchNoCache(url) {
border: 1px solid #ccc;
border-radius: 4px;
resize: none; /* 禁止调整大小 */
- }
- #preview {
+ /* } */
+ /* #preview {
padding: 10px;
font-family: Arial, sans-serif;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #f9f9f9;
- }
+ } */
+ /* .CodeMirror, .CodeMirror-scroll {
+ max-height: 100%; /* 设置最大高度为500px,可以根据需要调整 */
+ overflow-y: auto; /* 超出最大高度时显示滚动条 */
+ /* } */
.Button {
background-color: #4CAF50; /* 绿色背景 */
border: none;