Skip to content

Commit aacfb86

Browse files
style: 移除 JsonEditor 组件中 textarea 的行数注释
移除了 JsonEditor.vue 文件中 textarea 样式部分的行数注释。 这个修改提高了代码的可读性,去除了不必要的注释信息。
1 parent 1914c17 commit aacfb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-alibaba-jmanus/ui-vue3/src/components/sidebar/JsonEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ const autoResizeTextarea = (event: Event) => {
411411
resize: none;
412412
transition: height 0.2s ease;
413413
overflow-y: auto;
414-
max-height: 240px; /* 12行 * 20px = 240px */
414+
max-height: 240px;
415415
}
416416
417417
.checkbox-wrapper {

0 commit comments

Comments
 (0)