Skip to content

Commit

Permalink
style: textarea大小
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 11, 2024
1 parent c9f1791 commit a798f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

/* 输入框获得焦点时的样式 */
.textarea-focus-expand:focus {
height: 200px; /* 聚焦时的高度 */
height: 100px; /* 聚焦时的高度 */
border-color: #007bff; /* 改变边框颜色以提供视觉反馈 */
}

Expand Down

0 comments on commit a798f26

Please sign in to comment.