From 7f178cb23f1fd18667aae5faf9a9631a4d31881f Mon Sep 17 00:00:00 2001 From: yangbin <1796443586@qq.com> Date: Tue, 25 Aug 2026 17:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B9=20=E5=B1=95=E7=A4=BA=E5=B1=85?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/assets/styles/education-theme.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/assets/styles/education-theme.scss b/frontend/src/assets/styles/education-theme.scss index 9d57d72f..1bd7a1ce 100644 --- a/frontend/src/assets/styles/education-theme.scss +++ b/frontend/src/assets/styles/education-theme.scss @@ -335,6 +335,12 @@ button:focus-visible, border-bottom-color: #e7eeeb; } +/* 主列表与弹窗选择列表统一居中,避免未声明 align 的字段退回左对齐。 */ +body .el-table th.el-table__cell, +body .el-table td.el-table__cell { + text-align: center; +} + #app .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell { background: #f2f8f5; }