From 49c9006807031dc3292844e8bbfba2c5dfb3ef7c Mon Sep 17 00:00:00 2001
From: tangweijie <877588133@qq.com>
Date: Wed, 21 Jan 2026 00:47:23 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20textarea=20rows=20?=
=?UTF-8?q?=E5=B1=9E=E6=80=A7=E7=BB=91=E5=AE=9A=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将静态 rows 值改为动态绑定(:rows)
- 修复 EvaluationTemplateForm.vue 中多个 textarea 组件
- 添加登录页面居中样式
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---
src/views/Login/Login.vue | 1 +
.../evaluation-mgmt/template/EvaluationTemplateForm.vue | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index acc53739..414a4558 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -18,6 +18,7 @@
appear
enter-active-class="animate__animated animate__bounceInLeft"
tag="div"
+ class="flex flex-col items-center"
>