diff --git a/frontend/src/views/student/studentInfo/index.vue b/frontend/src/views/student/studentInfo/index.vue index 4b6d6ea6d..371e9a04b 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%; }