From 303d15e234164e78bd1835930eb26550a9b5c16a Mon Sep 17 00:00:00 2001 From: yangbin <1796443586@qq.com> Date: Tue, 25 Aug 2026 19:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98=E4=BF=A1=E6=81=AF=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/student/studentInfo/index.vue | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/student/studentInfo/index.vue b/frontend/src/views/student/studentInfo/index.vue index 4b6d6ea6..371e9a04 100644 --- a/frontend/src/views/student/studentInfo/index.vue +++ b/frontend/src/views/student/studentInfo/index.vue @@ -68,10 +68,11 @@ -
学员信息列表:
-
新增学员
- +
+
学员信息列表
+ 新增学员 +
@@ -455,11 +456,20 @@ export default { } } - .toolbar { - margin-bottom: 16px; - } - .table-card { + .list-header { + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 16px; + + .list-title { + font-size: 16px; + font-weight: 600; + color: #303133; + } + } + .el-table { width: 100%; }