style: textarea大小

This commit is contained in:
liuweiqing 2024-02-11 12:22:27 +08:00
parent c9f1791e70
commit a798f26606

View File

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