From 1f0df40f51c47529cee9d79e3d682b400b5b2478 Mon Sep 17 00:00:00 2001 From: sladro Date: Mon, 15 Sep 2025 11:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=20=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E8=AF=84=E4=BB=B7=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复页面布局,适配主布局侧边栏 - 优化顶部header:添加粘性定位和毛玻璃效果 - 美化表格样式:渐变表头、hover效果、圆角边框 - 改进按钮交互:统一尺寸、hover动画、视觉反馈 - 完善响应式设计:平板和手机端优化 - 添加页面加载动画效果 - 提升整体视觉一致性和专业感 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/views/Evaluate.vue | 129 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 120 insertions(+), 9 deletions(-) diff --git a/src/views/Evaluate.vue b/src/views/Evaluate.vue index f6fb781..ead4cf3 100644 --- a/src/views/Evaluate.vue +++ b/src/views/Evaluate.vue @@ -498,18 +498,27 @@ export default { \ No newline at end of file